org.eclipse.gmt.umlx.editor.preferences
Interface IEditorPreferenceStore

All Superinterfaces:
org.eclipse.jface.preference.IPreferenceStore
All Known Implementing Classes:
AbstractEditorPreferenceStore, EditorPreferenceStore

public interface IEditorPreferenceStore
extends org.eclipse.jface.preference.IPreferenceStore

IEditorPreferenceStore defines the interface to the store for preferences on the UMLX property page.


Field Summary
static java.lang.String DISPLAY_ICONS_PROPERTY
           
static java.lang.String 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
 
Method Summary
 boolean isDisplayIcons()
           
 boolean isMofBehaviour()
           
 
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
 

Field Detail

DISPLAY_ICONS_PROPERTY

static final java.lang.String DISPLAY_ICONS_PROPERTY
See Also:
Constant Field Values

MOF_BEHAVIOUR_PROPERTY

static final java.lang.String MOF_BEHAVIOUR_PROPERTY
See Also:
Constant Field Values
Method Detail

isDisplayIcons

boolean isDisplayIcons()

isMofBehaviour

boolean isMofBehaviour()