|
|||||||||
| Home >> All >> com >> sunwheeltech >> sirius >> [ objbrowser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sunwheeltech.sirius.objbrowser
Class ObjectBrowser

java.lang.Objectjava.awt.Component
java.awt.Container
dog.gui.DContainer
dog.gui.DRootPanel
com.sunwheeltech.sirius.GenericBrowserPanel
com.sunwheeltech.sirius.objbrowser.ObjectBrowser
- All Implemented Interfaces:
- dog.gui.DConstants, dog.gui.DRootPane, java.awt.image.ImageObserver, java.awt.MenuContainer, dog.util.Referential, java.io.Serializable
- public class ObjectBrowser
- extends com.sunwheeltech.sirius.GenericBrowserPanel
Top-level pane of the objectbrowser component, for inspecting any live java object and its children members using a file-explorer-like graphical interface.
| Nested Class Summary |
| Nested classes inherited from class com.sunwheeltech.sirius.GenericBrowserPanel |
|
| Nested classes inherited from class dog.gui.DContainer |
|
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) java.net.URL |
scripturl
URL of a script to execute, accessible as a bean-like property |
| Fields inherited from class com.sunwheeltech.sirius.GenericBrowserPanel |
changes, listeners |
| Fields inherited from class dog.gui.DRootPanel |
backgroundImage, cancelButton, defaultButton, mode |
| Fields inherited from class dog.gui.DContainer |
reference, tooltip |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface dog.gui.DConstants |
CENTER, CENTER_TILE, EAST, INTEGER_TILE, MAXIMIZE, MAXIMIZE_ASPECT, MAXIMIZE_HORIZONTAL, MAXIMIZE_VERTICAL, NORTH, NORTHEAST, NORTHWEST, SOUTH, SOUTHEAST, SOUTHWEST, TILE, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ObjectBrowser()
constructor sets up the gui components |
|
| Method Summary | |
void |
addMethod(java.lang.String name,
java.lang.String grp,
java.lang.String script)
add a method to the current default object |
void |
addMethod(ulu.view.UMethod method)
add a method to the current default object |
void |
addToolbars(java.awt.Container c)
add custom toolbar widgets, including a group selector here |
java.lang.Object |
getObject()
get the Object being browsed |
java.lang.String |
getRootName()
get the root name for this bean type |
java.net.URL |
getScriptSource()
get the URL of the initialisation script |
void |
setObject(java.lang.Object o)
set the object being browsed |
void |
setScriptSource(java.net.URL u)
set the URL of the initialisation script |
| Methods inherited from class com.sunwheeltech.sirius.GenericBrowserPanel |
addPropertyChangeListener, addToScript, addTreeBrowserListener, execScript, execScript, fireEvent, getRoot, getScrapbook, getView, removePropertyChangeListener, removeTreeBrowserListener, setView |
| Methods inherited from class dog.gui.DRootPanel |
add, addImpl, centre, doLayout, getBackgroundImage, getCancelButton, getDefaultButton, getFrame, getMaximumSize, getMinimumSize, getMode, getPreferredSize, getTitle, imageUpdate, invalidate, paint, paintImpl, processCancelAction, processDefaultAction, processKeyEvent, remove, removeAll, setBackgroundImage, setBackgroundImage, setBackgroundImage, setCancelButton, setDefaultButton, setLayout, setMode, setPreferredSize, setTitle, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface dog.gui.DRootPane |
getFont, getFontMetrics, getInsets, getSize, setCursor |
| Field Detail |
scripturl
java.net.URL scripturl
- URL of a script to execute, accessible as a bean-like property
| Constructor Detail |
ObjectBrowser
public ObjectBrowser()
- constructor sets up the gui components
| Method Detail |
getRootName
public java.lang.String getRootName()
- get the root name for this bean type
addToolbars
public void addToolbars(java.awt.Container c)
- add custom toolbar widgets, including a group selector here
getObject
public java.lang.Object getObject()
- get the Object being browsed
setObject
public void setObject(java.lang.Object o)
- set the object being browsed
getScriptSource
public java.net.URL getScriptSource()
- get the URL of the initialisation script
setScriptSource
public void setScriptSource(java.net.URL u) throws java.io.IOException
- set the URL of the initialisation script
addMethod
public void addMethod(ulu.view.UMethod method)
- add a method to the current default object
addMethod
public void addMethod(java.lang.String name, java.lang.String grp, java.lang.String script)
- add a method to the current default object
|
|||||||||
| Home >> All >> com >> sunwheeltech >> sirius >> [ objbrowser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC