org.pushingpixels.substance.internal.inputmaps
Class AquaInputMapSet

java.lang.Object
  extended by org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
      extended by org.pushingpixels.substance.internal.inputmaps.AquaInputMapSet
All Implemented Interfaces:
InputMapSet

public class AquaInputMapSet
extends BaseInputMapSet


Nested Class Summary
 
Nested classes/interfaces inherited from class org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
BaseInputMapSet.ComboActions, BaseInputMapSet.DesktopPaneActions, BaseInputMapSet.FileChooserActions, BaseInputMapSet.ListActions, BaseInputMapSet.RootPaneActions, BaseInputMapSet.ScrollBarActions, BaseInputMapSet.ScrollPaneActions, BaseInputMapSet.SliderActions, BaseInputMapSet.SplitPaneActions, BaseInputMapSet.TabbedPaneActions, BaseInputMapSet.TableActions, BaseInputMapSet.TableHeaderActions, BaseInputMapSet.TextComponentActions, BaseInputMapSet.ToolBarActions, BaseInputMapSet.TreeActions
 
Field Summary
 
Fields inherited from class org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
COPY, CUT, PASTE, PRESSED, RELEASED
 
Constructor Summary
AquaInputMapSet()
           
 
Method Summary
 SubstanceInputMap getComboBoxAncestorInputMap()
           
 SubstanceInputMap getFileChooserAncestorInputMap()
           
 SubstanceInputMap getListFocusInputMap()
           
protected  SubstanceInputMap getMultilineTextComponentFocusInputMap()
           
 SubstanceInputMap getPasswordFieldFocusInputMap()
           
 SubstanceInputMap getScrollPaneAncestorInputMap()
           
protected  SubstanceInputMap getSingleLineTextComponentFocusInputMap()
           
 SubstanceInputMap getSliderFocusInputMap()
           
 SubstanceInputMap getTableAncestorInputMap()
           
 SubstanceInputMap getTextFieldFocusInputMap()
           
 SubstanceInputMap getTreeFocusInputMap()
           
 
Methods inherited from class org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
getActionControlFocusInputMap, getButtonFocusInputMap, getCheckBoxFocusInputMap, getDesktopAncestorInputMap, getEditorPaneFocusInputMap, getFormattedTextFieldFocusInputMap, getRadioButtonFocusInputMap, getRootPaneAncestorInputMap, getScrollBarAncestorInputMap, getSpinnerAncestorInputMap, getSplitPaneAncestorInputMap, getTabbedPaneAncestorInputMap, getTabbedPaneFocusInputMap, getTableHeaderAncestorInputMap, getTextAreaFocusInputMap, getTextPaneFocusInputMap, getToggleButtonFocusInputMap, getToolBarAncestorInputMap, getTreeAncestorInputMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AquaInputMapSet

public AquaInputMapSet()
Method Detail

getComboBoxAncestorInputMap

public SubstanceInputMap getComboBoxAncestorInputMap()
Specified by:
getComboBoxAncestorInputMap in interface InputMapSet
Overrides:
getComboBoxAncestorInputMap in class BaseInputMapSet

getSingleLineTextComponentFocusInputMap

protected SubstanceInputMap getSingleLineTextComponentFocusInputMap()

getMultilineTextComponentFocusInputMap

protected SubstanceInputMap getMultilineTextComponentFocusInputMap()
Overrides:
getMultilineTextComponentFocusInputMap in class BaseInputMapSet

getFileChooserAncestorInputMap

public SubstanceInputMap getFileChooserAncestorInputMap()
Specified by:
getFileChooserAncestorInputMap in interface InputMapSet
Overrides:
getFileChooserAncestorInputMap in class BaseInputMapSet

getListFocusInputMap

public SubstanceInputMap getListFocusInputMap()
Specified by:
getListFocusInputMap in interface InputMapSet
Overrides:
getListFocusInputMap in class BaseInputMapSet

getPasswordFieldFocusInputMap

public SubstanceInputMap getPasswordFieldFocusInputMap()
Specified by:
getPasswordFieldFocusInputMap in interface InputMapSet
Overrides:
getPasswordFieldFocusInputMap in class BaseInputMapSet

getScrollPaneAncestorInputMap

public SubstanceInputMap getScrollPaneAncestorInputMap()
Specified by:
getScrollPaneAncestorInputMap in interface InputMapSet
Overrides:
getScrollPaneAncestorInputMap in class BaseInputMapSet

getSliderFocusInputMap

public SubstanceInputMap getSliderFocusInputMap()
Specified by:
getSliderFocusInputMap in interface InputMapSet
Overrides:
getSliderFocusInputMap in class BaseInputMapSet

getTableAncestorInputMap

public SubstanceInputMap getTableAncestorInputMap()
Specified by:
getTableAncestorInputMap in interface InputMapSet
Overrides:
getTableAncestorInputMap in class BaseInputMapSet

getTextFieldFocusInputMap

public SubstanceInputMap getTextFieldFocusInputMap()
Specified by:
getTextFieldFocusInputMap in interface InputMapSet
Overrides:
getTextFieldFocusInputMap in class BaseInputMapSet

getTreeFocusInputMap

public SubstanceInputMap getTreeFocusInputMap()
Specified by:
getTreeFocusInputMap in interface InputMapSet
Overrides:
getTreeFocusInputMap in class BaseInputMapSet