Oxygen XML Editor, Version 14.2

ro.sync.exml.plugin
Class PluginContributedComponent

java.lang.Object
  extended by ro.sync.exml.plugin.PluginContributedComponent
Direct Known Subclasses:
PluginContributedToolbar, PluginContributedView

public abstract class PluginContributedComponent
extends java.lang.Object

The plugin contributed component.


Constructor Summary
PluginContributedComponent(java.lang.String componentID, java.lang.String initIndex, java.lang.String initSide)
          Constructor
 
Method Summary
 java.lang.String getComponentID()
          Gets the component ID.
protected abstract  int getDefaultInitSide()
          Gets the default initial side.
 int getInitIndex()
          Gets the initial index where to place the view.
 int getInitSide()
          Gets the initial side where to place the view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginContributedComponent

public PluginContributedComponent(java.lang.String componentID,
                                  java.lang.String initIndex,
                                  java.lang.String initSide)
Constructor

Parameters:
componentID - The component ID.
initIndex - The initial component index
initSide - The initial component side
Method Detail

getComponentID

public java.lang.String getComponentID()
Gets the component ID.

Returns:
The component ID.

getInitIndex

public int getInitIndex()
Gets the initial index where to place the view.

Returns:
The initial index where to place the view.

getInitSide

public int getInitSide()
Gets the initial side where to place the view.

Returns:
The initial side where to place the view.

getDefaultInitSide

protected abstract int getDefaultInitSide()
Gets the default initial side.

Returns:
The default initial side.

Oxygen XML Editor, Version 14.2

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