public class CustomWorkspaceAccessOptionPagePluginExtension extends OptionPagePluginExtension
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_DEFAULT_CHECKOUT_LOCATION
The option key describing the default checkout location for the directory chooser.
|
static java.lang.String |
KEY_SAVE_TEMPORARY_FILES_LOCATION
The option key describing the temporary location for the saved files.
|
Constructor and Description |
---|
CustomWorkspaceAccessOptionPagePluginExtension() |
Modifier and Type | Method and Description |
---|---|
void |
apply(PluginWorkspace pluginWorkspace)
This method is called when "Apply" or "OK" button are pressed in from the GUI
option page.
|
java.lang.String |
getTitle()
Retrieves the option page title.
|
javax.swing.JComponent |
init(PluginWorkspace pluginWorkspace)
Initializes the GUI for the option page and loads the stored option values.
|
void |
restoreDefaults()
This method is called when "Restore defaults" button is pressed from the GUI
option page.
|
public static final java.lang.String KEY_SAVE_TEMPORARY_FILES_LOCATION
public static final java.lang.String KEY_DEFAULT_CHECKOUT_LOCATION
public CustomWorkspaceAccessOptionPagePluginExtension()
public void apply(PluginWorkspace pluginWorkspace)
OptionPagePluginExtension
apply
in class OptionPagePluginExtension
pluginWorkspace
- Access the entire workspace of Oxygen. It can be used to
retrieve the OptionsStorage
and perform options save operations on it.OptionPagePluginExtension.apply(ro.sync.exml.workspace.api.PluginWorkspace)
public void restoreDefaults()
OptionPagePluginExtension
restoreDefaults
in class OptionPagePluginExtension
OptionPagePluginExtension.restoreDefaults()
public java.lang.String getTitle()
OptionPagePluginExtension
getTitle
in class OptionPagePluginExtension
OptionPagePluginExtension.getTitle()
public javax.swing.JComponent init(PluginWorkspace pluginWorkspace)
OptionPagePluginExtension
init
in class OptionPagePluginExtension
pluginWorkspace
- Access the entire workspace of Oxygen. It can be used to
retrieve the OptionsStorage
and perform options save/load operations it.OptionPagePluginExtension.init(ro.sync.exml.workspace.api.PluginWorkspace)
© Copyright Syncro Soft SRL 2002 - 2014. All rights reserved.