Package net.ontopia.topicmaps.viz
Class AssociationScopeFilterMenu.ScopeFilterActionListener
java.lang.Object
net.ontopia.topicmaps.viz.AssociationScopeFilterMenu.ScopeFilterActionListener
- All Implemented Interfaces:
ActionListener,EventListener
- Enclosing class:
- AssociationScopeFilterMenu
protected class AssociationScopeFilterMenu.ScopeFilterActionListener
extends Object
implements ActionListener
Listens for changes to a checkbox controlling whether an association
scoping topic should be part of the association scope filter.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScopeFilterActionListener(TopicIF scope, VizController controller, ActionListener parentListener) Create new. -
Method Summary
-
Constructor Details
-
ScopeFilterActionListener
protected ScopeFilterActionListener(TopicIF scope, VizController controller, ActionListener parentListener) Create new.- Parameters:
scope- The scoping topic controlled by this checkbox.parentListener- The parent listener receives (and may act upon) any events that happen in this ActionListener.controller- Notified when the scope is added to/removed from the filter (i.e. any checkbox state change).
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-