IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.perspective.core
Interface IView

All Superinterfaces:
ILayoutable, IRegisterable
All Known Implementing Classes:
View

public interface IView
extends ILayoutable

Perspective view interface


Method Summary
 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 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 interface com.ibm.btt.rcp.perspective.core.ILayoutable
getRatio, getRefId, getRelationship, layout, setRatio, setRefId, setRelationship
 
Methods inherited from interface com.ibm.btt.rcp.perspective.core.IRegisterable
getId, initializeFrom, isHolder, setHolder, setId
 

Method Detail

isStandalone

boolean isStandalone()
Get if this view is standalone

Returns:

setStandalone

void setStandalone(boolean standalone)
Set if this view is standalone

Parameters:
standalone -

isShowTitle

boolean isShowTitle()
Get if this view has title

Returns:

setShowTitle

void setShowTitle(boolean showTitle)
Set if this view has title

Parameters:
showTitle -

isCloseable

boolean isCloseable()
Get if this view is closeable

Returns:

setColseable

void setColseable(boolean closeable)
Set if this view is closeable

Parameters:
closeable -

isMoveable

boolean isMoveable()
Get if this view is moveable

Returns:

setMoveable

void setMoveable(boolean moveable)
Set if this view is moveable

Parameters:
moveable -

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011