|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.dbcore.gui.CoreBrowser
public class CoreBrowser
Constructor Summary | |
---|---|
CoreBrowser(DBCoreInterface dbci)
Constructor that takes a DBCoreInterface. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Switchboard for processing GUI action events |
static void |
centerJFrame(javax.swing.JFrame frame)
Sets a JFrame to the center of the screen horizontally, a little higher than center vertically. |
void |
executeShell(java.lang.String command)
|
boolean |
getShowAllRepTab()
Return whether the CoreBrowser is set to show an "All Repositories" tab with the combined nodes from all repositories. |
TreeView |
getTreeView()
Returns the TreeView in use. |
void |
launchBrowser(boolean showAllRepTab,
TreeView treeView)
Create the GUI and show it. |
void |
link(LinkDirection direction)
|
void |
setShowAllRepTab(boolean showAllRepTab)
Set whether the CoreBrowser should show an "All Repositories" tab with the combined nodes from all repositories. |
void |
unlink(NodeAddress fromNode,
LinkType linkType,
NodeAddress toNode)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreBrowser(DBCoreInterface dbci) throws Scheherexception
Scheherexception
Method Detail |
---|
public void launchBrowser(boolean showAllRepTab, TreeView treeView) throws Scheherexception
Scheherexception
public boolean getShowAllRepTab()
public TreeView getTreeView()
public void executeShell(java.lang.String command)
public void setShowAllRepTab(boolean showAllRepTab)
public void link(LinkDirection direction)
public void unlink(NodeAddress fromNode, LinkType linkType, NodeAddress toNode)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public static void centerJFrame(javax.swing.JFrame frame)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |