net.sourceforge.geeboss.view.properties
Class HotkeysProperties

java.lang.Object
  extended by net.sourceforge.geeboss.view.properties.PropertyPage
      extended by net.sourceforge.geeboss.view.properties.HotkeysProperties

public class HotkeysProperties
extends PropertyPage

Class displays a PropertyPage to assign hotkeys to common actions in Geeboss


Field Summary
 
Fields inherited from class net.sourceforge.geeboss.view.properties.PropertyPage
mApply, mComposite, mDialogFont, mErrorMessageLabel, mGeebossGui, mParent, mPropertyChangeManager, mRestore
 
Constructor Summary
HotkeysProperties(org.eclipse.swt.widgets.Composite parent, MainView geebossGui)
          Instatiate a new HotkeysProperties PropertyPage
 
Method Summary
 void applyButtonPressed()
          The apply button has been pressed
protected  void initComponents()
          Init all components
protected  void restoreButtonPressed()
          The restore button has been pressed
 void updatePropertiesChangeManager()
          No action is done here.
 
Methods inherited from class net.sourceforge.geeboss.view.properties.PropertyPage
createButtons, createComposite, dispose, getContainer, getPropertyChangeManager, initPropertyChangeManager, setApplyButtonState, setButtonLayoutData, setButtonLayoutData, setErrorMessage, setRestoreButtonState, setWarningMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotkeysProperties

public HotkeysProperties(org.eclipse.swt.widgets.Composite parent,
                         MainView geebossGui)
Instatiate a new HotkeysProperties PropertyPage

Parameters:
parent - Composite's parent
geebossGui - The MainController
Method Detail

applyButtonPressed

public void applyButtonPressed()
Description copied from class: PropertyPage
The apply button has been pressed

Specified by:
applyButtonPressed in class PropertyPage
See Also:
PropertyPage.applyButtonPressed()

updatePropertiesChangeManager

public void updatePropertiesChangeManager()
No action is done here. The definition of hotkeys need to be applyd pressing the "Assign" button.

Specified by:
updatePropertiesChangeManager in class PropertyPage

initComponents

protected void initComponents()
Init all components

Specified by:
initComponents in class PropertyPage

restoreButtonPressed

protected void restoreButtonPressed()
Description copied from class: PropertyPage
The restore button has been pressed

Specified by:
restoreButtonPressed in class PropertyPage
See Also:
PropertyPage.restoreButtonPressed()


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.