|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.designer.domino.xsp.api.panels.PanelExtraData
public class PanelExtraData
A basic implementation of com.ibm.designer.domino.xsp.api.panels.IPanelExtraData
Constructor Summary | |
---|---|
PanelExtraData()
|
Method Summary | |
---|---|
DesignerProject |
getDesignerProject()
Returns the designer project for this panel. |
org.w3c.dom.Document |
getDocument()
Return the document. |
org.eclipse.ui.IWorkbenchPart |
getHostWorkbenchPart()
Returns the current properties view. |
org.w3c.dom.Node |
getNode()
Returns the dom node representing this selection. |
org.eclipse.ui.IWorkbenchPart |
getWorkbenchPart()
Return the workbench part. |
void |
setDesignerProject(DesignerProject proj)
The DesignerProject that the current XPage belongs to. |
void |
setDocument(org.w3c.dom.Document doc)
Sets the DOM Document that is currently being edited in the XPages editor. |
void |
setHostWorkbenchPart(org.eclipse.ui.IWorkbenchPart part)
Sets the host workbench part (typically the properties view). |
void |
setNode(org.w3c.dom.Node node)
Sets the currently selected node in the XPages Editor. |
void |
setWorkbenchPart(org.eclipse.ui.IWorkbenchPart part)
Typically the same as the host workbench part.. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PanelExtraData()
Method Detail |
---|
public org.w3c.dom.Node getNode()
IPanelExtraData
getNode
in interface IPanelExtraData
public void setNode(org.w3c.dom.Node node)
node
- public void setDocument(org.w3c.dom.Document doc)
doc
- public void setWorkbenchPart(org.eclipse.ui.IWorkbenchPart part)
part
- public void setDesignerProject(DesignerProject proj)
proj
- public DesignerProject getDesignerProject()
IPanelExtraData
getDesignerProject
in interface IPanelExtraData
public org.w3c.dom.Document getDocument()
IPanelExtraData
getDocument
in interface IPanelExtraData
public org.eclipse.ui.IWorkbenchPart getWorkbenchPart()
IPanelExtraData
getWorkbenchPart
in interface IPanelExtraData
public org.eclipse.ui.IWorkbenchPart getHostWorkbenchPart()
IPanelExtraData
getHostWorkbenchPart
in interface IPanelExtraData
public void setHostWorkbenchPart(org.eclipse.ui.IWorkbenchPart part)
part
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |