org.freehep.jas.extension.tupleExplorer.cut
Interface CutVariableGUI

All Known Subinterfaces:
CutVariableSynchronizableGUI
All Known Implementing Classes:
CutVariableLockPanel, CutVariableRangePanel, CutVariableSlider, CutVariableSliderModel, CutVariableValuePanel

public interface CutVariableGUI

A CutVariableGUI is a variable of a CutGUI

Version:
$Id: CutVariableGUI.java 13893 2011-09-28 23:42:34Z tonyj $
Author:
The FreeHEP team @ SLAC

Method Summary
 CutVariable getCutVariable()
          Get the CutVariable that this CutVariableGUI is a representation of.
 void removeCutVariableListeners()
          When closing the GUI it is important to properly remove all the listeners associated with the CutVariable.
 

Method Detail

getCutVariable

CutVariable getCutVariable()
Get the CutVariable that this CutVariableGUI is a representation of.

Returns:
the CutVariable

removeCutVariableListeners

void removeCutVariableListeners()
When closing the GUI it is important to properly remove all the listeners associated with the CutVariable.



Copyright © 2013. All Rights Reserved.