org.freehep.jas.extension.tupleExplorer.cut
Class CutDialog

java.lang.Object
  extended by 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

Constructor Summary
CutDialog()
           
 
Method Summary
static JComponent createPanel(Cut cut, MutableTupleTree tupleTree)
          Create a panel for a given Cut
static void show(Component parent, Cut cut, MutableTupleTree tuple)
          Show a Cut in its own JPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutDialog

public CutDialog()
Method Detail

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 originating
cut - the Cut that need to be showed
tuple - 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 Cut
tuple - the TreeTuple the cut is applied to
Returns:
the JComponent for this Cut


Copyright © 2013. All Rights Reserved.