Class LayoutFactory.BasicPropertyAdaptSupport.RemoveAsListenerFromComponentNever

java.lang.Object
info.monitorenter.gui.chart.controls.LayoutFactory.BasicPropertyAdaptSupport.RemoveAsListenerFromComponentNever
All Implemented Interfaces:
LayoutFactory.BasicPropertyAdaptSupport.IRemoveAsListenerFromComponentCondition
Enclosing class:
LayoutFactory.BasicPropertyAdaptSupport

public static class LayoutFactory.BasicPropertyAdaptSupport.RemoveAsListenerFromComponentNever extends Object implements LayoutFactory.BasicPropertyAdaptSupport.IRemoveAsListenerFromComponentCondition
Implementation dummy that never will decide to remove the calling LayoutFactory.BasicPropertyAdaptSupport to be removed.

This is useful e.g. for menu entries related to the chart itself ( LayoutFactory.createChartPopupMenu(ChartPanel, boolean) ) 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.BasicPropertyAdaptSupport instances.