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

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

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

Subinterfaces of CutVariableListener in org.freehep.jas.extension.tupleExplorer.cut
 interface CutWithVariables
          A CutWithVariables is a Cut with one or more CutVariable
 

Classes in org.freehep.jas.extension.tupleExplorer.cut that implement CutVariableListener
 class AbstractCutWithVariables
          AbstractCutWithVariables abstract implementation of CutWithVariables
static class CutVariable.CutVariableGUIListener
          Internal class that implements the behavior of CutVariableListener.
 class CutVariableListenerAdapter
           
 class CutVariableSynchronization
          CutVariableSynchronization manages the syncronization of variables.
 class Numeric1DCut
           
 

Methods in org.freehep.jas.extension.tupleExplorer.cut that return CutVariableListener
 CutVariableListener AbstractCutVariable.getCutVariableGUIListener()
          Get the CutVariableGUIListener that listens to the GUI representations of the CutVariable.
 CutVariableListener CutVariable.getCutVariableGUIListener()
          Get the CutVariableGUIListener that listens to the GUI representations of the CutVariable.
 

Methods in org.freehep.jas.extension.tupleExplorer.cut with parameters of type CutVariableListener
 void AbstractCutVariable.addCutVariableListener(CutVariableListener cutVarListener)
          Add a CutVariableListener to the CutVariable
 void CutVariable.addCutVariableListener(CutVariableListener cutVarListener)
          Add a CutVariableListener to the CutVariable
 void AbstractCutVariable.removeCutVariableListener(CutVariableListener cutVarListener)
          Remove a CutVariableListener from the CutVariable
 void CutVariable.removeCutVariableListener(CutVariableListener cutVarListener)
          Remove a CutVariableListener from the CutVariable
 



Copyright © 2013. All Rights Reserved.