Uses of Interface
org.graffiti.managers.ViewManager
Package | Description |
---|---|
org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
org.graffiti.editor.actions |
Contains the editor's action classes.
|
org.graffiti.managers |
-
Uses of ViewManager in org.graffiti.editor
Methods in org.graffiti.editor that return ViewManager Modifier and Type Method Description ViewManager
MainFrame. getViewManager()
Returns the viewManager. -
Uses of ViewManager in org.graffiti.editor.actions
Constructors in org.graffiti.editor.actions with parameters of type ViewManager Constructor Description FileNewAction(MainFrame mainFrame, ViewManager viewManager)
Creates a new FileNewAction object.FileOpenAction(MainFrame mainFrame, IOManager ioManager, ViewManager viewManager, StringBundle sBundle)
Creates a new FileOpenAction object. -
Uses of ViewManager in org.graffiti.managers
Classes in org.graffiti.managers that implement ViewManager Modifier and Type Class Description class
DefaultViewManager
Manages a list of view types.