|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.preference.PreferencePage
de.cau.cs.kieler.sim.kiem.config.preferences.SchedulePreferencePage
public class SchedulePreferencePage
Preference page for the scheduling preferences in KIEM.
Modified version of the LayoutPreferencePage in de.cau.cs.kieler.kiml.ui by msp.
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
SchedulePreferencePage()
Creates the schedule preference page. |
Method Summary | |
---|---|
void |
addListener(ILabelProviderListener listener)
|
protected Control |
createContents(Composite parentComponent)
|
void |
eventDispatched(KiemConfigEvent event)
Act on an event dispatched by the manager. |
void |
focusGained(FocusEvent e)
|
void |
focusLost(FocusEvent e)
|
Image |
getImage(Object element)
|
String |
getText(Object element)
|
void |
init(IWorkbench workbench)
|
boolean |
isLabelProperty(Object element,
String property)
|
void |
performApply()
|
protected void |
performDefaults()
|
boolean |
performOk()
|
void |
removeListener(ILabelProviderListener listener)
|
void |
widgetDefaultSelected(SelectionEvent e)
|
void |
widgetSelected(SelectionEvent e)
|
Methods inherited from class org.eclipse.jface.preference.PreferencePage |
---|
applyData, applyDialogFont, computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButton |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setMessage, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.preference.IPreferencePage |
---|
computeSize, isValid, okToLeave, performCancel, setContainer, setSize |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider |
---|
dispose |
Constructor Detail |
---|
public SchedulePreferencePage()
Method Detail |
---|
protected Control createContents(Composite parentComponent)
createContents
in class PreferencePage
public void init(IWorkbench workbench)
init
in interface IWorkbenchPreferencePage
protected void performDefaults()
performDefaults
in class PreferencePage
public boolean performOk()
performOk
in interface IPreferencePage
performOk
in class PreferencePage
public void performApply()
performApply
in class PreferencePage
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
public void widgetDefaultSelected(SelectionEvent e)
widgetDefaultSelected
in interface SelectionListener
public void widgetSelected(SelectionEvent e)
widgetSelected
in interface SelectionListener
public Image getImage(Object element)
getImage
in interface ILabelProvider
public String getText(Object element)
getText
in interface ILabelProvider
public void addListener(ILabelProviderListener listener)
addListener
in interface IBaseLabelProvider
public boolean isLabelProperty(Object element, String property)
isLabelProperty
in interface IBaseLabelProvider
public void removeListener(ILabelProviderListener listener)
removeListener
in interface IBaseLabelProvider
public void eventDispatched(KiemConfigEvent event)
eventDispatched
in interface IKiemConfigEventListener
event
- the dispatched event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |