| |
|
| org.netbeans.modules.visualweb.designer.jsf.ui.AbstractJsfTopComponent
All known Subclasses: org.netbeans.modules.visualweb.designer.jsf.ui.JsfTopComponent,
AbstractJsfTopComponent | abstract public class AbstractJsfTopComponent extends TopComponent implements ClipboardOwner(Code) | | XXX Before as designer/../SelectionTopComp.
This class provides clipboard and selection functionality for
a TopComponent such as the design surface or the app outline.
author: Tor Norbye |
copyActionPerformer | final protected transient CopyCutActionPerformer copyActionPerformer(Code) | | copy action performer
|
cutActionPerformer | final protected transient CopyCutActionPerformer cutActionPerformer(Code) | | cut action performer
|
deleteActionPerformer | final protected transient DeleteActionPerformer deleteActionPerformer(Code) | | delete action performer
|
deactivateActions | public void deactivateActions()(Code) | | Called when the when the component is deactivated. We no longer
allow our paste types to be invoked so clear it - get rid of
the action performers as well.
|
deleteSelection | abstract protected void deleteSelection()(Code) | | |
designerActivated | protected void designerActivated()(Code) | | |
designerDeactivated | protected void designerDeactivated()(Code) | | |
getPasteParentComponent | abstract protected Element getPasteParentComponent()(Code) | | |
getUndoRedo | public UndoRedo getUndoRedo()(Code) | | |
installActions | protected void installActions()(Code) | | |
removeChildrenComponents | protected void removeChildrenComponents(List<Element> list)(Code) | | Remove any items from the list that are children of any other
components in the list.
This is a slow implementation (n^3) but n will always (in real
scenarios be small).
|
selectComponents | abstract protected void selectComponents(Element[] coponentRootElements)(Code) | | |
showKeyboardPopup | abstract protected void showKeyboardPopup()(Code) | | Do what it takes to show a popup menu at the most natural
place when the user has pressed e.g. shift-f10. Usually
you'll want to post the menu right under the primary selection
item.
|
updatePasteAction | void updatePasteAction()(Code) | | Updates paste action.
Parameters: path - selected nodes |
|
|
|