net.sourceforge.geeboss.view.properties
Class LanguageProperties

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

public class LanguageProperties
extends PropertyPage

Class displays a PropertyPage to select the language used in Geeboss


Field Summary
 
Fields inherited from class net.sourceforge.geeboss.view.properties.PropertyPage
mApply, mComposite, mDialogFont, mErrorMessageLabel, mGeebossGui, mParent, mPropertyChangeManager, mRestore
 
Constructor Summary
LanguageProperties(org.eclipse.swt.widgets.Composite parent, MainView geebossGui, PreferencesDialog propertiesDialog)
          Instatiate a new LanguageProperties PropertyPage
 
Method Summary
 void applyButtonPressed()
          The apply button has been pressed
 void dispose()
          Dispose the composite that holds the property page
protected  void initComponents()
          Init all components
protected  void restoreButtonPressed()
          The restore button has been pressed
 void updatePropertiesChangeManager()
          Update the temporary settings holder PropertiesChangeManager
 
Methods inherited from class net.sourceforge.geeboss.view.properties.PropertyPage
createButtons, createComposite, 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

LanguageProperties

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

Parameters:
parent - Composite's parent
geebossGui - Access some methods from the maincontroller
propertiesDialog - Access some methods from the opened prop. dialog
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()

dispose

public void dispose()
Description copied from class: PropertyPage
Dispose the composite that holds the property page

Overrides:
dispose in class PropertyPage
See Also:
PropertyPage.dispose()

updatePropertiesChangeManager

public void updatePropertiesChangeManager()
Description copied from class: PropertyPage
Update the temporary settings holder PropertiesChangeManager

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

initComponents

protected void initComponents()
Description copied from class: PropertyPage
Init all components

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

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.