Home
last modified time | relevance | path

Searched refs:activatedNodes (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DBuildParcelAction.java45 protected void performAction(Node[] activatedNodes) { in performAction() argument
48 for (int i = 0; i < activatedNodes.length; i++) { in performAction()
50 v.addElement(activatedNodes[i]); in performAction()
58 activatedNodes[i].getCookie(ParcelFolderCookie.class); in performAction()
H A DMountDocumentAction.java64 protected void performAction(final Node[] activatedNodes) in performAction() argument
70 for (int i=0; i<activatedNodes.length; i++) in performAction()
72 …OfficeDocumentCookie cookie = (OfficeDocumentCookie)activatedNodes[i].getCookie(OfficeDocumentCook… in performAction()
H A DMountParcelAction.java63 protected void performAction(final Node[] activatedNodes) in performAction() argument
69 for (int i=0; i<activatedNodes.length; i++) in performAction()
71 … ParcelCookie mpc = (ParcelCookie)activatedNodes[i].getCookie(ParcelCookie.class); in performAction()
H A DConfigureParcelAction.java51 protected void performAction(final Node[] activatedNodes) in performAction() argument
57 for (int i = 0; i < activatedNodes.length; i++) { in performAction()
59 activatedNodes[i].getCookie(ParcelFolderCookie.class); in performAction()
H A DCompileParcelAction.java36 protected void performAction(Node[] activatedNodes) { in performAction() argument
38 super.performAction(activatedNodes); in performAction()
H A DDeployParcelAction.java136 protected void performAction (Node[] activatedNodes) { in performAction() argument

Completed in 23 milliseconds