org.freehep.jas.extension.tupleExplorer.cut
Class CutDialog
java.lang.Object
org.freehep.jas.extension.tupleExplorer.cut.CutDialog
public class CutDialog
- extends Object
- Version:
- $Id: CutDialog.java 13893 2011-09-28 23:42:34Z tonyj $
- Author:
- tonyj
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CutDialog
public CutDialog()
show
public static void show(Component parent,
Cut cut,
MutableTupleTree tuple)
- Show a Cut in its own JPanel
- Parameters:
parent
- the Component from which the JPanel is originatingcut
- the Cut that need to be showedtuple
- the TreeTuple the cut is applied to
createPanel
public static JComponent createPanel(Cut cut,
MutableTupleTree tupleTree)
- Create a panel for a given Cut
- Parameters:
cut
- the Cuttuple
- the TreeTuple the cut is applied to
- Returns:
- the JComponent for this Cut
Copyright © 2013. All Rights Reserved.