Uses of Interface
org.graffiti.options.OptionPane
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings | |
org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
org.graffiti.editor.options |
Contains option panes for the editor's option dialog.
|
org.graffiti.options |
Contains the option pane functionality.
|
-
Uses of OptionPane in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview that implement OptionPane Modifier and Type Class Description class
ButtonOverlayView
An implementation oforg.graffiti.plugin.view.View2D
, that displays a graph.class
IPKGraffitiView
An implementation oforg.graffiti.plugin.view.View2D
, that displays a graph. -
Uses of OptionPane in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings with parameters of type OptionPane Constructor Description OptionSetter(OptionPane optionPane)
-
Uses of OptionPane in org.graffiti.editor
Methods in org.graffiti.editor that return types with arguments of type OptionPane Modifier and Type Method Description ArrayList<OptionPane>
GravistoService. getKnownOptionPanes()
Methods in org.graffiti.editor with parameters of type OptionPane Modifier and Type Method Description void
GravistoService. addKnownOptionPane(Object identifyer, OptionPane optionPane)
Adds a optionPane to the list of known options-panes. -
Uses of OptionPane in org.graffiti.editor.options
Classes in org.graffiti.editor.options that implement OptionPane Modifier and Type Class Description class
LoadSaveOptionsPane
Handles some loading and saving stuff, e.g.: autosave, backups, backupDirectory, backupSuffix.class
ShortcutsOptionPane
An option pane for shortcuts.class
ToolBarOptionPane
A tool bar editor. -
Uses of OptionPane in org.graffiti.options
Classes in org.graffiti.options that implement OptionPane Modifier and Type Class Description class
AbstractOptionPane
The default implementation of the option pane interface.class
AddonsOptionsPane
class
OverviewOptionPane
The overview pane for the options dialog.class
ParameterOptionPane
Methods in org.graffiti.options with parameters of type OptionPane Modifier and Type Method Description void
OptionGroup. addOptionPane(OptionPane pane)
Adds the given option pane to this option group.