Uses of Class
adams.gui.tools.ExpressionWatchPanel.ExpressionType
-
Packages that use ExpressionWatchPanel.ExpressionType Package Description adams.flow.control adams.flow.execution adams.flow.execution.debug adams.gui.tools -
-
Uses of ExpressionWatchPanel.ExpressionType in adams.flow.control
Fields in adams.flow.control declared as ExpressionWatchPanel.ExpressionType Modifier and Type Field Description protected ExpressionWatchPanel.ExpressionType[]
Breakpoint. m_WatchTypes
the watch expression types.Methods in adams.flow.control that return ExpressionWatchPanel.ExpressionType Modifier and Type Method Description ExpressionWatchPanel.ExpressionType[]
Breakpoint. getWatchTypes()
Returns the types of the watch expressions.Methods in adams.flow.control with parameters of type ExpressionWatchPanel.ExpressionType Modifier and Type Method Description void
Breakpoint. setWatchTypes(ExpressionWatchPanel.ExpressionType[] value)
Sets the types of the watch expressions. -
Uses of ExpressionWatchPanel.ExpressionType in adams.flow.execution
Fields in adams.flow.execution declared as ExpressionWatchPanel.ExpressionType Modifier and Type Field Description protected ExpressionWatchPanel.ExpressionType[]
Debug. m_WatchTypes
the watch expression types.Methods in adams.flow.execution that return ExpressionWatchPanel.ExpressionType Modifier and Type Method Description ExpressionWatchPanel.ExpressionType[]
Debug. getWatchTypes()
Returns the types of the watch expressions.Methods in adams.flow.execution with parameters of type ExpressionWatchPanel.ExpressionType Modifier and Type Method Description void
Debug. setWatchTypes(ExpressionWatchPanel.ExpressionType[] value)
Sets the types of the watch expressions. -
Uses of ExpressionWatchPanel.ExpressionType in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as ExpressionWatchPanel.ExpressionType Modifier and Type Field Description protected ExpressionWatchPanel.ExpressionType[]
AbstractBreakpoint. m_WatchTypes
the watch expression types.Methods in adams.flow.execution.debug that return ExpressionWatchPanel.ExpressionType Modifier and Type Method Description ExpressionWatchPanel.ExpressionType[]
AbstractBreakpoint. getWatchTypes()
Returns the types of the watch expressions.Methods in adams.flow.execution.debug with parameters of type ExpressionWatchPanel.ExpressionType Modifier and Type Method Description boolean
ControlPanel. addWatch(String expr, ExpressionWatchPanel.ExpressionType type)
Adds a new expression (if not already present).boolean
ControlPanel. hasWatch(String expr, ExpressionWatchPanel.ExpressionType type)
Checks whether the expression is already present.void
AbstractBreakpoint. setWatchTypes(ExpressionWatchPanel.ExpressionType[] value)
Sets the types of the watch expressions. -
Uses of ExpressionWatchPanel.ExpressionType in adams.gui.tools
Fields in adams.gui.tools with type parameters of type ExpressionWatchPanel.ExpressionType Modifier and Type Field Description protected List<ExpressionWatchPanel.ExpressionType>
ExpressionWatchPanel.TableModel. m_Types
the types of expressions.Methods in adams.gui.tools that return ExpressionWatchPanel.ExpressionType Modifier and Type Method Description ExpressionWatchPanel.ExpressionType
ExpressionWatchPanel.ExpressionDialog. getExpressionType()
Returns the selected type.ExpressionWatchPanel.ExpressionType
ExpressionWatchPanel.TableModel. getTypeAt(int rowIndex)
Returns the type at the specified position.static ExpressionWatchPanel.ExpressionType
ExpressionWatchPanel.ExpressionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExpressionWatchPanel.ExpressionType[]
ExpressionWatchPanel.ExpressionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.tools with parameters of type ExpressionWatchPanel.ExpressionType Modifier and Type Method Description boolean
ExpressionWatchPanel. addExpression(String expr, ExpressionWatchPanel.ExpressionType type)
Adds a new expression (if not already present).void
ExpressionWatchPanel.TableModel. addExpression(String expr, ExpressionWatchPanel.ExpressionType type)
Adds an expression.String
ExpressionWatchPanel.TableModel. fixExpression(String expr, ExpressionWatchPanel.ExpressionType type)
Fixes an expression.boolean
ExpressionWatchPanel. hasExpression(String expr, ExpressionWatchPanel.ExpressionType type)
Checks whether the expression is already present.void
ExpressionWatchPanel.ExpressionDialog. setExpressionType(ExpressionWatchPanel.ExpressionType value)
Sets the type to use.void
ExpressionWatchPanel.TableModel. updateExpression(int rowIndex, String expr, ExpressionWatchPanel.ExpressionType type)
Updates an expression.
-