Uses of Class
org.apache.uima.pear.insd.edit.vars.VarVal
Packages that use VarVal
Package
Description
Package to provide display, editing, and management of an environment variable table
-
Uses of VarVal in org.apache.uima.pear.insd.edit.vars
Methods in org.apache.uima.pear.insd.edit.vars with parameters of type VarValModifier and TypeMethodDescriptionbooleanVarValList.addTableRow(VarVal tableRow) Adds a new table Row.voidVarValList.removeTableRow(VarVal tableRow) Removes the table row.voidVarValList.tableRowChanged(VarVal tableRow) Notify listeners by calling their updateTableRow() method.