Class FindComponentDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.apache.uima.taeconfigurator.editors.ui.dialogs.AbstractDialog
org.apache.uima.taeconfigurator.editors.ui.dialogs.FindComponentDialog
- All Implemented Interfaces:
StandardStrings
,org.eclipse.jface.window.IShellProvider
,org.eclipse.swt.widgets.Listener
The Class FindComponentDialog.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandler
-
Field Summary
Fields inherited from class org.apache.uima.taeconfigurator.editors.ui.dialogs.AbstractDialog
dialogDescription, editor, errorMessageUI, okButton, section, stringArray0, title
Fields inherited from class org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK, resizeHasOccurred
Fields inherited from interface org.apache.uima.taeconfigurator.StandardStrings
S_, S_ADD, S_DESCRIPTION, S_DOWN, S_DOWN_TIP, S_EDIT, S_EDIT_TIP, S_EXPORT, S_EXPORT_TIP, S_REMOVE, S_REMOVE_TIP, S_UP, S_UP_TIP
-
Constructor Summary
ConstructorDescriptionFindComponentDialog
(AbstractSection aSection, String title, String header, String[] componentHeaders) Instantiates a new find component dialog. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
buttonPressed
(int buttonId) void
Copy values from GUI.protected void
createButtonsForButtonBar
(org.eclipse.swt.widgets.Composite parent) protected org.eclipse.swt.widgets.Control
createDialogArea
(org.eclipse.swt.widgets.Composite parent) void
enableOK()
Enable OK.Gets the matching delegate component descriptions.Gets the matching delegate component descriptors.org.eclipse.swt.widgets.Label
Gets the status label 1.org.eclipse.swt.widgets.Label
Gets the status label 2.boolean
isValid()
Checks if is valid.Methods inherited from class org.apache.uima.taeconfigurator.editors.ui.dialogs.AbstractDialog
configureShell, convertNull, createButtonBar, createDialogArea, createWideLabel, getAllTypesAsSortedArray, getHitColumn, getTypeSystemInfoList, handleEvent, new2ColumnComposite, newButton, newButtonContainer, newCCombo, newDescription, newErrorMessage, newErrorMessage, newLabeledCCombo, newLabeledText, newLabeledTypeInput, newPushButton, newTable, newText, newTree, newTypeInput, nullIf0lengthString, setErrorMessage, setMessage, setTextAndTip, setTextAndTip, setTextAndTip, setTextAndTip, setTitle, superButtonPressed, textModifyCallback, typeContainedInTypeSystemInfoList, useQualifiedTypes
Methods inherited from class org.eclipse.jface.dialogs.Dialog
applyDialogFont, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, isResizable, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText
Methods inherited from class org.eclipse.jface.window.Window
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getLayout, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
-
Field Details
-
ALL_PROJECTS
The Constant ALL_PROJECTS.- See Also:
-
-
Constructor Details
-
FindComponentDialog
public FindComponentDialog(AbstractSection aSection, String title, String header, String[] componentHeaders) Instantiates a new find component dialog.- Parameters:
aSection
- the a sectiontitle
- the titleheader
- the headercomponentHeaders
- the component headers
-
-
Method Details
-
createDialogArea
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent) - Overrides:
createDialogArea
in classAbstractDialog
-
createButtonsForButtonBar
protected void createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent) - Overrides:
createButtonsForButtonBar
in classAbstractDialog
-
buttonPressed
protected void buttonPressed(int buttonId) - Overrides:
buttonPressed
in classAbstractDialog
-
getMatchingDelegateComponentDescriptors
Gets the matching delegate component descriptors.- Returns:
- the matching delegate component descriptors
-
getMatchingDelegateComponentDescriptions
Gets the matching delegate component descriptions.- Returns:
- the matching delegate component descriptions
-
getStatusLabel1
public org.eclipse.swt.widgets.Label getStatusLabel1()Gets the status label 1.- Returns:
- the status label 1
-
getStatusLabel2
public org.eclipse.swt.widgets.Label getStatusLabel2()Gets the status label 2.- Returns:
- the status label 2
-
copyValuesFromGUI
public void copyValuesFromGUI()Description copied from class:AbstractDialog
Copy values from GUI.- Specified by:
copyValuesFromGUI
in classAbstractDialog
-
isValid
public boolean isValid()Description copied from class:AbstractDialog
Checks if is valid.- Specified by:
isValid
in classAbstractDialog
- Returns:
- true, if is valid
-
enableOK
public void enableOK()Description copied from class:AbstractDialog
Enable OK.- Specified by:
enableOK
in classAbstractDialog
-