TelnetD at SF

net.wimpi.telnetd.io.toolkit
Class ActiveComponent

java.lang.Object
  extended bynet.wimpi.telnetd.io.toolkit.Component
      extended bynet.wimpi.telnetd.io.toolkit.ActiveComponent
Direct Known Subclasses:
Checkbox, Editarea, Editfield, Form, Selection

public abstract class ActiveComponent
extends Component

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

ActiveComponent

public ActiveComponent(BasicTerminalIO io,
                       java.lang.String name)
Contructs an active toolkit component.

Method Detail

run

public abstract void run()
                  throws java.lang.Exception
Method to make the instance the active object.

Throws:
java.lang.Exception

TelnetD at SF

Copyright © 2000-2005 Dieter Wimberger.