public class Object_Inspector extends Object implements ij.plugin.PlugIn, TreeWillExpandListener
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Object_Inspector.ObjectWrapper |
| Constructor and Description |
|---|
Object_Inspector() |
| Modifier and Type | Method and Description |
|---|---|
protected static Object |
get(Field field,
Object object) |
static Object |
get(Object object,
String fieldName) |
protected static String |
getName(Class clazz,
Object object) |
protected static void |
node(DefaultMutableTreeNode parent,
String title) |
void |
openFrame(String label,
DefaultMutableTreeNode node) |
static void |
openFrame(String label,
Object object) |
void |
run(String arg) |
void |
treeWillCollapse(TreeExpansionEvent e) |
void |
treeWillExpand(TreeExpansionEvent e) |
public void run(String arg)
run in interface ij.plugin.PlugInpublic void openFrame(String label, DefaultMutableTreeNode node)
public void treeWillCollapse(TreeExpansionEvent e)
treeWillCollapse in interface TreeWillExpandListenerpublic void treeWillExpand(TreeExpansionEvent e)
treeWillExpand in interface TreeWillExpandListenerprotected static void node(DefaultMutableTreeNode parent, String title)
Copyright © 2015–2021 Fiji. All rights reserved.