Package kiyut.sketsa.windows.canvas
Class NavigatorManager
- java.lang.Object
-
- kiyut.sketsa.windows.canvas.NavigatorManager
-
public class NavigatorManager extends Object
Manages NavigatorManager instance.- Author:
- KIYUT
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NavigatorManagergetInstance()Returns the single instance, creating one if it's the first time this method is called.voidopenNavigator()
-
-
-
Method Detail
-
getInstance
public static NavigatorManager getInstance()
Returns the single instance, creating one if it's the first time this method is called.- Returns:
- NavigatorManager The single instance.
-
openNavigator
public void openNavigator()
-
-