Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/ControlPanel.html
Дата изменения: Thu Dec 2 23:03:11 2010 Дата индексирования: Mon Oct 1 22:27:44 2012 Кодировка: Поисковые слова: total solar eclipse |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ij.plugin.ControlPanel
public class ControlPanel
ControlPanel.
Created: Tue Dec 5 00:52:15 2000; Modified 05/03/2004
Constructor Summary | |
---|---|
ControlPanel()
|
Method Summary | |
---|---|
javax.swing.tree.DefaultMutableTreeNode |
getRoot()
|
java.lang.String |
getVersion()
|
void |
run(java.lang.String arg)
Creates a panel with the hierarchical tree structure of (some of the) ImageJ's commands according to the structure of the String argument (see below). |
int[] |
s2ints(java.lang.String s)
Breaks the specified string into an array of ints. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControlPanel()
Method Detail |
---|
public void run(java.lang.String arg)
run
in interface PlugIn
arg
- String (optional): a semi-colon - separated list of one or more tokens:public java.lang.String getVersion()
public javax.swing.tree.DefaultMutableTreeNode getRoot()
public int[] s2ints(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |