net.sf.sbcc.componentcombo.plaf.basic
Class BasicComponentComboBoxUI.Actions

java.lang.Object
  extended by sun.swing.UIAction
      extended by net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboBoxUI.Actions
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.Action
Enclosing class:
BasicComponentComboBoxUI

private static class BasicComponentComboBoxUI.Actions
extends sun.swing.UIAction


Field Summary
private static java.lang.String DOWN
           
private static java.lang.String DOWN_2
           
private static java.lang.String END
           
private static java.lang.String ENTER
           
private static java.lang.String HIDE
           
private static java.lang.String HOME
           
private static java.lang.String PAGE_DOWN
           
private static java.lang.String PAGE_UP
           
private static java.lang.String TOGGLE
           
private static java.lang.String TOGGLE_2
           
private static java.lang.String UP
           
private static java.lang.String UP_2
           
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
BasicComponentComboBoxUI.Actions(java.lang.String name)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
private  int getNextIndex(javax.swing.JComboBox comboBox, java.lang.String key)
           
 boolean isEnabled(java.lang.Object c)
           
 
Methods inherited from class sun.swing.UIAction
addPropertyChangeListener, getName, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIDE

private static final java.lang.String HIDE
See Also:
Constant Field Values

DOWN

private static final java.lang.String DOWN
See Also:
Constant Field Values

DOWN_2

private static final java.lang.String DOWN_2
See Also:
Constant Field Values

TOGGLE

private static final java.lang.String TOGGLE
See Also:
Constant Field Values

TOGGLE_2

private static final java.lang.String TOGGLE_2
See Also:
Constant Field Values

UP

private static final java.lang.String UP
See Also:
Constant Field Values

UP_2

private static final java.lang.String UP_2
See Also:
Constant Field Values

ENTER

private static final java.lang.String ENTER
See Also:
Constant Field Values

PAGE_DOWN

private static final java.lang.String PAGE_DOWN
See Also:
Constant Field Values

PAGE_UP

private static final java.lang.String PAGE_UP
See Also:
Constant Field Values

HOME

private static final java.lang.String HOME
See Also:
Constant Field Values

END

private static final java.lang.String END
See Also:
Constant Field Values
Constructor Detail

BasicComponentComboBoxUI.Actions

BasicComponentComboBoxUI.Actions(java.lang.String name)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

getNextIndex

private int getNextIndex(javax.swing.JComboBox comboBox,
                         java.lang.String key)

isEnabled

public boolean isEnabled(java.lang.Object c)
Overrides:
isEnabled in class sun.swing.UIAction