|
||||||||||
| 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
net.wimpi.telnetd.io.toolkit.Form
public class Form
Class that implements an intelligent generic container for toolkit components.
| 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 |
|---|
protected java.util.Vector myComponents
| Constructor Detail |
|---|
public Form(BasicTerminalIO myio,
java.lang.String name)
| Method Detail |
|---|
public void run()
ActiveComponent
run in class ActiveComponentpublic void draw()
Component
draw in class Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||