|
TelnetD at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.wimpi.telnetd.io.toolkit.Component
net.wimpi.telnetd.io.toolkit.InertComponent
Class that represents an abstract inert toolkit component. * Components derived from this class are simply decorative or * informative. They are not supposed to be actively processing and reacting * on Input. * * @author Dieter Wimberger * @version 2.0 (13/03/2005)
Field Summary |
Fields inherited from class net.wimpi.telnetd.io.toolkit.Component |
m_Dim, m_IO, m_Name, m_Position |
Constructor Summary | |
InertComponent(BasicTerminalIO io,
java.lang.String name)
Constructor for an InertComponent instance. |
Methods inherited from class net.wimpi.telnetd.io.toolkit.Component |
draw, getDimension, getLocation, getName, setDimension, setLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InertComponent(BasicTerminalIO io, java.lang.String name)
|
TelnetD at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |