|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeneralCommandAction | |
org.netbeans.modules.vcscore | |
org.netbeans.modules.vcscore.actions | This package integrates VCS support with actions UI. |
org.netbeans.modules.vcscore.grouping |
Uses of GeneralCommandAction in org.netbeans.modules.vcscore |
Methods in org.netbeans.modules.vcscore with parameters of type GeneralCommandAction | |
boolean |
VcsActionSupporter.isEnabled(GeneralCommandAction action,
FileObject[] fileObjects)
|
void |
VcsActionSupporter.performAction(GeneralCommandAction action,
FileObject[] fileObjects)
|
String |
VcsActionSupporter.getToolBarDisplayName(GeneralCommandAction action)
If the supporter enables the action, it can then add supporter-specific description to the toolbar tooltip. |
String |
VcsActionSupporter.getMenuDisplayName(GeneralCommandAction action)
If the supporter enables the action, it can then add supporter-specific description to the menu name. |
String |
VcsActionSupporter.getPopupDisplayName(GeneralCommandAction action)
If the supporter enables the action, it can then add supporter-specific description to the popup menu name. |
Uses of GeneralCommandAction in org.netbeans.modules.vcscore.actions |
Subclasses of GeneralCommandAction in org.netbeans.modules.vcscore.actions | |
class |
AddCommandAction
|
class |
ClusteringAction
TODO Is not it unused? |
class |
CommitCommandAction
|
class |
DiffCommandAction
|
class |
HistoryCommandAction
TODO remove it's unused. |
class |
RemoveCommandAction
|
class |
UpdateCommandAction
|
class |
VersioningAction
This action openes the Versioning Explorer tab. |
class |
VersioningExplorerAction
This action openes the Versioning Explorer tab. |
Methods in org.netbeans.modules.vcscore.actions with parameters of type GeneralCommandAction | |
abstract boolean |
CommandActionSupporter.isEnabled(GeneralCommandAction action,
FileObject[] fileObjects)
GeneralCommandAction asks the supporter during the enabled(Node[] nodes) method. |
abstract void |
CommandActionSupporter.performAction(GeneralCommandAction action,
FileObject[] fileObjects)
GeneralCommandAction tells the supporter during the performsAction(Node[] nodes) method to perform the action on the specified FileObjects. |
String |
CommandActionSupporter.getToolBarDisplayName(GeneralCommandAction action)
If the supporter enables the action, it can then add supporter-specific description to the toolbar tooltip. |
String |
CommandActionSupporter.getMenuDisplayName(GeneralCommandAction action)
If the supporter enables the action, it can then add supporter-specific description to the menu name. |
String |
CommandActionSupporter.getPopupDisplayName(GeneralCommandAction action)
If the supporter enables the action, it can then add supporter-specific description to the popup menu name. |
Uses of GeneralCommandAction in org.netbeans.modules.vcscore.grouping |
Subclasses of GeneralCommandAction in org.netbeans.modules.vcscore.grouping | |
class |
VerifyGroupAction
Action sensitive to the node selection that does something useful. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |