daoc.editor.ui
Class WindowKeys

java.lang.Object
  extended bydaoc.editor.ui.WindowKeys

public class WindowKeys
extends java.lang.Object

Binds key maps for the window


Field Summary
static javax.swing.KeyStroke KS_AEDITOR
           
static javax.swing.KeyStroke KS_CLOSEALL
           
static javax.swing.KeyStroke KS_HELP
           
static javax.swing.KeyStroke KS_LOG
           
static javax.swing.KeyStroke KS_OPEN
           
static javax.swing.KeyStroke KS_RELOAD
           
static javax.swing.KeyStroke KS_SAVE
           
static javax.swing.KeyStroke KS_SETTINGS
           
 
Constructor Summary
WindowKeys()
           
 
Method Summary
static void bindKeys(javax.swing.JComponent source, javax.swing.JFrame parent, javax.swing.Action actEditor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KS_SAVE

public static final javax.swing.KeyStroke KS_SAVE

KS_OPEN

public static final javax.swing.KeyStroke KS_OPEN

KS_SETTINGS

public static final javax.swing.KeyStroke KS_SETTINGS

KS_LOG

public static final javax.swing.KeyStroke KS_LOG

KS_RELOAD

public static final javax.swing.KeyStroke KS_RELOAD

KS_CLOSEALL

public static final javax.swing.KeyStroke KS_CLOSEALL

KS_AEDITOR

public static final javax.swing.KeyStroke KS_AEDITOR

KS_HELP

public static final javax.swing.KeyStroke KS_HELP
Constructor Detail

WindowKeys

public WindowKeys()
Method Detail

bindKeys

public static final void bindKeys(javax.swing.JComponent source,
                                  javax.swing.JFrame parent,
                                  javax.swing.Action actEditor)