public class DDEInformationControl
extends org.eclipse.jface.dialogs.PopupDialog
implements org.eclipse.jface.text.IInformationControl, org.eclipse.jface.text.IInformationControlExtension2
| Constructor and Description |
|---|
DDEInformationControl(org.eclipse.swt.widgets.Shell parent,
int shellStyle,
int treeStyle) |
DDEInformationControl(org.eclipse.swt.widgets.Shell parent,
int shellStyle,
int treeStyle,
String invokingCommandId,
boolean showStatusField) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDisposeListener(org.eclipse.swt.events.DisposeListener listener) |
void |
addFocusListener(org.eclipse.swt.events.FocusListener listener) |
org.eclipse.swt.graphics.Point |
computeSizeHint() |
static org.eclipse.swt.graphics.Font |
createBoldFont(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.graphics.Font regularFont) |
protected org.eclipse.swt.widgets.Control |
createDialogArea(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
boolean |
isFocusControl() |
void |
removeDisposeListener(org.eclipse.swt.events.DisposeListener listener) |
void |
removeFocusListener(org.eclipse.swt.events.FocusListener listener) |
void |
setBackgroundColor(org.eclipse.swt.graphics.Color background) |
void |
setFocus() |
void |
setForegroundColor(org.eclipse.swt.graphics.Color foreground) |
void |
setInformation(String information) |
void |
setInput(Object input) |
void |
setLocation(org.eclipse.swt.graphics.Point location) |
void |
setSize(int width,
int height) |
void |
setSizeConstraints(int maxWidth,
int maxHeight) |
void |
setVisible(boolean visible) |
protected String |
toStringFromAEDeploymentDescription(org.apache.uima.aae.deployment.AEDeploymentDescription obj) |
protected String |
toStringFromAEDeploymentMetaData(org.apache.uima.aae.deployment.AEDeploymentMetaData obj) |
protected void |
toStringFromErrorConfig(StringBuffer buf,
org.apache.uima.aae.deployment.AsyncAEErrorConfiguration obj) |
protected String |
toStringFromRemoteAEDeploymentMetaData(org.apache.uima.aae.deployment.RemoteAEDeploymentMetaData obj) |
adjustBounds, applyBackgroundColor, applyForegroundColor, close, configureShell, createContents, createInfoTextArea, createTitleControl, createTitleMenuArea, fillDialogMenu, getBackgroundColorExclusions, getDialogSettings, getFocusControl, getForegroundColorExclusions, getInitialLocation, getInitialSize, getPersistBounds, hasInfoArea, hasTitleArea, open, saveDialogBounds, setInfoText, setTabOrder, setTitleText, showDialogMenucanHandleShellCloseEvent, constrainShellSize, create, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getLayout, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, initializeBounds, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManagerpublic DDEInformationControl(org.eclipse.swt.widgets.Shell parent,
int shellStyle,
int treeStyle)
public DDEInformationControl(org.eclipse.swt.widgets.Shell parent,
int shellStyle,
int treeStyle,
String invokingCommandId,
boolean showStatusField)
public void setVisible(boolean visible)
setVisible in interface org.eclipse.jface.text.IInformationControlpublic void addDisposeListener(org.eclipse.swt.events.DisposeListener listener)
addDisposeListener in interface org.eclipse.jface.text.IInformationControlpublic void addFocusListener(org.eclipse.swt.events.FocusListener listener)
addFocusListener in interface org.eclipse.jface.text.IInformationControlpublic org.eclipse.swt.graphics.Point computeSizeHint()
computeSizeHint in interface org.eclipse.jface.text.IInformationControlpublic void dispose()
dispose in interface org.eclipse.jface.text.IInformationControlpublic boolean isFocusControl()
isFocusControl in interface org.eclipse.jface.text.IInformationControlpublic void removeDisposeListener(org.eclipse.swt.events.DisposeListener listener)
removeDisposeListener in interface org.eclipse.jface.text.IInformationControlpublic void removeFocusListener(org.eclipse.swt.events.FocusListener listener)
removeFocusListener in interface org.eclipse.jface.text.IInformationControlpublic void setBackgroundColor(org.eclipse.swt.graphics.Color background)
setBackgroundColor in interface org.eclipse.jface.text.IInformationControlpublic void setFocus()
setFocus in interface org.eclipse.jface.text.IInformationControlpublic void setForegroundColor(org.eclipse.swt.graphics.Color foreground)
setForegroundColor in interface org.eclipse.jface.text.IInformationControlpublic void setInformation(String information)
setInformation in interface org.eclipse.jface.text.IInformationControlpublic void setLocation(org.eclipse.swt.graphics.Point location)
setLocation in interface org.eclipse.jface.text.IInformationControlpublic void setSize(int width,
int height)
setSize in interface org.eclipse.jface.text.IInformationControlpublic void setSizeConstraints(int maxWidth,
int maxHeight)
setSizeConstraints in interface org.eclipse.jface.text.IInformationControlpublic void setInput(Object input)
setInput in interface org.eclipse.jface.text.IInformationControlExtension2protected String toStringFromAEDeploymentDescription(org.apache.uima.aae.deployment.AEDeploymentDescription obj)
protected String toStringFromAEDeploymentMetaData(org.apache.uima.aae.deployment.AEDeploymentMetaData obj)
protected String toStringFromRemoteAEDeploymentMetaData(org.apache.uima.aae.deployment.RemoteAEDeploymentMetaData obj)
protected void toStringFromErrorConfig(StringBuffer buf, org.apache.uima.aae.deployment.AsyncAEErrorConfiguration obj)
public static org.eclipse.swt.graphics.Font createBoldFont(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.graphics.Font regularFont)
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent)
createDialogArea in class org.eclipse.jface.dialogs.PopupDialogCopyright © 2006–2013 The Apache Software Foundation. All rights reserved.