public class OverviewPage extends AbstractHeaderPage
| Modifier and Type | Class and Description |
|---|---|
protected class |
OverviewPage.EnvVariableContentProvider
Content provider for the environment var table
|
class |
OverviewPage.EnvVariableLabelProvider
Label provider for the environment var table
|
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.swt.events.SelectionListener |
selectionListener |
STATUS_FILE_NOT_EXIST, STATUS_FILE_NOT_SPECIFIED, STATUS_IS_INVALID, STATUS_IS_VALID| Constructor and Description |
|---|
OverviewPage(DeploymentDescriptorEditor editor,
String id,
String title) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
addAndCheckVariable(org.apache.uima.aae.deployment.impl.NameValue variable) |
protected void |
createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
Called by the framework to fill in the contents
|
org.apache.uima.resource.metadata.Import |
createLocationImport(String location) |
org.eclipse.swt.widgets.Button |
createPushButton(org.eclipse.swt.widgets.Composite parent,
String label,
org.eclipse.swt.graphics.Image image,
org.eclipse.ui.forms.widgets.FormToolkit toolkit) |
protected void |
createTableButtons(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.forms.widgets.FormToolkit toolkit) |
protected void |
createVerticalSpacer(org.eclipse.swt.widgets.Composite comp,
int colSpan)
Create some empty space.
|
void |
enableCasPoolSizeSettings(boolean enable) |
protected void |
isValid() |
void |
setActive(boolean active) |
void |
setCasPoolSize(int number) |
void |
setInput(org.apache.uima.aae.deployment.AEDeploymentDescription aeDD) |
protected void |
showStatus(String msg,
int msgType) |
protected void |
updateCPlusPlusSettings()
Enable C++ settings if top-level AE is C++
|
protected void |
updateEnvironmentVariables() |
protected void |
updateTopDescriptor(String fileFullPath,
boolean byLocation) |
static int |
validateFilePath(String filePath) |
createExpandOrCollapseAllMenu, createToolBarActions, setFormPageTitlecanLeaveThePage, createPartControl, dispose, doSave, doSaveAs, getEditor, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, 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 OverviewPage(DeploymentDescriptorEditor editor, String id, String title)
editor - id - title - public void enableCasPoolSizeSettings(boolean enable)
public void setCasPoolSize(int number)
protected void createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
createFormContent in class org.eclipse.ui.forms.editor.FormPageprotected void createTableButtons(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.forms.widgets.FormToolkit toolkit)
public org.eclipse.swt.widgets.Button createPushButton(org.eclipse.swt.widgets.Composite parent,
String label,
org.eclipse.swt.graphics.Image image,
org.eclipse.ui.forms.widgets.FormToolkit toolkit)
protected void createVerticalSpacer(org.eclipse.swt.widgets.Composite comp,
int colSpan)
protected void updateTopDescriptor(String fileFullPath, boolean byLocation)
public org.apache.uima.resource.metadata.Import createLocationImport(String location) throws MalformedURLException
location - MalformedURLExceptionpublic void setActive(boolean active)
setActive in interface org.eclipse.ui.forms.editor.IFormPagesetActive in class org.eclipse.ui.forms.editor.FormPageprotected void isValid()
protected void showStatus(String msg, int msgType)
public static int validateFilePath(String filePath)
public void setInput(org.apache.uima.aae.deployment.AEDeploymentDescription aeDD)
protected boolean addAndCheckVariable(org.apache.uima.aae.deployment.impl.NameValue variable)
protected void updateEnvironmentVariables()
protected void updateCPlusPlusSettings()
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.