public abstract class AbstractHeaderPage
extends org.eclipse.ui.forms.editor.FormPage
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_FILE_NOT_EXIST |
static int |
STATUS_FILE_NOT_SPECIFIED |
static int |
STATUS_IS_INVALID |
static int |
STATUS_IS_VALID |
| Constructor and Description |
|---|
AbstractHeaderPage(org.eclipse.ui.forms.editor.FormEditor editor,
String id,
String title) |
AbstractHeaderPage(String id,
String title) |
| Modifier and Type | Method and Description |
|---|---|
static void |
createExpandOrCollapseAllMenu(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.ui.forms.widgets.Section section,
org.eclipse.swt.widgets.Composite toolbarComposite,
org.eclipse.jface.viewers.TreeViewer treeViewer,
boolean expand) |
protected static void |
createToolBarActions(org.eclipse.ui.forms.IManagedForm managedForm,
org.eclipse.swt.custom.SashForm sashForm,
boolean selectHorizontal) |
void |
setFormPageTitle(org.eclipse.ui.forms.widgets.ScrolledForm sform,
String title) |
canLeaveThePage, createFormContent, createPartControl, dispose, doSave, doSaveAs, getEditor, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setFocus, setIndexcheckSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartNameaddPropertyListener, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getSite, getTitle, removePropertyListener, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyaddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final int STATUS_IS_VALID
public static final int STATUS_IS_INVALID
public static final int STATUS_FILE_NOT_SPECIFIED
public static final int STATUS_FILE_NOT_EXIST
public AbstractHeaderPage(org.eclipse.ui.forms.editor.FormEditor editor,
String id,
String title)
editor - id - title - public void setFormPageTitle(org.eclipse.ui.forms.widgets.ScrolledForm sform,
String title)
public static void createExpandOrCollapseAllMenu(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.ui.forms.widgets.Section section,
org.eclipse.swt.widgets.Composite toolbarComposite,
org.eclipse.jface.viewers.TreeViewer treeViewer,
boolean expand)
protected static void createToolBarActions(org.eclipse.ui.forms.IManagedForm managedForm,
org.eclipse.swt.custom.SashForm sashForm,
boolean selectHorizontal)
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.