Class FilterDialog.HidingFilterAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.FilterDialog.AbstractFilterAction
-
- org.openstreetmap.josm.gui.dialogs.FilterDialog.HidingFilterAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action,MultikeyShortcutAction
- Enclosing class:
- FilterDialog
private class FilterDialog.HidingFilterAction extends FilterDialog.AbstractFilterAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstreetmap.josm.gui.util.MultikeyShortcutAction
MultikeyShortcutAction.MultikeyInfo
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.gui.dialogs.FilterDialog.AbstractFilterAction
lastFilter
-
-
Constructor Summary
Constructors Constructor Description HidingFilterAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteMultikeyAction(int index, boolean repeatLastAction)Execute a multi key actionShortcutgetMultikeyShortcut()-
Methods inherited from class org.openstreetmap.josm.gui.dialogs.FilterDialog.AbstractFilterAction
actionPerformed, getLastMultikeyAction, getMultikeyCombinations, isLastFilterValid
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
HidingFilterAction
HidingFilterAction()
-
-
Method Detail
-
getMultikeyShortcut
public Shortcut getMultikeyShortcut()
-
executeMultikeyAction
public void executeMultikeyAction(int index, boolean repeatLastAction)
Description copied from interface:MultikeyShortcutActionExecute a multi key action- Parameters:
index- The index to executerepeatLastAction-trueif the last action should be executed if no action is found for the given index.
-
-