|
Oxygen XML Editor, Version 14.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.plugin.PluginContributedComponent
public abstract class PluginContributedComponent
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 |
---|
public PluginContributedComponent(java.lang.String componentID, java.lang.String initIndex, java.lang.String initSide)
componentID
- The component ID.initIndex
- The initial component indexinitSide
- The initial component sideMethod Detail |
---|
public java.lang.String getComponentID()
public int getInitIndex()
public int getInitSide()
protected abstract int getDefaultInitSide()
|
Oxygen XML Editor, Version 14.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |