Uses of Interface
org.freehep.jas.extension.tupleExplorer.cut.CutVariable

Packages that use CutVariable
org.freehep.jas.extension.tupleExplorer.cut   
 

Uses of CutVariable in org.freehep.jas.extension.tupleExplorer.cut
 

Classes in org.freehep.jas.extension.tupleExplorer.cut that implement CutVariable
 class AbstractCutVariable
          AbstractCutVariable the abstract implementation of CutVariable
 class Numeric1DCutVariable
           
 

Methods in org.freehep.jas.extension.tupleExplorer.cut that return CutVariable
 CutVariable CutVariableSliderModel.getCutVariable()
          Get the Cut that this Panel is a representation of.
 CutVariable CutVariableLockPanel.getCutVariable()
          Get the Cut that this Panel is a representation of.
 CutVariable CutVariableValuePanel.getCutVariable()
          Get the Cut that this Panel is a representation of.
 CutVariable CutVariableRangePanel.getCutVariable()
          Get the Cut that this Panel is a representation of.
 CutVariable CutVariableSlider.getCutVariable()
          Get the Cut that this Panel is a representation of.
 CutVariable CutVariableGUI.getCutVariable()
          Get the CutVariable that this CutVariableGUI is a representation of.
 CutVariable CutWithVariables.getCutVariable(int nCutVar)
          Get the nth CutVariable
 CutVariable AbstractCutWithVariables.getCutVariable(int nCutVar)
          Get the nth CutVariable
 

Methods in org.freehep.jas.extension.tupleExplorer.cut with parameters of type CutVariable
 void CutWithVariables.addCutVariable(CutVariable cutVariable)
          Add a CutVariable to the CutWithVariables
 void AbstractCutWithVariables.addCutVariable(CutVariable cutVariable)
          Add a CutVariable to the AbstractCutWithVariables
 void CutWithVariables.removeCutVariable(CutVariable cutVariable)
          Remove a CutVariable from the CutWithVariables
 void AbstractCutWithVariables.removeCutVariable(CutVariable cutVariable)
          Remove a CutVariable from the AbstractCutWithVariables
 void CutVariableSynchronization.synchronize(CutVariable cutVar1, CutVariable cutVar2)
          Synchronize the following CutVariables.
 

Constructors in org.freehep.jas.extension.tupleExplorer.cut with parameters of type CutVariable
CutChangedEvent(CutVariable cutVar)
          Construct a CutChangedEvent object from a CutVariable
CutVariableLockPanel(CutVariable cVar)
          Create a new CutVariableLockPanel object.
CutVariableRangePanel(CutVariable cVar)
          Create a new CutVariableRangePanel object.
CutVariableSlider(CutVariable cutVar)
          Create a new CutVariableSlider object.
CutVariableSliderModel(CutVariable cutVar)
          Create a new CutVariableSliderModel object.
CutVariableSliderModel(CutVariable cutVar, int type)
          Create a new CutVariableSliderModel object.
CutVariableValuePanel(CutVariable cutVar)
          Create a new CutVariableValuePanel object.
 



Copyright © 2013. All Rights Reserved.