net.sourceforge.demetrix.ui
Class SideBar

java.lang.Object
  extended bynet.sourceforge.demetrix.ui.SideBar

public class SideBar
extends Object

Author:
Dimitri Pissarenko *

Field Summary
private  JTree graphStructureTree
           
private static SideBar instance
           
private  Logger logger
           
private  JScrollPane propetiesPanelScrollPane
           
private  XSplitPane splitPane
           
static String UI_DEF_FILE_NAME
           
 
Constructor Summary
private SideBar()
           
 
Method Summary
 JTree getGraphStructureTree()
           
static SideBar getInstance()
           
 XSplitPane getSplitPane()
           
 void setNodePropertiesPanel(JPanel panel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private Logger logger

splitPane

private XSplitPane splitPane

graphStructureTree

private JTree graphStructureTree

propetiesPanelScrollPane

private JScrollPane propetiesPanelScrollPane

UI_DEF_FILE_NAME

public static final String UI_DEF_FILE_NAME
See Also:
Constant Field Values

instance

private static SideBar instance
Constructor Detail

SideBar

private SideBar()
Method Detail

getInstance

public static SideBar getInstance()

getSplitPane

public XSplitPane getSplitPane()

getGraphStructureTree

public JTree getGraphStructureTree()
Returns:

setNodePropertiesPanel

public void setNodePropertiesPanel(JPanel panel)