|
|||||||||
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.util.XPagesPropertiesViewUtils
public class XPagesPropertiesViewUtils
A utility class that is used in conjunction with the XPage properties panels, and related UI.
Field Summary | |
---|---|
protected static java.lang.String |
XFACES_DOM_LOADER_KEY
KEY used to cache the ILoader associated with XPages |
protected static java.lang.String |
XFACES_MULTI_DOM_LOADER_KEY
|
Constructor Summary | |
---|---|
XPagesPropertiesViewUtils()
|
Method Summary | |
---|---|
static ILoader |
getXPagesMultiDomLoader(DesignerProject project)
Returns an ILoader which is aware of XPages. |
static org.w3c.dom.Document |
getXspConfigDocument()
Returns the DOM Document for the xsp-config file corresponding to a custom control which is open in the currently active editor. |
static org.w3c.dom.Document |
getXspConfigDocument(org.eclipse.ui.IEditorPart editorPart)
Returns the DOM Document for the xsp-config file corresponding to a custom control which is open in the provided editor part. |
static boolean |
isEditingCustomControl()
Determines if the currently active editor part is editing a custom control. |
static boolean |
isEditingCustomControl(org.eclipse.ui.IEditorPart editor)
Determines if the provided editor is editing a custom control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String XFACES_DOM_LOADER_KEY
protected static final java.lang.String XFACES_MULTI_DOM_LOADER_KEY
Constructor Detail |
---|
public XPagesPropertiesViewUtils()
Method Detail |
---|
public static ILoader getXPagesMultiDomLoader(DesignerProject project)
project
- a DesignerProject representing a Notes application
public static boolean isEditingCustomControl(org.eclipse.ui.IEditorPart editor)
editorPart
- the part that is to be tested.
public static boolean isEditingCustomControl()
public static org.w3c.dom.Document getXspConfigDocument(org.eclipse.ui.IEditorPart editorPart)
editorPart
- an opened editor part
public static org.w3c.dom.Document getXspConfigDocument()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |