|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<K,V>
org.biolegato.core.main.OrderedHash<java.lang.String,java.util.LinkedList<Widget>>
org.biolegato.core.pcdmenu.TabWidget
public class TabWidget
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.biolegato.core.main.OrderedHash |
|---|
OrderedHash.EnumeratingItterator<T>, OrderedHash.MapEntry<H,I> |
| Constructor Summary | |
|---|---|
TabWidget()
Creates a new instance of the tab widget |
|
| Method Summary | |
|---|---|
void |
addWidget(java.lang.String key,
Widget w)
|
void |
close()
Notifies the variable that the program has now completed successfully, and it can perform any closing operations |
java.awt.Component |
display()
Displays the current object |
java.lang.Object |
getValue()
Returns the value of the variable. |
| Methods inherited from class org.biolegato.core.main.OrderedHash |
|---|
clear, elements, entrySet, getKey, getKeyCount, keys, keySet, put, putAll, remove, toString, values |
| Methods inherited from class java.util.Hashtable |
|---|
clone, contains, containsKey, containsValue, equals, get, hashCode, isEmpty, rehash, size |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TabWidget()
| Method Detail |
|---|
public java.awt.Component display()
Widget
display in interface Widgetpublic java.lang.Object getValue()
Widget
getValue in interface Widgetpublic void close()
Widget
close in interface Widget
public void addWidget(java.lang.String key,
Widget w)
addWidget in interface WidgetContainer
|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||