java.lang.Object
ij.plugin.ControlPanel
- All Implemented Interfaces:
PlugIn
public class ControlPanel extends java.lang.Object implements PlugIn
ControlPanel.
This plugin displays a panel with ImageJ commands in a hierarchical tree structure.
- Author:
- Cezar M. Tigaret
-
Constructor Summary
Constructors Constructor Description ControlPanel()
-
Method Summary
-
Constructor Details
-
ControlPanel
public ControlPanel()
-
-
Method Details
-
run
public void run(java.lang.String arg)Creates a panel with the hierarchical tree structure of ImageJ's commands. -
getRoot
public javax.swing.tree.DefaultMutableTreeNode getRoot() -
s2ints
public int[] s2ints(java.lang.String s)Breaks the specified string into an array of ints. Returns null if there is an error.
-