All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----openstar.generic.ModelSelection
A model selection is the description of an arbitrary subset of a specific model instance. Because nothing is known about the internal structure of models at this generic level, all details of a model selection must be represented through classes that are derived from this class.
As with models, interested parties may register with a selection to get notified of any changes in the selection.
ModelSelectionEvent
to all registered listeners.
ModelSelectionEvent
to all registered listeners.
protected Model model
protected EventSupport support
public ModelSelection(Model model)
public Model getModel()
public void addModelSelectionListener(ModelSelectionListener listener)
public void removeModelSelectionListener(ModelSelectionListener listener)
public void fireModelSelection(Object source)
ModelSelectionEvent
to all registered listeners.
protected void fireModelSelection()
ModelSelectionEvent
to all registered listeners.
public void deliverEvent(EventListener target, Event event)
All Packages Class Hierarchy This Package Previous Next Index