net.wimpi.telnetd.io.toolkit
Class ActiveComponent

java.lang.Object
  extended by net.wimpi.telnetd.io.toolkit.Component
      extended by net.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.

Version:
2.0 (16/07/2006)
Author:
Dieter Wimberger

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


Copyright © 2010. All Rights Reserved.