|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
org.netbeans.modules.vcscore | |
org.netbeans.modules.vcscore.cmdline | |
org.netbeans.modules.vcscore.commands | Commands scheduling and executing framework implementation. |
org.netbeans.modules.vcscore.util | This package provides declarative UI parsing and rendering engine. |
Uses of Table in org.netbeans.modules.vcscore |
Methods in org.netbeans.modules.vcscore with parameters of type Table | |
static VcsCommandExecutor[] |
VcsAction.doLock(Table files,
VcsFileSystem fileSystem)
Deprecated. Lock files in VCS. |
static void |
VcsAction.doUnlock(Table files,
VcsFileSystem fileSystem)
Deprecated. Unlock files in VCS. |
static VcsCommandExecutor[] |
VcsAction.doEdit(Table files,
VcsFileSystem fileSystem)
Deprecated. Prepare for edit files in VCS. |
static VcsCommandExecutor[] |
VcsAction.doCommand(Table files,
VcsCommand cmd,
Hashtable additionalVars,
VcsFileSystem fileSystem)
Deprecated. Do a command on a set of files. |
static VcsCommandExecutor[] |
VcsAction.doCommand(Table files,
VcsCommand cmd,
Hashtable additionalVars,
VcsFileSystem fileSystem,
CommandOutputListener stdoutListener,
CommandOutputListener stderrListener,
CommandDataOutputListener stdoutDataListener,
CommandDataOutputListener stderrDataListener)
Deprecated. Do a command on a set of files. |
static VcsCommandExecutor[] |
VcsAction.doCommand(Table files,
VcsCommand cmd,
Hashtable additionalVars,
VcsFileSystem fileSystem,
CommandOutputListener stdoutListener,
CommandOutputListener stderrListener,
CommandDataOutputListener stdoutDataListener,
CommandDataOutputListener stderrDataListener,
boolean saveProcessingFiles)
Deprecated. Do a command on a set of files. |
static void |
VcsAction.addImportantFiles(Collection fos,
Table res,
boolean all,
VcsFileSystem fileSystem)
Deprecated. Add files. |
static void |
VcsAction.addImportantFiles(Collection fos,
Table res,
boolean all,
VcsFileSystem fileSystem,
boolean doNotTestFS)
Deprecated. Add files. |
Uses of Table in org.netbeans.modules.vcscore.cmdline |
Methods in org.netbeans.modules.vcscore.cmdline with parameters of type Table | |
static boolean |
UserCommandSupport.setCommandFilesFromTable(Command command,
Table files,
CommandExecutionContext executionContext)
Set the files as arguments to the command. |
static void |
UserCommandSupport.setVariables(VcsCommand command,
Table files,
Hashtable vars,
VariableValueAdjustment valueAdjustment,
String relativeMountPoint,
boolean useGreatestParentPaths)
Add files specific variables. |
Uses of Table in org.netbeans.modules.vcscore.commands |
Methods in org.netbeans.modules.vcscore.commands with parameters of type Table | |
static void |
CommandCustomizationSupport.addImportantFiles(Collection fos,
Table res,
boolean all,
VcsFileSystem fileSystem,
boolean doNotTestFS)
Add files. |
Uses of Table in org.netbeans.modules.vcscore.util |
Methods in org.netbeans.modules.vcscore.util with parameters of type Table | |
void |
VariableInputDialog.setUserParamsPromptLabels(Table varLabels,
String advancedName)
Create additional user labels and text fields. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |