Uses of Class
jApp.Variable

Uses of Variable in jApp
 

Subclasses of Variable in jApp
 class BooleanVariable
          A convenience class
 class DoubleVariable
           
 class LongVariable
           
 class StringVariable
           
 

Fields in jApp declared as Variable
protected  Variable Document.m_PrintRequestAttributes
           
protected  Variable Document.m_SelectedPrintService
           
protected  Variable Document.m_WindowStates
           
 

Methods in jApp that return Variable
 Variable Document.addVariable(java.util.LinkedList list, java.lang.String name, Variable variable)
          Adds a variable to this document Document.
 Variable Document.addVariable(java.lang.String name, Variable variable)
          Adds a variable to this document Document.
 Variable Application.addVariable(java.lang.String name, Variable var)
          Adds an Appication Variable.
 Variable Document.getActiveCommandVariable()
          Gets the variable that is used to store a referece to the currently active command.
 

Methods in jApp that return types with arguments of type Variable
 java.util.Map<java.lang.String,Variable> Document.getVariables()
          Gets the Variables for this document.
 

Methods in jApp with parameters of type Variable
static void PartFactory.addComboBoxUpdater(Variable variable, PartFactory.ComboBoxModel cbm)
           
 Variable Document.addVariable(java.util.LinkedList list, java.lang.String name, Variable variable)
          Adds a variable to this document Document.
 Variable Document.addVariable(java.lang.String name, Variable variable)
          Adds a variable to this document Document.
 Variable Application.addVariable(java.lang.String name, Variable var)
          Adds an Appication Variable.
static PartFactory.ComponentPanel PartFactory.createComboBox(PartFactory.Alligner aligner, java.lang.String title, Variable variable, java.lang.Object[] list)
           
static javax.swing.JPanel PartFactory.createFontComboBox(PartFactory.Alligner aligner, java.lang.String title, Variable variable)
           
 

Constructors in jApp with parameters of type Variable
ComboBox(Variable selected, Variable list)