|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.primetime.ide.BrowserView
Contains the Browser View actions that appear in the menu and tool bars.
Field Summary | |
static StateAction |
ACTION_MessagePaneVisible
The action 'MessagePaneVisible' controls the visible state of this Browser's MessageView. |
static BrowserAction |
ACTION_ToggleCurtain
Action which sets/resets the 'curtain'. |
static BrowserAction |
ACTION_ToolBarHideAll
This Action hides all the toolbar groups. |
static BrowserAction |
ACTION_ToolBarShowAll
This Action reveals all the toolbar groups which may have been hidden by a previous Action. |
static ActionGroup |
GROUP_ToolBars
This ActionGroup provides Actions for all the toolbar groups showing their current state and allowing each group to have that state toggled. |
static BrowserStateAction |
STATE_MessagePaneVisible
The state 'MessagePaneVisible' controls the visible state of this Browser's MessageView. |
Constructor Summary | |
BrowserView()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static BrowserAction ACTION_ToggleCurtain
public static BrowserStateAction STATE_MessagePaneVisible
The state 'MessagePaneVisible' controls the visible state of this Browser's MessageView. If the state is true, the MessageView is visible. If the state is false, the MessageView is invisible.
public static StateAction ACTION_MessagePaneVisible
The action 'MessagePaneVisible' controls the visible state of this Browser's MessageView. If the state is true, the MessageView is hidden. If the state is false, the MessageView is made visible.
public static BrowserAction ACTION_ToolBarShowAll
public static BrowserAction ACTION_ToolBarHideAll
public static ActionGroup GROUP_ToolBars
Constructor Detail |
public BrowserView()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |