Uses of Class
org.graffiti.core.StringBundle
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes | |
org.graffiti.core | |
org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
org.graffiti.editor.actions |
Contains the editor's action classes.
|
-
Uses of StringBundle 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 StringBundle Constructor Description FileSaveAsAction(MainFrame mainFrame, IOManager ioManager, SessionManager sessionManager, StringBundle sBundle)
-
Uses of StringBundle in org.graffiti.core
Methods in org.graffiti.core that return StringBundle Modifier and Type Method Description static StringBundle
StringBundle. getInstance()
Returns the only instance of this class. -
Uses of StringBundle in org.graffiti.editor
Constructors in org.graffiti.editor with parameters of type StringBundle Constructor Description StatusBar(StringBundle sBundle)
Constructs a new status bar. -
Uses of StringBundle in org.graffiti.editor.actions
Constructors in org.graffiti.editor.actions with parameters of type StringBundle Constructor Description FileOpenAction(MainFrame mainFrame, IOManager ioManager, ViewManager viewManager, StringBundle sBundle)
Creates a new FileOpenAction object.FileSaveAsAction(MainFrame mainFrame, IOManager ioManager, SessionManager sessionManager, StringBundle sBundle)
ViewNewAction(MainFrame mainFrame, StringBundle sBundle)
Creates a new ViewNewAction object.