Uses of Interface
org.graffiti.options.PreferencesInterface
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop | |
org.graffiti.managers | |
org.graffiti.options |
Contains the option pane functionality.
|
org.graffiti.plugins.attributecomponents.simplelabel | |
org.graffiti.plugins.modes.defaults | |
org.vanted |
Overarching classes, such as preferences and build information.
|
org.vanted.scaling.vanted |
High DPI (4K and above) Swing Support: Classes responsible for Vanted
components scaling and feature integration.
|
org.vanted.updater |
Updates-providing classes and helpers.
|
-
Uses of PreferencesInterface in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings that implement PreferencesInterface Modifier and Type Class Description class
ChartAttributeComponent
-
Uses of PreferencesInterface in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools that implement PreferencesInterface Modifier and Type Class Description class
IPK_MegaMoveTool
A modified editing tool. -
Uses of PreferencesInterface 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 PreferencesInterface 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 PreferencesInterface in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop that implement PreferencesInterface Modifier and Type Class Description class
RimasTab
class
TabMetaCrop
-
Uses of PreferencesInterface in org.graffiti.managers
Methods in org.graffiti.managers that return types with arguments of type PreferencesInterface Modifier and Type Method Description Set<Class<? extends PreferencesInterface>>
PreferenceManager. getPreferencingClasses()
Methods in org.graffiti.managers with parameters of type PreferencesInterface Modifier and Type Method Description void
PreferenceManager. checkAddAndSetClassesPreferences(PreferencesInterface prefInterface)
This method will do several things, that are repeatedly done to get possibly existing Preferences and add the class to the list of Preferencing Classes and also call the implementing object for first-time setup during startup of the programMethod parameters in org.graffiti.managers with type arguments of type PreferencesInterface Modifier and Type Method Description void
PreferenceManager. addPreferencingClass(Class<? extends PreferencesInterface> preferencingClass)
Another way of adding custom classes that implement the PreferencesInterface which will be added to the list of preferencing classes.static void
PreferenceManager. updatePreferencesForClass(Class<? extends PreferencesInterface> clazz, Preferences preferences)
This method will instantiate an Object from the given class and call the updatePreferences method, which must be implemented by any PreferencesInterface implementing class. -
Uses of PreferencesInterface in org.graffiti.options
Constructor parameters in org.graffiti.options with type arguments of type PreferencesInterface Constructor Description ParameterOptionPane(String name, List<Parameter> parameters, Class<? extends PreferencesInterface> clazz)
-
Uses of PreferencesInterface in org.graffiti.plugins.attributecomponents.simplelabel
Classes in org.graffiti.plugins.attributecomponents.simplelabel that implement PreferencesInterface Modifier and Type Class Description class
LabelComponent
This component represents a label for a node or an edge.class
SimpleLabelComponent
This component represents a label for a node or an edge. -
Uses of PreferencesInterface in org.graffiti.plugins.modes.defaults
Classes in org.graffiti.plugins.modes.defaults that implement PreferencesInterface Modifier and Type Class Description class
MegaMoveTool
A tool for creating and editing a graph. -
Uses of PreferencesInterface in org.vanted
Classes in org.vanted that implement PreferencesInterface Modifier and Type Class Description class
VantedPreferences
Global Preference class for VANTED. -
Uses of PreferencesInterface in org.vanted.scaling.vanted
Classes in org.vanted.scaling.vanted that implement PreferencesInterface Modifier and Type Class Description class
HighDPISupport
-
Uses of PreferencesInterface in org.vanted.updater
Classes in org.vanted.updater that implement PreferencesInterface Modifier and Type Class Description class
ScanForUpdate
Update file has very simple format: For the message string..