com.maverick.sshd.shell.terminal
Class Component
java.lang.Object
com.maverick.sshd.shell.terminal.Component
- Direct Known Subclasses:
- ActiveComponent
public abstract class Component
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myName
protected String myName
myIO
protected TerminalOutput myIO
myPosition
protected Point myPosition
myDim
protected Dimension myDim
Component
public Component(TerminalOutput io,
String name)
draw
public abstract void draw()
throws IOException
- Throws:
IOException
getName
public String getName()
getLocation
public Point getLocation()
setLocation
public void setLocation(Point pos)
setLocation
public void setLocation(int col,
int row)
getDimension
public Dimension getDimension()
setDimension
protected void setDimension(Dimension dim)
Copyright © 2012. All Rights Reserved.