public class PLAUtils extends TabUtils implements HierarchyMenuBuilder
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.ArrayList<IOPGraph> |
roots |
| Constructor and Description |
|---|
PLAUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bringToFront(IOPGraph graph) |
static void |
constructCompareMenu(PLAPanel panel,
CompareMenu menu) |
void |
constructHierarchyMenu(HierarchyMenu menu)
Called to fill in the menu with the current hierarchy
|
static void |
dispose(IOPGraph graph) |
static PLAPanel |
getPLAPanel(IOPGraph graph) |
static TabFrame |
getTabFrame(IOPGraph graph) |
static PLAPanel |
launchTab(IOPGraph graph,
boolean allowsSelections) |
static PLAPanel |
launchTab(IOPGraph graph,
boolean allowsSelections,
boolean displayable) |
closeAll, constructViewMenu, getTabFrame, getTabFrame, getTabFrameAtLocation, launchTab, launchTab, register, transferTab, unregisterprotected static final java.util.ArrayList<IOPGraph> roots
public static PLAPanel launchTab(IOPGraph graph, boolean allowsSelections, boolean displayable)
public static void dispose(IOPGraph graph)
public static void bringToFront(IOPGraph graph)
public static void constructCompareMenu(PLAPanel panel, CompareMenu menu)
public void constructHierarchyMenu(HierarchyMenu menu)
HierarchyMenuBuilderconstructHierarchyMenu in interface HierarchyMenuBuildermenu - the menu that is going to have its internals modified.