IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

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

java.lang.Object
  extended by com.ibm.btt.rcp.perspective.core.impl.Registerable
      extended by com.ibm.btt.rcp.perspective.core.impl.Page
All Implemented Interfaces:
IPage, IRegisterable

public class Page
extends Registerable
implements IPage

Perspecvite page difinition class


Field Summary
protected  boolean isCloseable
           
protected  boolean isMoveable
           
 
Fields inherited from class com.ibm.btt.rcp.perspective.core.impl.Registerable
id, isHolder
 
Constructor Summary
Page()
           
 
Method Summary
 void initializeFrom(org.w3c.dom.Element element)
          Initialize this item from xml element
 boolean isCloseable()
          Get if this page can be closed
 boolean isMoveable()
          Get if this page is moveable
 void setColseable(boolean closeable)
          Set if this page can be closed
 void setMoveable(boolean moveable)
          Set if this page is moveable
 
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.IRegisterable
getId, isHolder, setHolder, setId
 

Field Detail

isCloseable

protected boolean isCloseable

isMoveable

protected boolean isMoveable
Constructor Detail

Page

public Page()
Method Detail

isCloseable

public boolean isCloseable()
Description copied from interface: IPage
Get if this page can be closed

Specified by:
isCloseable in interface IPage
Returns:

isMoveable

public boolean isMoveable()
Description copied from interface: IPage
Get if this page is moveable

Specified by:
isMoveable in interface IPage
Returns:

setColseable

public void setColseable(boolean closeable)
Description copied from interface: IPage
Set if this page can be closed

Specified by:
setColseable in interface IPage

setMoveable

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

Specified by:
setMoveable in interface IPage

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009