|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DfcMonitoredListListener | |
---|---|
dsto.dfc.collections | Extensions to the Java Collections framework, including support for event notification on dynamic collections. |
dsto.dfc.databeans | |
dsto.dfc.swt.viewers |
Uses of DfcMonitoredListListener in dsto.dfc.collections |
---|
Methods in dsto.dfc.collections with parameters of type DfcMonitoredListListener | |
---|---|
void |
DfcMonitoredList.addDfcMonitoredListListener(DfcMonitoredListListener l)
|
void |
DfcMonitoredList.removeDfcMonitoredListListener(DfcMonitoredListListener l)
|
Uses of DfcMonitoredListListener in dsto.dfc.databeans |
---|
Classes in dsto.dfc.databeans that implement DfcMonitoredListListener | |
---|---|
class |
ListDataObject
An extension of the DFC monitored list that supports access via the IDataObject interface. |
class |
StackDataObject
A convenience class that extends ListDataObject to provide a monitored stack. |
Uses of DfcMonitoredListListener in dsto.dfc.swt.viewers |
---|
Classes in dsto.dfc.swt.viewers that implement DfcMonitoredListListener | |
---|---|
class |
CmdMoveItem
Generic command to move items up/down in a viewer that is displaying a java.util.List. |
class |
CollectionTableContentProvider
An IStructuredContentProvider that loads the content of any Collection into a JFace TableViewer. |
class |
DataBeanCollectionTableContentProvider
Extends CollectionTableContentProvider to generate table updates when any contained IDataObject properties change. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |