Documentation of 'ij.plugin.ControlPanel' Java class
ControlPanel
ij.plugin

Class 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.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ControlPanel() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      javax.swing.tree.DefaultMutableTreeNode getRoot() 
      void run(java.lang.String arg)
      Creates a panel with the hierarchical tree structure of ImageJ's commands.
      int[] s2ints(java.lang.String s)
      Breaks the specified string into an array of ints.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ControlPanel

        public ControlPanel()
    • Method Detail

      • run

        public void run(java.lang.String arg)
        Creates a panel with the hierarchical tree structure of ImageJ's commands.
        Specified by:
        run in interface PlugIn
      • 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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.