com.borland.primetime.ide
Class BrowserNavigate

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

public class BrowserNavigate
extends java.lang.Object

Contains the Browser Navigation actions that appear in the menu and tool bars.


Field Summary
static BrowserAction ACTION_NavigateBack
          Action which navigates the Browser to the prior item in the Browser history list.
static BrowserAction ACTION_NavigateForward
          Navigates the Browser to the next item in the Browser history list.
static BrowserAction ACTION_NextOpenNode
          Navigates to the next tab in the ContentManager for this Browser causing it to become the 'active' Node.
static BrowserAction ACTION_PreviousOpenNode
          Navigates to the previous tab in the ContentManager for this Browser causing it to become the 'active' Node.
static ActionGroup GROUP_NavigateTo
          This ActionGroup provides Actions for each item in the Browser history list.
 
Constructor Summary
BrowserNavigate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_NavigateBack

public static BrowserAction ACTION_NavigateBack
Action which navigates the Browser to the prior item in the Browser history list. If there is no prior item in the history list, this action does nothing.

ACTION_NavigateForward

public static BrowserAction ACTION_NavigateForward
Navigates the Browser to the next item in the Browser history list. If there is no next item in the history list, this action does nothing.

GROUP_NavigateTo

public static ActionGroup GROUP_NavigateTo
This ActionGroup provides Actions for each item in the Browser history list. If an Action is selected, the corresponding Node is make the 'active' Node for this Browser instance.

ACTION_NextOpenNode

public static BrowserAction ACTION_NextOpenNode
Navigates to the next tab in the ContentManager for this Browser causing it to become the 'active' Node.

ACTION_PreviousOpenNode

public static BrowserAction ACTION_PreviousOpenNode
Navigates to the previous tab in the ContentManager for this Browser causing it to become the 'active' Node.
Constructor Detail

BrowserNavigate

public BrowserNavigate()