IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.perspective.core.impl
Class View

java.lang.Object
  extended by com.ibm.btt.rcp.perspective.core.impl.Registerable
      extended by com.ibm.btt.rcp.perspective.core.impl.Layoutable
          extended by com.ibm.btt.rcp.perspective.core.impl.View
All Implemented Interfaces:
ILayoutable, IRegisterable, IView

public class View
extends Layoutable
implements IView

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

isShowTitle

protected boolean isShowTitle

isStandalone

protected boolean isStandalone

isCloseable

protected boolean isCloseable

isMoveable

protected boolean isMoveable
Constructor Detail

View

public View()
Method Detail

isCloseable

public boolean isCloseable()
Description copied from interface: IView
Get if this view is closeable

Specified by:
isCloseable in interface IView
Returns:

isMoveable

public boolean isMoveable()
Description copied from interface: IView
Get if this view is moveable

Specified by:
isMoveable in interface IView
Returns:

setColseable

public void setColseable(boolean closeable)
Description copied from interface: IView
Set if this view is closeable

Specified by:
setColseable in interface IView

setMoveable

public void setMoveable(boolean moveable)
Description copied from interface: IView
Set if this view is moveable

Specified by:
setMoveable in interface IView

isShowTitle

public boolean isShowTitle()
Description copied from interface: IView
Get if this view has title

Specified by:
isShowTitle in interface IView
Returns:

isStandalone

public boolean isStandalone()
Description copied from interface: IView
Get if this view is standalone

Specified by:
isStandalone in interface IView
Returns:

setShowTitle

public void setShowTitle(boolean showTitle)
Description copied from interface: IView
Set if this view has title

Specified by:
setShowTitle in interface IView

setStandalone

public void setStandalone(boolean standalone)
Description copied from interface: IView
Set if this view is standalone

Specified by:
setStandalone in interface IView

initializeFrom

public void initializeFrom(org.w3c.dom.Element element)
Description copied from interface: IRegisterable
Initialize this item from xml element

Specified by:
initializeFrom in interface IRegisterable

layout

public void layout(org.eclipse.ui.IPageLayout layout)
Description copied from interface: ILayoutable
Layout this component in the perspective

Specified by:
layout in interface ILayoutable

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011