|
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.ActiveComponent
Class that represents an abstract active toolkit component. * Components derived from this class can be activated and will * interactively do i/o. * * @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 | |
ActiveComponent(BasicTerminalIO io,
java.lang.String name)
Contructs an active toolkit component. |
Method Summary | |
abstract void |
run()
Method to make the instance the active object. |
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 ActiveComponent(BasicTerminalIO io, java.lang.String name)
Method Detail |
public abstract void run() throws java.lang.Exception
java.lang.Exception
|
TelnetD at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |