public class XYGraphConfigDialog
extends org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, 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
Constructor | Description |
---|---|
XYGraphConfigDialog(org.eclipse.swt.widgets.Shell parentShell,
IXYGraph xyGraph) |
Construct a XYGraph configuration dialog
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<AnnotationConfigPage> |
getAnnotationConfigPageList() |
|
org.eclipse.swt.widgets.Combo |
getAnnotationsCombo() |
|
org.eclipse.swt.widgets.Combo |
getAxisCombo() |
|
java.util.List<AxisConfigPage> |
getAxisConfigPageList() |
|
XYGraphConfigCommand |
getCommand() |
|
org.eclipse.swt.widgets.Combo |
getTraceCombo() |
|
java.util.List<ITraceConfigPage> |
getTraceConfigPageList() |
|
IXYGraph |
getXYGraph() |
|
void |
setCommand(XYGraphConfigCommand command) |
applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenText
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
public XYGraphConfigDialog(org.eclipse.swt.widgets.Shell parentShell, IXYGraph xyGraph)
parentShell
- shell of the parentxyGraph
- the graph to be configuredpublic org.eclipse.swt.widgets.Combo getTraceCombo()
public org.eclipse.swt.widgets.Combo getAxisCombo()
public org.eclipse.swt.widgets.Combo getAnnotationsCombo()
public java.util.List<AnnotationConfigPage> getAnnotationConfigPageList()
public java.util.List<AxisConfigPage> getAxisConfigPageList()
public java.util.List<ITraceConfigPage> getTraceConfigPageList()
public IXYGraph getXYGraph()
public XYGraphConfigCommand getCommand()
public void setCommand(XYGraphConfigCommand command)