|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.jface.preference.PreferenceStore
org.eclipse.gmt.umlx.editor.preferences.AbstractEditorPreferenceStore
public class AbstractEditorPreferenceStore
AbstractEditorPreferenceStore defines a minimal and non-persistent store for preferences on the UMLX property page.
Field Summary |
---|
Fields inherited from interface org.eclipse.gmt.umlx.editor.preferences.IEditorPreferenceStore |
---|
DISPLAY_ICONS_PROPERTY, MOF_BEHAVIOUR_PROPERTY |
Fields inherited from interface org.eclipse.jface.preference.IPreferenceStore |
---|
BOOLEAN_DEFAULT_DEFAULT, DOUBLE_DEFAULT_DEFAULT, FALSE, FLOAT_DEFAULT_DEFAULT, INT_DEFAULT_DEFAULT, LONG_DEFAULT_DEFAULT, STRING_DEFAULT_DEFAULT, TRUE |
Constructor Summary | |
---|---|
AbstractEditorPreferenceStore()
|
Method Summary | |
---|---|
void |
init()
|
boolean |
isDisplayIcons()
|
boolean |
isMofBehaviour()
|
Methods inherited from class org.eclipse.jface.preference.PreferenceStore |
---|
addPropertyChangeListener, contains, firePropertyChangeEvent, getBoolean, getDefaultBoolean, getDefaultDouble, getDefaultFloat, getDefaultInt, getDefaultLong, getDefaultString, getDouble, getFloat, getInt, getLong, getString, isDefault, list, list, load, load, needsSaving, preferenceNames, putValue, removePropertyChangeListener, save, save, setDefault, setDefault, setDefault, setDefault, setDefault, setDefault, setFilename, setToDefault, setValue, setValue, setValue, setValue, setValue, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.preference.IPreferenceStore |
---|
addPropertyChangeListener, contains, firePropertyChangeEvent, getBoolean, getDefaultBoolean, getDefaultDouble, getDefaultFloat, getDefaultInt, getDefaultLong, getDefaultString, getDouble, getFloat, getInt, getLong, getString, isDefault, needsSaving, putValue, removePropertyChangeListener, setDefault, setDefault, setDefault, setDefault, setDefault, setDefault, setToDefault, setValue, setValue, setValue, setValue, setValue, setValue |
Constructor Detail |
---|
public AbstractEditorPreferenceStore()
Method Detail |
---|
public void init()
public boolean isDisplayIcons()
isDisplayIcons
in interface IEditorPreferenceStore
public boolean isMofBehaviour()
isMofBehaviour
in interface IEditorPreferenceStore
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |