|
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
com.ibm.btt.rcp.perspective.core.impl.View
public class View
Perspective view class
Field Summary | |
---|---|
protected boolean |
isCloseable
|
protected boolean |
isMoveable
|
protected boolean |
isShowTitle
|
protected boolean |
isStandalone
|
Fields inherited from class com.ibm.btt.rcp.perspective.core.impl.Layoutable |
---|
ratio, refId, relationship |
Fields inherited from class com.ibm.btt.rcp.perspective.core.impl.Registerable |
---|
id, isHolder |
Constructor Summary | |
---|---|
View()
|
Method Summary | |
---|---|
void |
initializeFrom(org.w3c.dom.Element element)
Initialize this item from xml element |
boolean |
isCloseable()
Get if this view is closeable |
boolean |
isMoveable()
Get if this view is moveable |
boolean |
isShowTitle()
Get if this view has title |
boolean |
isStandalone()
Get if this view is standalone |
void |
layout(org.eclipse.ui.IPageLayout layout)
Layout this component in the perspective |
void |
setColseable(boolean closeable)
Set if this view is closeable |
void |
setMoveable(boolean moveable)
Set if this view is moveable |
void |
setShowTitle(boolean showTitle)
Set if this view has title |
void |
setStandalone(boolean standalone)
Set if this view is standalone |
Methods inherited from class com.ibm.btt.rcp.perspective.core.impl.Layoutable |
---|
getRatio, getRefId, getRelationship, setRatio, setRefId, setRelationship |
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 |
---|
getRatio, getRefId, getRelationship, setRatio, setRefId, setRelationship |
Methods inherited from interface com.ibm.btt.rcp.perspective.core.IRegisterable |
---|
getId, isHolder, setHolder, setId |
Field Detail |
---|
protected boolean isShowTitle
protected boolean isStandalone
protected boolean isCloseable
protected boolean isMoveable
Constructor Detail |
---|
public View()
Method Detail |
---|
public boolean isCloseable()
IView
isCloseable
in interface IView
public boolean isMoveable()
IView
isMoveable
in interface IView
public void setColseable(boolean closeable)
IView
setColseable
in interface IView
public void setMoveable(boolean moveable)
IView
setMoveable
in interface IView
public boolean isShowTitle()
IView
isShowTitle
in interface IView
public boolean isStandalone()
IView
isStandalone
in interface IView
public void setShowTitle(boolean showTitle)
IView
setShowTitle
in interface IView
public void setStandalone(boolean standalone)
IView
setStandalone
in interface IView
public void initializeFrom(org.w3c.dom.Element element)
IRegisterable
initializeFrom
in interface IRegisterable
public void layout(org.eclipse.ui.IPageLayout layout)
ILayoutable
layout
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 |