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

All Known Implementing Classes:
CutNamePanel, CutStatePanel

public interface CutGUI

A CutGUI is a variable of a CutGUI

Version:
$Id: CutGUI.java 13893 2011-09-28 23:42:34Z tonyj $
Author:
turri

Method Summary
 Cut getCut()
          Get the Cut that this CutGUI is a representation of.
 void removeCutListeners()
          When closing the GUI it is important to properly remove all the listeners associated with the Cut.
 

Method Detail

getCut

Cut getCut()
Get the Cut that this CutGUI is a representation of.

Returns:
the Cut

removeCutListeners

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



Copyright © 2013. All Rights Reserved.