|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyListener | |
---|---|
dsto.dfc.databeans | |
dsto.dfc.databeans.io | |
dsto.dfc.databeans.views | |
dsto.dfc.swing | |
dsto.dfc.swing.persistence | Support for managing persistent objects. |
dsto.dfc.swt.commands | Framework for defining and presenting user commands in a UI. |
dsto.dfc.swt.forms | |
dsto.dfc.swt.util | |
dsto.dfc.swt.viewers | |
livespace.services | |
livespace.services.entities.room_presentation | |
livespace.services.osgi |
Uses of PropertyListener in dsto.dfc.databeans |
---|
Classes in dsto.dfc.databeans that implement PropertyListener | |
---|---|
class |
DataBeanLink
A link to an IDataBean that also provides a facade to the bean (i.e. |
class |
DataBeanWeakRef
A weak reference alias for an IDataBean. |
class |
DataObjectFilter
An adapter that allows one data object to contain a filtered subset of properties from another data object. |
class |
DataObjectLink
A link to an IDataObject that also provides a facade to the object (i.e. |
class |
DataObjectView
Creates a dynamically sortable, filterable list view of a data object. |
class |
DataObjectWeakRef
An weak reference alias for an IDataObject. |
class |
SubsetDataObject
A subset of an IDataObject. |
Methods in dsto.dfc.databeans with parameters of type PropertyListener | |
---|---|
void |
AbstractDataObject.addFirstPropertyListener(PropertyListener l)
Add listener to the front of the list, so it will get events before all other current listeners. |
void |
SetDataObject.addPropertyListener(PropertyListener l)
|
void |
MapDataObject.addPropertyListener(PropertyListener l)
|
void |
ListDataObject.addPropertyListener(PropertyListener l)
|
void |
IDataObject.addPropertyListener(PropertyListener l)
Add a listener that will be notified when changes to the properties on this or child objects are made. |
void |
AbstractDataObject.addPropertyListener(PropertyListener l)
|
void |
SetDataObject.removePropertyListener(PropertyListener l)
|
void |
MapDataObject.removePropertyListener(PropertyListener l)
|
void |
ListDataObject.removePropertyListener(PropertyListener l)
|
void |
IDataObject.removePropertyListener(PropertyListener l)
Reverse the effect of IDataObject.addPropertyListener(PropertyListener) . |
void |
AbstractDataObject.removePropertyListener(PropertyListener l)
|
Uses of PropertyListener in dsto.dfc.databeans.io |
---|
Classes in dsto.dfc.databeans.io that implement PropertyListener | |
---|---|
class |
DataObjectPersister
A java.util.Timer task that saves a data object at periodic intervals when it has been modified. |
class |
DataObjectPersister2
A task that saves a data object at periodic intervals when it has been modified. |
Uses of PropertyListener in dsto.dfc.databeans.views |
---|
Classes in dsto.dfc.databeans.views that implement PropertyListener | |
---|---|
class |
AbstractPropertyFilterSet
Base class for automatically-generated sets of IFilter's for filtering against values of a IDataObject property. |
class |
MultiValuePropertyFilterSet
A property filter that that works when property values are themselves IDataObject's (typically a set of some kind). |
class |
PropertyFilterSet
An automatically-generated set of PropertyFilter's for a given property. |
Uses of PropertyListener in dsto.dfc.swing |
---|
Classes in dsto.dfc.swing that implement PropertyListener | |
---|---|
class |
UIPropertyListener
A DataObject property listener adapter that re-routes property change events that occur outside the UI thread into the UI thread by using SwingUtilities.invokeLater (). |
Fields in dsto.dfc.swing declared as PropertyListener | |
---|---|
protected PropertyListener |
UIPropertyListener.listener
|
Constructors in dsto.dfc.swing with parameters of type PropertyListener | |
---|---|
UIPropertyListener(PropertyListener listener)
Create a new instance. |
Uses of PropertyListener in dsto.dfc.swing.persistence |
---|
Classes in dsto.dfc.swing.persistence that implement PropertyListener | |
---|---|
class |
PersistenceMonitor
Connects changes to an IDataObject/IDataBean to mark the object changed in a PersistenceManager . |
Uses of PropertyListener in dsto.dfc.swt.commands |
---|
Classes in dsto.dfc.swt.commands that implement PropertyListener | |
---|---|
class |
CmdChangeDataObjectProperty
Command to change a property of one or more target data objects. |
Uses of PropertyListener in dsto.dfc.swt.forms |
---|
Classes in dsto.dfc.swt.forms that implement PropertyListener | |
---|---|
class |
DataObjectCopyPipe
A pipe that inputs a data object and outputs a clone. |
class |
PropertyPipe
A pipe that inputs a data object and outputs the value of one of its properties. |
Uses of PropertyListener in dsto.dfc.swt.util |
---|
Classes in dsto.dfc.swt.util that implement PropertyListener | |
---|---|
class |
CmdToggleDataBeanProperty
Command that toggles a boolean property of an IDataBean . |
class |
DataBeanPreferenceStore
Wraps a DFC IDataBean as a JFace IPreferenceStore. |
Fields in dsto.dfc.swt.util declared as PropertyListener | |
---|---|
protected PropertyListener |
UIPropertyListener.listener
|
Constructors in dsto.dfc.swt.util with parameters of type PropertyListener | |
---|---|
UIPropertyListener(org.eclipse.swt.widgets.Display display,
PropertyListener listener)
Create a new instance. |
Uses of PropertyListener in dsto.dfc.swt.viewers |
---|
Classes in dsto.dfc.swt.viewers that implement PropertyListener | |
---|---|
class |
DataBeanCollectionTableContentProvider
Extends CollectionTableContentProvider to generate table updates when any contained IDataObject properties change. |
class |
DataObjectPropertyListProvider
A table content and label provider for IDataObject values that presents a data object as a two-column property/value list. |
class |
DataObjectTableProvider
Table provider that makes all property values of an input IDataObject into rows. |
Uses of PropertyListener in livespace.services |
---|
Classes in livespace.services that implement PropertyListener | |
---|---|
class |
EntityClient
A container that populates its entity registry with available entities matching a type query and keeps them up to date with state changes. |
class |
EntityContainer
Base class for containers that manage distributed Entity instances. |
class |
EntityServer
A container that publishes its entities for access by clients. |
class |
PropertiesSynchronizer
|
class |
PropertySynchronizer
Allows synchronisation to take place when a given property changes to a set value. |
class |
SizeSynchronizer
Used to wait for a limited time until a required number of elements arrive in a registry or IDataObject-based collection. |
class |
Synchronizer
Base for classes that support synchronizing a thread with a property change triggered by another thread. |
Methods in livespace.services with parameters of type PropertyListener | |
---|---|
void |
EntityClients.addPropertyListener(PropertyListener listener)
This method should be called only after all entity clients have been added, otherwise new entities will not have had the listener added. |
Uses of PropertyListener in livespace.services.entities.room_presentation |
---|
Methods in livespace.services.entities.room_presentation with parameters of type PropertyListener | |
---|---|
void |
RoomSchematicEntity.addSchematicListener(PropertyListener listener)
Adds a listener to the container of SchemtaticItems instances |
void |
RoomPresentation.addSchematicListener(PropertyListener listener)
Add a listener for changes to the container holding SchamticItem instance |
Uses of PropertyListener in livespace.services.osgi |
---|
Classes in livespace.services.osgi that implement PropertyListener | |
---|---|
class |
ParticularEntityDependency
|
class |
SingleEntityDependency
A dependency on a single Livespace entity being available. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |