public class GaffeUI extends Object
| Modifier and Type | Method and Description |
|---|---|
static VariablePane |
getInputPane() |
static MainFrame |
getMainFrame() |
static OperationPane |
getOperationPane() |
static VariablePane |
getOutputPane() |
static VariablePane |
getStatePane() |
static StatusLabel |
getStatusLabel() |
static StepTreePane |
getStepTreePane() |
static ToolBar |
getToolBar() |
static void |
resetAll()
reset all ui to original state
|
static void |
setInputPane(VariablePane inputPane) |
static void |
setMainFrame(MainFrame mainFrame) |
static void |
setOperationPane(OperationPane operationPane) |
static void |
setOutputPane(VariablePane outputPane) |
static void |
setStatePane(VariablePane statePane) |
static void |
setStatusLabel(StatusLabel statusLabel) |
static void |
setStepTreePane(StepTreePane stepTreePane) |
static void |
setToolBar(ToolBar toolBar) |
public static MainFrame getMainFrame()
public static VariablePane getInputPane()
public static VariablePane getOutputPane()
public static VariablePane getStatePane()
public static StepTreePane getStepTreePane()
public static ToolBar getToolBar()
public static OperationPane getOperationPane()
public static StatusLabel getStatusLabel()
public static void resetAll()
public static void setInputPane(VariablePane inputPane)
inputPane - The inputPane to set.public static void setMainFrame(MainFrame mainFrame)
mainFrame - The mainFrame to set.public static void setOperationPane(OperationPane operationPane)
operationPane - The operationPane to set.public static void setOutputPane(VariablePane outputPane)
outputPane - The outputPane to set.public static void setStatePane(VariablePane statePane)
statePane - The statePane to set.public static void setStepTreePane(StepTreePane stepTreePane)
stepTreePane - The stepTreePane to set.public static void setToolBar(ToolBar toolBar)
toolBar - The toolBar to set.public static void setStatusLabel(StatusLabel statusLabel)
statusLabel - The statusLabel to set.Copyright © 2003–2016 Community Z Tools Project. All rights reserved.