|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.monitorenter.gui.chart.controls.LayoutFactory.BasicPropertyAdaptSupport.RemoveAsListenerFromComponentNever
public static class LayoutFactory.BasicPropertyAdaptSupport.RemoveAsListenerFromComponentNever
Implementation dummy that never will decide to remove the calling
to be removed.
LayoutFactory.BasicPropertyAdaptSupport
This is useful e.g. for menu entries related to the chart itself (
)
where there is no known case that the chart could be removed but other application objects could still hold a listener reference to these
LayoutFactory.createChartPopupMenu(ChartPanel, boolean)
instances.
LayoutFactory.BasicPropertyAdaptSupport
Method Summary | |
---|---|
static LayoutFactory.BasicPropertyAdaptSupport.IRemoveAsListenerFromComponentCondition |
getInstance()
Singleton retrieval. |
Set<String> |
getPropertyChangePropertiesToListenForRemovalOn()
Never! |
boolean |
isRemoveMeAsListenerComponentEvent(PropertyChangeEvent event)
Implementation dummy that never will decide to remove the calling to be removed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LayoutFactory.BasicPropertyAdaptSupport.IRemoveAsListenerFromComponentCondition getInstance()
public Set<String> getPropertyChangePropertiesToListenForRemovalOn()
getPropertyChangePropertiesToListenForRemovalOn
in interface LayoutFactory.BasicPropertyAdaptSupport.IRemoveAsListenerFromComponentCondition
LayoutFactory.BasicPropertyAdaptSupport.IRemoveAsListenerFromComponentCondition.getPropertyChangePropertiesToListenForRemovalOn()
public boolean isRemoveMeAsListenerComponentEvent(PropertyChangeEvent event)
LayoutFactory.BasicPropertyAdaptSupport
to be removed.
This is useful e.g. for menu entries related to the chart itself (
)
where there is no known case that the chart could be removed but other application objects could still hold a listener reference to these
LayoutFactory.createChartPopupMenu(ChartPanel, boolean)
instances.
LayoutFactory.BasicPropertyAdaptSupport
isRemoveMeAsListenerComponentEvent
in interface LayoutFactory.BasicPropertyAdaptSupport.IRemoveAsListenerFromComponentCondition
event
- the event received by the
LayoutFactory.BasicPropertyAdaptSupport
sent from the
component listened to.
LayoutFactory.BasicPropertyAdaptSupport
should return itself as a listener from the
Component
it listens to.LayoutFactory.BasicPropertyAdaptSupport.IRemoveAsListenerFromComponentCondition.isRemoveMeAsListenerComponentEvent(java.beans.PropertyChangeEvent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |