public class Utils extends TabUtils implements HierarchyMenuBuilder
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APPLICATION_NAME |
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static void |
bringToFront(IOPGraph graph) |
void |
constructHierarchyMenu(HierarchyMenu menu)
Called to fill in the menu with the current hierarchy
|
static void |
dispose(IOPGraph graph) |
static NetPanel |
getPanel(IOPGraph graph) |
static TabFrame |
getTabFrame(IOPGraph graph) |
static NetPanel |
launchTab(IOPGraph graph) |
static NetPanel |
launchTab(IOPGraph graph,
boolean adoptMe) |
static void |
main(java.lang.String[] args) |
closeAll, constructViewMenu, getTabFrame, getTabFrame, getTabFrameAtLocation, launchTab, launchTab, register, transferTab, unregister
public static void dispose(IOPGraph graph)
public static void bringToFront(IOPGraph graph)
public void constructHierarchyMenu(HierarchyMenu menu)
HierarchyMenuBuilder
constructHierarchyMenu
in interface HierarchyMenuBuilder
menu
- the menu that is going to have its internals modified.public static void main(java.lang.String[] args)