Uses of Class
org.graffiti.editor.LoadSetting
Package | Description |
---|---|
org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
-
Uses of LoadSetting in org.graffiti.editor
Methods in org.graffiti.editor that return LoadSetting Modifier and Type Method Description static LoadSetting
LoadSetting. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadSetting[]
LoadSetting. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graffiti.editor with parameters of type LoadSetting Modifier and Type Method Description void
MainFrame. showGraph(Graph g, ActionEvent e, LoadSetting interaction)
JScrollPane
MainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction)
JScrollPane
MainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction, ConfigureViewAction configNewView)
MethodshowViewChooserDialog
invokes a view chooser dialog for choosing view types.