|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--org.jet.JetDialog.ControlMap
Map with components. It stores pairs: component name and component.
Constructor Summary | |
JetDialog.ControlMap()
Default constructor. |
Method Summary | |
java.awt.Component |
getComponent(java.lang.String name)
Gets component from the map. |
java.awt.Component |
putComponent(java.awt.Component aComponent)
Puts component to the map. |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Constructor Detail |
public JetDialog.ControlMap()
Method Detail |
public java.awt.Component putComponent(java.awt.Component aComponent)
public java.awt.Component getComponent(java.lang.String name)
|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |