Uses of Interface
org.graffiti.editor.ConfigureViewAction
| Package | Description |
|---|---|
| org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
-
Uses of ConfigureViewAction in org.graffiti.editor
Methods in org.graffiti.editor with parameters of type ConfigureViewAction Modifier and Type Method Description ObjectMainFrame. createInternalFrame(String viewName, String newFrameTitle, EditorSession session, boolean returnScrollPane, boolean returnGraffitiFrame, boolean otherViewWillBeClosed, ConfigureViewAction configNewView, boolean addViewToEditorSession)Creates and adds a new internal frame to the desktop within a new session.JScrollPaneMainFrame. createInternalFrame(String viewName, String newFrameTitle, EditorSession session, boolean returnScrollpane, boolean otherViewWillBeClosed, ConfigureViewAction c)JScrollPaneMainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction, ConfigureViewAction configNewView)MethodshowViewChooserDialoginvokes a view chooser dialog for choosing view types.