| javax.swing.JLayeredPane javax.swing.JDesktopPane org.w3c.jigadmin.editors.SpaceServerHelper
All known Subclasses: org.w3c.jigadmin.editors.IndexersServerHelper,
SpaceServerHelper | public SpaceServerHelper()(Code) | | Constructor.
|
build | protected void build()(Code) | | Build the interface
|
getComponent | public Component getComponent()(Code) | | Get the Component.
a Component instance |
getInternalFrame | protected JInternalFrame getInternalFrame()(Code) | | Get the Internal Frame containing frame & resource lists
A JInternalFrame instance |
getName | public String getName()(Code) | | Get the helper name.
a String instance |
getResourceList | protected DraggableList getResourceList(Vector cells)(Code) | | Get a draggable JList of ResourceCell
Parameters: cells - a Vector of ResourceCell A DraggableList instance |
getToolTip | public String getToolTip()(Code) | | Get the helper tooltip
a String |
getTreeBrowser | protected ResourceTreeBrowser getTreeBrowser()(Code) | | Return a new ResourceTreeBrowser.
a ResourceTreeBrowser instance |
initialize | public void initialize(String name, RemoteResourceWrapper rrw, Properties p)(Code) | | Initialize this editor.
Parameters: name - the editor name Parameters: rrw - the RemoteResourceWrapper wrapping the editor node. Parameters: p - the editor properties |
resourceActionPerformed | public void resourceActionPerformed(ResourceActionEvent e)(Code) | | A resource action occured.
Parameters: e - the ResourceActionEvent |
setBounds | public void setBounds(int x, int y, int width, int height)(Code) | | Moves and resizes this component. The new location of the top-left
corner is specified by x and y, and the new size is specified by
width and height.
Parameters: x - The new x-coordinate of this component. Parameters: y - The new y-coordinate of this component. Parameters: width - The new width of this component. Parameters: height - The new height of this component. |
updateLayout | protected void updateLayout(int width, int height)(Code) | | Update the layout in the JDesktopPane
Parameters: width - The JDesktopPane width Parameters: height - The JDesktopPane height |
|
|