Public Member Functions | |
LogLvlTree (LogLevelPanel panel, ORB theOrb, Logger theLogger) | |
void | start () throws Exception |
void | stop () |
Dimension | getPreferredSize () |
LogLevelPanel | getTabPanel () |
Protected Attributes | |
LogLvlTreeModel | model |
Private Attributes | |
TreeMouseListener | mouseListener |
LogLevelPanel | tabPanel |
Static Private Attributes | |
final int | MIN_WIDTH = 150 |
final int | MIN_HEIGHT = 150 |
|
Constructor
|
|
Return the preferred size of the JTree This is needed to see the scrollbars: "JScrollPane basis the desicision to show scroll bars off the views preferred size. When you explicitly set the preferred size, and using a JScrollPane, you are effectively forcing the size of the JTree to be the preferred size. If you want to limit the size of the JTree to at least a certain size, override getPrefferredSize to return at least a particular value"
|
|
Getter
|
|
Start the computation
|
|
Terminate the computation |
|
|
|
|
|
|
|
|
|
|