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 LoadSettingLoadSetting. 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 voidMainFrame. showGraph(Graph g, ActionEvent e, LoadSetting interaction)JScrollPaneMainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction)JScrollPaneMainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction, ConfigureViewAction configNewView)MethodshowViewChooserDialoginvokes a view chooser dialog for choosing view types.