|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.rcp.perspective.core.impl.Registerable
com.ibm.btt.rcp.perspective.core.impl.Layoutable
public abstract class Layoutable
Base class for which component can be layouted to eclipse perspective
Field Summary | |
---|---|
protected float |
ratio
|
protected java.lang.String |
refId
|
protected int |
relationship
|
Fields inherited from class com.ibm.btt.rcp.perspective.core.impl.Registerable |
---|
id, isHolder |
Constructor Summary | |
---|---|
Layoutable()
|
Method Summary | |
---|---|
float |
getRatio()
Get ratio of this component |
java.lang.String |
getRefId()
Get referred component id |
int |
getRelationship()
Get relationship to referred component. |
void |
setRatio(float ratio)
Set ratio for this component |
void |
setRefId(java.lang.String refid)
Set referred component id for this component |
void |
setRelationship(int relationship)
Set relationship to referred component. |
Methods inherited from class com.ibm.btt.rcp.perspective.core.impl.Registerable |
---|
getId, isHolder, setHolder, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.btt.rcp.perspective.core.ILayoutable |
---|
layout |
Methods inherited from interface com.ibm.btt.rcp.perspective.core.IRegisterable |
---|
getId, initializeFrom, isHolder, setHolder, setId |
Field Detail |
---|
protected float ratio
protected int relationship
protected java.lang.String refId
Constructor Detail |
---|
public Layoutable()
Method Detail |
---|
public float getRatio()
ILayoutable
getRatio
in interface ILayoutable
public java.lang.String getRefId()
ILayoutable
getRefId
in interface ILayoutable
public int getRelationship()
ILayoutable
getRelationship
in interface ILayoutable
public void setRatio(float ratio)
ILayoutable
setRatio
in interface ILayoutable
public void setRefId(java.lang.String refid)
ILayoutable
setRefId
in interface ILayoutable
public void setRelationship(int relationship)
ILayoutable
setRelationship
in interface ILayoutable
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |