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 classButtonOverlayViewAn implementation oforg.graffiti.plugin.view.View2D, that displays a graph.classIPKGraffitiViewAn 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 voidGravistoService. 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 classLoadSaveOptionsPaneHandles some loading and saving stuff, e.g.: autosave, backups, backupDirectory, backupSuffix.classShortcutsOptionPaneAn option pane for shortcuts.classToolBarOptionPaneA tool bar editor. -
Uses of OptionPane in org.graffiti.options
Classes in org.graffiti.options that implement OptionPane Modifier and Type Class Description classAbstractOptionPaneThe default implementation of the option pane interface.classAddonsOptionsPaneclassOverviewOptionPaneThe overview pane for the options dialog.classParameterOptionPaneMethods in org.graffiti.options with parameters of type OptionPane Modifier and Type Method Description voidOptionGroup. addOptionPane(OptionPane pane)Adds the given option pane to this option group.