net.wimpi.telnetd.io.toolkit
Class Form

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

public class Form
extends ActiveComponent

Class that implements an intelligent generic container for toolkit components.

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

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


Copyright © 2010. All Rights Reserved.