TelnetD at SF

net.wimpi.telnetd.io.toolkit
Class Form

java.lang.Object
  extended bynet.wimpi.telnetd.io.toolkit.Component
      extended bynet.wimpi.telnetd.io.toolkit.ActiveComponent
          extended bynet.wimpi.telnetd.io.toolkit.Form

public class Form
extends ActiveComponent

Class that implements an intelligent generic container * for toolkit components. * * @author Dieter Wimberger * @version 2.0 (13/03/2005)


Field Summary
protected  java.util.Vector myComponents
           
 
Fields inherited from class net.wimpi.telnetd.io.toolkit.Component
m_Dim, m_IO, m_Name, m_Position
 
Constructor Summary
Form(BasicTerminalIO myio, java.lang.String name)
           
 
Method Summary
 void draw()
          Method that draws the component.
 void run()
          Method to make the instance the active object.
 
Methods inherited from class net.wimpi.telnetd.io.toolkit.Component
getDimension, getLocation, getName, setDimension, setLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myComponents

protected java.util.Vector myComponents
Constructor Detail

Form

public Form(BasicTerminalIO myio,
            java.lang.String name)
Method Detail

run

public void run()
Description copied from class: ActiveComponent
Method to make the instance the active object.

Specified by:
run in class ActiveComponent

draw

public void draw()
Description copied from class: Component
Method that draws the component.

Specified by:
draw in class Component

TelnetD at SF

Copyright © 2000-2005 Dieter Wimberger.