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_WatchTypesthe 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 voidBreakpoint. 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_WatchTypesthe 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 voidDebug. 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_WatchTypesthe 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 booleanControlPanel. addWatch(String expr, ExpressionWatchPanel.ExpressionType type)Adds a new expression (if not already present).booleanControlPanel. hasWatch(String expr, ExpressionWatchPanel.ExpressionType type)Checks whether the expression is already present.voidAbstractBreakpoint. 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_Typesthe types of expressions.Methods in adams.gui.tools that return ExpressionWatchPanel.ExpressionType Modifier and Type Method Description ExpressionWatchPanel.ExpressionTypeExpressionWatchPanel.ExpressionDialog. getExpressionType()Returns the selected type.ExpressionWatchPanel.ExpressionTypeExpressionWatchPanel.TableModel. getTypeAt(int rowIndex)Returns the type at the specified position.static ExpressionWatchPanel.ExpressionTypeExpressionWatchPanel.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 booleanExpressionWatchPanel. addExpression(String expr, ExpressionWatchPanel.ExpressionType type)Adds a new expression (if not already present).voidExpressionWatchPanel.TableModel. addExpression(String expr, ExpressionWatchPanel.ExpressionType type)Adds an expression.StringExpressionWatchPanel.TableModel. fixExpression(String expr, ExpressionWatchPanel.ExpressionType type)Fixes an expression.booleanExpressionWatchPanel. hasExpression(String expr, ExpressionWatchPanel.ExpressionType type)Checks whether the expression is already present.voidExpressionWatchPanel.ExpressionDialog. setExpressionType(ExpressionWatchPanel.ExpressionType value)Sets the type to use.voidExpressionWatchPanel.TableModel. updateExpression(int rowIndex, String expr, ExpressionWatchPanel.ExpressionType type)Updates an expression.
-