Class KeyNavigator

java.lang.Object
javax.swing.AbstractAction
org.kopi.vkopi.lib.ui.swing.form.KeyNavigator
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class KeyNavigator extends AbstractAction
See Also:
  • Field Details

  • Constructor Details

    • KeyNavigator

      protected KeyNavigator(int keyCode)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
    • processKeyCode

      protected final void processKeyCode(DField fieldView, org.kopi.galite.visual.form.VField field, JTextComponent sharedText)
    • processSpecificKeyCode

      protected org.kopi.galite.visual.Action processSpecificKeyCode(DField fieldView, org.kopi.galite.visual.form.VField field)
      Subclasses must override this method to process their specific keys they are added by addSpecificNavigationKeys
    • getKeyNavigator

      public static KeyNavigator getKeyNavigator(int code)