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 Object
MainFrame. 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.JScrollPane
MainFrame. createInternalFrame(String viewName, String newFrameTitle, EditorSession session, boolean returnScrollpane, boolean otherViewWillBeClosed, ConfigureViewAction c)
JScrollPane
MainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction, ConfigureViewAction configNewView)
MethodshowViewChooserDialog
invokes a view chooser dialog for choosing view types.