|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectObjectDisplayContainer
edu.bonn.xulu.plugin.gui.DisplayContainer_Table
edu.bonn.xulu.plugin.gui.DisplayContainer_ListProperty
public class DisplayContainer_ListProperty
Diese Klasse stellt eine GUI-Komponente dar, in der eine
ListProperty
-Instanz angezeigt werden kann. Die einzelnen Listen-Elemente
werden tabellarisch in 3 Spalten aufgelistet:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.bonn.xulu.plugin.gui.DisplayContainer_Table |
---|
DisplayContainer_Table.DisplayContainerTableModel |
Field Summary |
---|
Fields inherited from class edu.bonn.xulu.plugin.gui.DisplayContainer_Table |
---|
scrollPane, table, tableModel |
Constructor Summary | |
---|---|
DisplayContainer_ListProperty()
Erzeugt eine neue Darstellungskomponente. |
|
DisplayContainer_ListProperty(Object data)
Erzeugt eine neue Darstellungskomponente und zeigt sofort ein Objekt an. |
Method Summary | |
---|---|
boolean |
canDisplay(Object data)
Prueft, ob ein Objekt darstellbar ist. |
protected edu.bonn.xulu.plugin.gui.DisplayContainer_ListProperty.ListPropertyTableModel |
createTableModel(Object o)
Erzeugt das TableModel fuer die Tabelle |
ListProperty |
getObject()
Liefert die aktuell dargestellte ListProperty -Instanz. |
Object[] |
getSelectedElements()
Liefert alle in der Tabelle selektierten Listenelemente. |
Methods inherited from class edu.bonn.xulu.plugin.gui.DisplayContainer_Table |
---|
refresh |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayContainer_ListProperty()
public DisplayContainer_ListProperty(Object data)
data
- anzuzeigendes ObjektMethod Detail |
---|
protected edu.bonn.xulu.plugin.gui.DisplayContainer_ListProperty.ListPropertyTableModel createTableModel(Object o)
createTableModel
in class DisplayContainer_Table
o
- darzustellendes ListProperty
-Objekt (kann null
sein!)public ListProperty getObject()
ListProperty
-Instanz.
null
falls aktuell kein Objekt dargestellt wirdpublic boolean canDisplay(Object data)
true
gdw. das angegebene Objekt eine Instanz von
ListProperty
ist.public Object[] getSelectedElements()
getSelectedElements
in class DisplayContainer_Table
Object
-Array
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |