Method Summary |
|
public void | align(Designer designer, Alignment alignment) |
public void | attachContext() |
void | beanChanged(MarkupDesignBean bean) |
public boolean | canPasteTransferable(Element[] selectedComponentElements, Transferable trans) |
void | clearDropMatch() |
public void | clearHtml() |
public int | computeActions(Element componentRootElement, Transferable transferable) |
public Transferable | copyComponents(Element[] componentRootElements) |
public Element | createComponent(String className, Node parent, Node before) |
Designer | createDesigner() |
static MultiViewElement | createMultiViewElement(JsfForm jsfForm, Designer designer, DataObject jspDataObject) |
DocumentFragment | createSourceFragment(MarkupDesignBean bean) |
void | customizeCreation(DesignBean[] designBeans) |
public void | deleteComponents(Element[] componentRootElements) |
public void | deleteDesignBean(DesignBean designBean) |
void | designBeanCreated(DesignBean designBean) |
void | documentReplaced() |
public void | dumpHtmlMarkupForNode(org.openide.nodes.Node node) |
public boolean | editEventHandlerForComponent(Element componentRootElement) |
public static Designer[] | findDesigners(JsfForm jsfForm) |
static Designer[] | findDesignersForDesignContext(DesignContext designContext) |
static Designer[] | findDesignersForDocument(Document document) |
static Designer[] | findDesignersForElement(Element element) |
static JsfForm | findJsfForm(DataObject dataObject) |
static JsfForm | findJsfForm(FileObject fileObject) |
public static JsfForm | findJsfForm(DesignContext designContext) |
public static JsfForm | findJsfForm(Element element) |
public static JsfForm | findJsfFormForDomProvider(DomProvider domProvider) |
static JsfForm | findJsfFormForFacesModel(FacesModel facesModel) |
public static JsfMultiViewElement | findJsfMultiViewElementForDesigner(Designer designer) |
DesignBean | findParent(String className, DesignBean droppee, Node parentNode, boolean searchUp) |
JsfForm | getContextJsfForm() Get the context page for this fragment. |
MarkupDesignBean | getDefaultParentBean() |
public Element | getDefaultParentComponent() |
static Designer[] | getDesigners(JsfForm jsfForm) |
static Designer[] | getDesignersForDataObject(DataObject jsfJspDataObject) |
DndSupport | getDndSupport() |
public DomDocumentImpl | getDomDocumentImpl() |
public JComponent | getErrorPanel(ErrorPanelCallback errorPanelCallback) |
Designer[] | getExternalDesigners(URL url) |
FacesPageUnit | getFacesPageUnit() |
public Element | getHtmlBody() |
public Element | getHtmlBody(boolean updateErrors) |
public Document | getHtmlDom() |
public static JsfForm | getJsfForm(DataObject dataObject) |
public static JsfMultiViewElement[] | getJsfMultiViewElements() |
FacesModel.JsfSupport | getJsfSupport() |
public DataObject | getJspDataObject() |
public Document | getJspDom() |
LiveUnit | getLiveUnit() |
FileObject | getMarkupFile() |
MarkupUnit | getMarkupUnit() |
public PaletteController | getPaletteController() |
Project | getProject() |
MarkupDesignBean | getRenderFailureComponent() |
Exception | getRenderFailureException() |
public org.openide.nodes.Node | getRootBeanNode() |
public UndoRedo | getUndoManager() |
FacesDndSupport.UpdateSuspender | getUpdateSuspender() |
public void | handleResult(Result result) |
public boolean | hasCachedExternalFrames() |
public boolean | hasRenderingErrors() |
void | inlineEditComponents(Element[] componentRootElements) |
public boolean | isAjaxTransactionsSupportEnabled() |
public boolean | isBraveheartPage() |
public boolean | isFormComponent(Element componentRootElement) |
boolean | isFormDesignBean(DesignBean designBean) |
public boolean | isFragment() |
public boolean | isGridMode() |
public boolean | isInlineEditing() |
public boolean | isModelBusted() |
public boolean | isModelInSync() |
boolean | isModelValid() |
public boolean | isPortlet() |
public boolean | isRenderFailureShown() |
public boolean | isRenderedNode(Node node) |
public boolean | isSourceDirty() |
public boolean | isValid() |
public boolean | isVirtualFormsSupportEnabled() |
public boolean | isWoodstockPage() |
public boolean | isWriteLocked() |
void | linkDesignBeans(DesignBean droppee, DesignBean lb) |
public static void | loadFacesModelForJsfForm(JsfForm jsfForm, DataObject dataObject) |
void | modelChanged() |
public boolean | moveComponent(Element componentRootElement, Node parentNode, Node before) |
void | nodeChanged(Node rendered, Node parent, Element[] changedElements) |
void | nodeInserted(Node rendered, Node parent) |
void | nodeRemoved(Node previouslyRendered, Node parent) |
static void | refreshDesignersInProject(Project project) |
public void | refreshModel(boolean deep) |
public void | refreshModelWithExternals(boolean deep) |
public void | refreshProject() |
DocumentFragment | renderMarkupDesignBean(MarkupDesignBean markupDesignBean) |
DocumentFragment | renderMarkupDesignBean(MarkupDesignBean markupDesignBean, boolean markRendered) |
void | requestChange(MarkupDesignBean bean) |
void | requestRefresh() |
void | requestTextUpdate(MarkupDesignBean bean) |
void | selectComponent(Element componentRootElement) |
public void | setAjaxTransactionsSupportEnabled(boolean enabled) |
public void | setModelActivated(boolean activated) |
public void | setRenderFailureShown(boolean shown) |
void | setUpdatesSuspended(MarkupDesignBean markupDesignBean, boolean suspend) |
public void | setUpdatesSuspended(Element componentRootElement, boolean suspend) |
public void | setVirtualFormsSupportEnabled(boolean enabled) |
void | showDropMatch(Element componentRootElement, Element regionElement, int dropType) |
public void | snapToGrid(Designer designer) |
public void | syncModel() |
public void | tcRepaint() |
public String | toString() |
public static boolean | tryFacesModelForJsfForm(JsfForm jsfForm, DataObject dataObject) |
public void | updateErrorsInComponent() XXX Moved from FacesSupport. |
void | updateGridMode() |
public UndoEvent | writeLock(String message) |
public void | writeUnlock(UndoEvent writeLock) |