|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.field.support.AbstractField<V>
net.sf.doolin.gui.field.table.support.GUITableField<V,E>
V - Type of object for the viewE - Type of item in the tablepublic class GUITableField<V,E>
Field for a table.
| Constructor Summary | |
|---|---|
GUITableField(GUIView<V> view,
FieldTable<V,E> fieldDescriptor)
Constructor. |
|
| Method Summary | |
|---|---|
JComponent |
getCoreComponent()
|
JComponent |
getFieldComponent()
Gets the component for the field. |
ca.odell.glazedlists.EventList<E> |
getList()
Gets the event list which is used for the table model. |
ca.odell.glazedlists.EventList<E> |
getListModel()
Returns the value model that contains the list of items. |
GUITable<V,E> |
getTable()
Returns the associated table component. |
FieldTable<V,E> |
getTableDescriptor()
Gets the associated table descriptor. |
| Methods inherited from class net.sf.doolin.gui.field.support.AbstractField |
|---|
getActionContext, getFieldDescriptor, getProperty, getView, setActionContext, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUITableField(GUIView<V> view,
FieldTable<V,E> fieldDescriptor)
view - Hosting viewfieldDescriptor - Table descriptor| Method Detail |
|---|
public JComponent getCoreComponent()
getCoreComponent in interface Field<V>getCoreComponent in class AbstractField<V>public JComponent getFieldComponent()
Field
public ca.odell.glazedlists.EventList<E> getList()
This list is based on the event list that is returned from the model (see
getListModel()) but is wrapped by an
ObservableElementList if the itemClass property of
the table descriptor is set. This allows the rows to be automatically
updated if the item in the row is updated.
public ca.odell.glazedlists.EventList<E> getListModel()
public GUITable<V,E> getTable()
public FieldTable<V,E> getTableDescriptor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||