|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.attrview.sdk.AVPage com.ibm.etools.xve.attrview.XVEAVPage com.ibm.designer.domino.xsp.api.panels.XPagesAVPage
public abstract class XPagesAVPage
A single 'tab' in the Attributes View.
Clients should not need to extends this class. Creation of new
instances of this class are typically taken care of internally by the
com.ibm.designer.domino.xsp.api.panels.AbstractPanelsFactory
.
Constructor Summary | |
---|---|
XPagesAVPage(com.ibm.etools.attrview.sdk.AVFolder folder)
Creates a new instance of this class. |
|
XPagesAVPage(com.ibm.etools.attrview.sdk.AVFolder folder,
java.lang.String name)
Creates a new instance of this class with the given tab name. |
|
XPagesAVPage(com.ibm.etools.attrview.sdk.AVFolder folder,
java.lang.String name,
org.eclipse.swt.graphics.Image image)
Creates a new instance of this class with the given tab name and image. |
Method Summary | |
---|---|
protected void |
create()
|
protected abstract org.eclipse.swt.widgets.Control |
createPanelContents(org.eclipse.swt.widgets.Composite parent)
Creates the contents of the attributes view page. |
void |
dispose()
|
protected DesignerProject |
getDesignerProject()
Returns an object which describes the current database (Application). |
protected org.w3c.dom.Node |
getFacesNode()
|
protected FacesRegistry |
getFacesRegistry()
|
java.lang.String |
getHelpId()
|
boolean |
isIndented()
|
boolean |
isLazyCreated()
Returns whether or not the page is to be lazy loaded. |
void |
setHelpId(java.lang.String contextId)
|
void |
setIndented(boolean indented)
|
void |
setLazyCreated(boolean lazyCreated)
Sets whether ot not the page is to be lazy loaded. |
void |
setNode(org.w3c.dom.Node node)
Sets the node upon which the property panel will operate. |
Methods inherited from class com.ibm.etools.xve.attrview.XVEAVPage |
---|
addDataComponent, addPairComponent, addPartComponent, alignWidth, alignWidth, dispose, getDataList, getEditorContext, getNodeListPicker, getNodeListPicker, getPageDescriptor, getPairList, getPartList, getSelection, launchCommand, reset, setEditorContext, setPageDescriptor, updateControl, updateData |
Methods inherited from class com.ibm.etools.attrview.sdk.AVPage |
---|
alignWidth, createComposite, createComposite, createComposite, createComposite, createContents, dispose, dispose, dispose, fireValueChange, getAttributesView, getFolder, getImage, getModel, getName, getPageContainer, getRootContainer, getStatusReporter, getWidgetFactory, postCreate, preCreate, setFolder, setHorizontalIndent, setImage, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPagesAVPage(com.ibm.etools.attrview.sdk.AVFolder folder)
folder
- the parent attributes view folderpublic XPagesAVPage(com.ibm.etools.attrview.sdk.AVFolder folder, java.lang.String name)
folder
- the parent attributes view foldername
- the name of the page that is to appear in the tab in the attributes viewpublic XPagesAVPage(com.ibm.etools.attrview.sdk.AVFolder folder, java.lang.String name, org.eclipse.swt.graphics.Image image)
folder
- the parent attributes view foldername
- the name of the page that is to appear in the tab in the attributes viewimage
- the image that is to appear with this tabMethod Detail |
---|
public void setNode(org.w3c.dom.Node node)
node
- public void dispose()
dispose
in class com.ibm.etools.xve.attrview.XVEAVPage
protected DesignerProject getDesignerProject()
protected FacesRegistry getFacesRegistry()
protected final void create()
create
in class com.ibm.etools.attrview.sdk.AVPage
protected abstract org.eclipse.swt.widgets.Control createPanelContents(org.eclipse.swt.widgets.Composite parent)
parent
- a parent composite
protected org.w3c.dom.Node getFacesNode()
public boolean isIndented()
isIndented
in class com.ibm.etools.attrview.sdk.AVPage
public void setIndented(boolean indented)
indented
- Sets whether or not this AVPage should be indented.public boolean isLazyCreated()
public void setLazyCreated(boolean lazyCreated)
lazyCreated
- public void setHelpId(java.lang.String contextId)
public java.lang.String getHelpId()
getHelpId
in class com.ibm.etools.attrview.sdk.AVPage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |