Uses of Class
org.graffiti.editor.MainFrame
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart | |
org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
org.graffiti.editor.actions |
Contains the editor's action classes.
|
org.graffiti.plugin.actions | |
org.graffiti.plugin.gui |
-
Uses of MainFrame in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes with parameters of type MainFrame Constructor Description FileOpenAction(MainFrame mainFrame)
Creates a new FileOpenAction object.FileSaveAsAction(MainFrame mainFrame, IOManager ioManager, SessionManager sessionManager, StringBundle sBundle)
-
Uses of MainFrame in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart that return MainFrame Modifier and Type Method Description static MainFrame
GravistoMainHelper. initApplication(String[] args, SplashScreenInterface splashScreen, ClassLoader cl, String addPluginFile, String addPlugin)
static MainFrame
GravistoMainHelper. initApplicationExt(String[] args, SplashScreenInterface splashScreen, ClassLoader cl, String addPluginFile, String[] addPlugins)
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart with parameters of type MainFrame Modifier and Type Method Description void
GravistoMain. myAppletLoad(MainFrame statusPanel)
Deprecated. -
Uses of MainFrame in org.graffiti.editor
Methods in org.graffiti.editor that return MainFrame Modifier and Type Method Description static MainFrame
MainFrame. getInstance()
MainFrame
GravistoService. getMainFrame()
Returns the main frame (application window). -
Uses of MainFrame in org.graffiti.editor.actions
Constructors in org.graffiti.editor.actions with parameters of type MainFrame Constructor Description AddAttributeAction(MainFrame mainFrame)
Constructs a new add attribute action.ChangeAttributeValueAction(MainFrame mainFrame)
Creates a new ChangeAttributeValueAction object.CopyAction(MainFrame mainFrame)
Constructs a new copy action.CutAction(MainFrame mainFrame)
Constructs a new cut action.DeleteAction(MainFrame mainFrame)
Constructs a new copy action.DeleteAttributeAction(MainFrame mainFrame)
Constructs a new delete attribute action.EditRedoAction(MainFrame mainFrame)
Creates a new EditRedoAction object.EditUndoAction(MainFrame mainFrame)
Creates a new EditUndoAction object.ExitAction(MainFrame mainFrame)
Creates a new ExitAction object.FileCloseAction(MainFrame mainFrame)
Creates a new FileCloseAction object.FileNewAction(MainFrame mainFrame, ViewManager viewManager)
Creates a new FileNewAction object.FileOpenAction(MainFrame mainFrame, IOManager ioManager, ViewManager viewManager, StringBundle sBundle)
Creates a new FileOpenAction object.FileSaveAction(MainFrame mainFrame, IOManager ioManager, SessionManager sessionManager)
Creates a new FileSaveAction object.FileSaveAllAction(MainFrame mainFrame, IOManager ioManager)
Creates a new FileSaveAllAction object.FileSaveAsAction(MainFrame mainFrame, IOManager ioManager, SessionManager sessionManager, StringBundle sBundle)
PasteAction(MainFrame mainFrame)
Constructs a new popup action.PluginManagerEditAction(MainFrame mainFrame, PluginManager pluginmgr)
Creates a new PluginManagerEditAction object.RedrawViewAction(MainFrame mainFrame)
Creates a new RedrawViewAction object.RunAlgorithm(String algorithmClassName, String name, MainFrame mainFrame, EditComponentManager editComponentManager, Algorithm instance)
Constructor for RunAlgorithm.SelectAllAction(MainFrame mainFrame)
Constructs a new copy action.ShowPreferencesAction(MainFrame mainFrame)
ViewNewAction(MainFrame mainFrame, StringBundle sBundle)
Creates a new ViewNewAction object. -
Uses of MainFrame in org.graffiti.plugin.actions
Constructors in org.graffiti.plugin.actions with parameters of type MainFrame Constructor Description GraffitiAction(String name, MainFrame mainFrame, String helpID)
Constructs a new GraffitiAction from the given name.PopupAction(MainFrame mainFrame)
Constructs a new popup action.SelectionAction(String name, MainFrame mainFrame)
Constructs a new selection action with the given name. -
Uses of MainFrame in org.graffiti.plugin.gui
Methods in org.graffiti.plugin.gui with parameters of type MainFrame Modifier and Type Method Description void
AbstractGraffitiComponent. setMainFrame(MainFrame mf)
void
GraffitiButton. setMainFrame(MainFrame mf)
void
GraffitiMenu. setMainFrame(MainFrame mf)
void
GraffitiMenuItem. setMainFrame(MainFrame mf)