Oxygen XML Editor, Version 14.2

ro.sync.exml.plugin.general
Class GeneralPluginContextImpl

java.lang.Object
  extended by ro.sync.exml.plugin.general.GeneralPluginContextImpl
All Implemented Interfaces:
GeneralPluginContext

public class GeneralPluginContextImpl
extends java.lang.Object
implements GeneralPluginContext

Support implementation of the PluginContext interface.

Version:
$Revision: 1.6 $

Constructor Summary
GeneralPluginContextImpl(java.awt.Frame frame, StandalonePluginWorkspace wsAccess)
          Creates the plugin context.
 
Method Summary
 java.awt.Frame getFrame()
          Gets the parent frame for the PluginContextImpl.
 StandalonePluginWorkspace getPluginWorkspace()
          Get access to the entire workspace of Oxygen.
 void setFrame(java.awt.Frame frame)
          Sets the parent frame for the PluginContextImpl.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralPluginContextImpl

public GeneralPluginContextImpl(java.awt.Frame frame,
                                StandalonePluginWorkspace wsAccess)
Creates the plugin context.

Parameters:
frame - The parent frame for the swing components.
wsAccess - Access the Oxygen workspace
Method Detail

setFrame

public void setFrame(java.awt.Frame frame)
Sets the parent frame for the PluginContextImpl.

Parameters:
frame - The new frame value.

getFrame

public java.awt.Frame getFrame()
Gets the parent frame for the PluginContextImpl.

Specified by:
getFrame in interface GeneralPluginContext
Returns:
The frame value.

getPluginWorkspace

public StandalonePluginWorkspace getPluginWorkspace()
Description copied from interface: GeneralPluginContext
Get access to the entire workspace of Oxygen.

Specified by:
getPluginWorkspace in interface GeneralPluginContext
Returns:
The access to the entire workspace of Oxygen
See Also:
GeneralPluginContext.getPluginWorkspace()

Oxygen XML Editor, Version 14.2

© Copyright Syncro Soft SRL 2002 - 2013. All rights reserved.