org.xnap.commons.gui.shortcut
Class MediatorShortcut

java.lang.Object
  extended by org.xnap.commons.gui.shortcut.MediatorShortcut

public class MediatorShortcut
extends Object


Constructor Summary
MediatorShortcut(KeyStrokeSetting setting, Action action, JComponent component)
           
 
Method Summary
 Action getAction()
           
 JComponent getComonent()
           
 KeyStrokeSetting getSetting()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediatorShortcut

public MediatorShortcut(KeyStrokeSetting setting,
                        Action action,
                        JComponent component)
Method Detail

getComonent

public JComponent getComonent()

getAction

public Action getAction()

getSetting

public KeyStrokeSetting getSetting()

setEnabled

public void setEnabled(boolean enabled)

isEnabled

public boolean isEnabled()


Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.