|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.dbcore.gui.DetailBox
public class DetailBox
Creates a box for details about a particular node including name, attribute, and links.
Constructor Summary | |
---|---|
DetailBox(DBCoreInterface dbci,
CoreBrowser parentBrowser)
|
|
DetailBox(DBCoreInterface dbci,
CoreBrowser parentBrowser,
NodeAddress node)
|
Method Summary | |
---|---|
void |
clear()
Set the DetailBox back to its state of not pointing to any node. |
void |
componentHidden(java.awt.event.ComponentEvent e)
|
void |
componentMoved(java.awt.event.ComponentEvent e)
|
void |
componentResized(java.awt.event.ComponentEvent e)
|
void |
componentShown(java.awt.event.ComponentEvent e)
|
java.util.Comparator |
getAttributeSorter()
|
javax.swing.JComponent |
getBox()
Get the JComponent containing the content of the DetailBox, including the node name, attributes, and links |
NodeAddress |
nodeInFocus()
Returns the NodeAddress of the node that the DetailBox is currently examining, or null of no such node |
void |
setAttributeSorter(java.util.Comparator attributeSorter)
|
void |
setToNode(NodeAddress node)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetailBox(DBCoreInterface dbci, CoreBrowser parentBrowser) throws Scheherexception
Scheherexception
public DetailBox(DBCoreInterface dbci, CoreBrowser parentBrowser, NodeAddress node) throws Scheherexception
Scheherexception
Method Detail |
---|
public void setAttributeSorter(java.util.Comparator attributeSorter)
public java.util.Comparator getAttributeSorter()
public javax.swing.JComponent getBox()
public void clear() throws Scheherexception
Scheherexception
public void setToNode(NodeAddress node) throws Scheherexception
Scheherexception
public NodeAddress nodeInFocus()
public void componentResized(java.awt.event.ComponentEvent e)
componentResized
in interface java.awt.event.ComponentListener
public void componentHidden(java.awt.event.ComponentEvent e)
componentHidden
in interface java.awt.event.ComponentListener
public void componentShown(java.awt.event.ComponentEvent e)
componentShown
in interface java.awt.event.ComponentListener
public void componentMoved(java.awt.event.ComponentEvent e)
componentMoved
in interface java.awt.event.ComponentListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |