com.borland.primetime.ide
Class BrowserView

java.lang.Object
  |
  +--com.borland.primetime.ide.BrowserView

public class BrowserView
extends java.lang.Object

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

ACTION_ToggleCurtain

public static BrowserAction ACTION_ToggleCurtain
Action which sets/resets the 'curtain'. This reveals/hides the stacked Projct and Structure panes thereby increasing the screen space available to the Content Pane.

STATE_MessagePaneVisible

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.


ACTION_MessagePaneVisible

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.


ACTION_ToolBarShowAll

public static BrowserAction ACTION_ToolBarShowAll
This Action reveals all the toolbar groups which may have been hidden by a previous Action.

ACTION_ToolBarHideAll

public static BrowserAction ACTION_ToolBarHideAll
This Action hides all the toolbar groups. When all the groups are hidden, this causes the toolbar itself to be hidden too.

GROUP_ToolBars

public 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. It also appends another Action group with hide/show all Actions that operate on all toolbar groups.
Constructor Detail

BrowserView

public BrowserView()