public abstract class PluginContributedComponent
extends java.lang.Object
Constructor and Description |
---|
PluginContributedComponent(java.lang.String componentID,
java.lang.String initIndex,
java.lang.String initSide)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 sidepublic java.lang.String getComponentID()
public int getInitIndex()
public int getInitSide()
protected abstract int getDefaultInitSide()
© Copyright Syncro Soft SRL 2002 - 2014. All rights reserved.