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

Packages that use Cut
org.freehep.jas.extension.tupleExplorer.cut   
org.freehep.jas.extension.tupleExplorer.jel   
org.freehep.jas.extension.tupleExplorer.mutableTuple   
 

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

Subinterfaces of Cut 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 Cut
 class AbstractCut
          AbstractCut abstract implementation of Cut
 class AbstractCutWithVariables
          AbstractCutWithVariables abstract implementation of CutWithVariables
 class CutSet
           
 class Numeric1DCut
           
 

Methods in org.freehep.jas.extension.tupleExplorer.cut that return Cut
 Cut CutNamePanel.getCut()
          Get the Cut that this Panel is a representation of.
 Cut CutColumn.getCut()
           
 Cut AddCutDialog.getCut()
           
 Cut CutStatePanel.getCut()
          Get the Cut that this Panel is a representation of.
 Cut CutGUI.getCut()
          Get the Cut that this CutGUI is a representation of.
 Cut CutSet.getCut(int index)
          Get the i-th cut belonging to the CutSet
 

Methods in org.freehep.jas.extension.tupleExplorer.cut with parameters of type Cut
 void CutSet.addCut(Cut cut)
          Add a new cut to this CutSet
static JComponent CutDialog.createPanel(Cut cut, MutableTupleTree tupleTree)
          Create a panel for a given Cut
 int CutSet.getCutState(Cut cut)
          Get the state of one of the cuts belonging to the CutSet
 void CutSet.removeCut(Cut cut)
          Remove a cut from this CutSet
 void CutPanel.setCut(Cut cut)
          Set the Cut the Panel is representing
 void CutSet.setCutState(Cut cut, int state)
          Change the state of one of the cuts belonging to the CutSet
static void CutDialog.show(Component parent, Cut cut, MutableTupleTree tuple)
          Show a Cut in its own JPanel
 

Constructors in org.freehep.jas.extension.tupleExplorer.cut with parameters of type Cut
CutChangedEvent(Cut cut)
          Constract a CutChangedEvent object from a Cut
CutColumn(Cut cut, MutableTuple tuple)
           
CutNamePanel(Cut c)
          Create a new CutNamePanel object.
CutPanel(Cut cut)
          Create a new CutPanel object.
CutStatePanel(Cut c)
          Create a new CutStatePanel object.
 

Uses of Cut in org.freehep.jas.extension.tupleExplorer.jel
 

Classes in org.freehep.jas.extension.tupleExplorer.jel that implement Cut
 class JELCut
           
 

Uses of Cut in org.freehep.jas.extension.tupleExplorer.mutableTuple
 

Classes in org.freehep.jas.extension.tupleExplorer.mutableTuple that implement Cut
 class MutableTupleTreeCut
           
 class MutableTupleTreeCutSet
           
 

Methods in org.freehep.jas.extension.tupleExplorer.mutableTuple that return Cut
 Cut MutableTupleTreeCut.cut()
           
 

Methods in org.freehep.jas.extension.tupleExplorer.mutableTuple with parameters of type Cut
 void MutableTupleTreeCut.setCut(Cut cut)
           
 

Constructors in org.freehep.jas.extension.tupleExplorer.mutableTuple with parameters of type Cut
MutableTupleTreeCut(Cut cut, org.freehep.jas.plugin.tree.FTreePath path)
           
 



Copyright © 2013. All Rights Reserved.