jsky.navigator
Class NavigatorManager

java.lang.Object
  extended by jsky.navigator.NavigatorManager

public final class NavigatorManager
extends java.lang.Object

This class manages access to the Navigator window on behalf of clients.


Constructor Summary
NavigatorManager()
           
 
Method Summary
static Navigator create()
          Create the Navigator window if necessary, and return a reference to it.
static Navigator get()
          Return the Navigator instance, if it exists, otherwise null.
static Navigator open()
          Open the Navigator window, creating it if necessary, and return a reference to it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigatorManager

public NavigatorManager()
Method Detail

get

public static Navigator get()
Return the Navigator instance, if it exists, otherwise null.


open

public static Navigator open()
Open the Navigator window, creating it if necessary, and return a reference to it.


create

public static Navigator create()
Create the Navigator window if necessary, and return a reference to it.