Package ro.sync.exml.plugin.general
Interface GeneralPluginContext
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface GeneralPluginContext
Plugin context interface. Provides information for the plugin about the context it was invoked in.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Frame
getFrame()
Get the editing frame.StandalonePluginWorkspace
getPluginWorkspace()
Get access to the entire workspace of Oxygen.
-
-
-
Method Detail
-
getFrame
java.awt.Frame getFrame()
Get the editing frame.- Returns:
- the frame in which is done the editing.
-
getPluginWorkspace
StandalonePluginWorkspace getPluginWorkspace()
Get access to the entire workspace of Oxygen.- Returns:
- The access to the entire workspace of Oxygen
- Since:
- 12.1
-
-