站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

S-Index (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 
A B C D E F G H I J K L M N O P Q R S T U V W

S

SELECTOR - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
 
SELECTOR_CMD - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
 
SELECTOR_DATE_CVS - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
 
SELECTOR_DIR - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
 
SELECTOR_FILE - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
 
SHOW_DEAD_FILES - Static variable in class org.netbeans.modules.vcscore.Variables
When non-empty, the directory reader should read also files, which were deleted from the version control system, but their old revisions exist.
STATUS_DEAD - Static variable in class org.netbeans.modules.vcscore.turbo.Statuses
The status of dead files.
STATUS_FAILED - Static variable in class org.netbeans.api.vcs.commands.CommandTask
 
STATUS_IGNORED - Static variable in class org.netbeans.modules.vcscore.turbo.Statuses
The status of ignored files.
STATUS_INTERRUPTED - Static variable in class org.netbeans.api.vcs.commands.CommandTask
 
STATUS_NOT_STARTED - Static variable in class org.netbeans.api.vcs.commands.CommandTask
 
STATUS_RUNNING - Static variable in class org.netbeans.api.vcs.commands.CommandTask
 
STATUS_SUCCEEDED - Static variable in class org.netbeans.api.vcs.commands.CommandTask
 
STATUS_UNKNOWN - Static variable in class org.netbeans.modules.vcscore.turbo.Statuses
The status was not reported yet.
STATUS_USE_REG_EXP_PARSE_OUTPUT - Static variable in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
 
STDERR_INDEX - Static variable in class org.netbeans.modules.vcscore.commands.SaveToFilePanel
 
STDOUT_INDEX - Static variable in class org.netbeans.modules.vcscore.commands.SaveToFilePanel
 
STYLE - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
 
STYLE_READ_ONLY - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
 
SUCCEEDED - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommandExecutor
The exit status when the command terminated successfully.
SafeRunnable - interface org.netbeans.modules.vcscore.cmdline.exec.SafeRunnable.
Safe thread killing support added.
SaveToFilePanel - class org.netbeans.modules.vcscore.commands.SaveToFilePanel.
 
SaveToFilePanel() - Constructor for class org.netbeans.modules.vcscore.commands.SaveToFilePanel
Creates new form SaveToFilePanel
StatusFormat - class org.netbeans.modules.vcscore.caching.StatusFormat.
Defines status format as communicated from REFRESH command and supports disk cache entries formatting.
StatusFormat() - Constructor for class org.netbeans.modules.vcscore.caching.StatusFormat
 
Statuses - class org.netbeans.modules.vcscore.turbo.Statuses.
Enumerates statuses with special meaning for VcsFileSystem.
Statuses() - Constructor for class org.netbeans.modules.vcscore.turbo.Statuses
 
StructuredExec - class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec.
The representation of structured execution property.
StructuredExec(File, String, StructuredExec.Argument[]) - Constructor for class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec
Creates a new instance of StructuredExec.
StructuredExec.Argument - class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec.Argument.
Representation of an argument.
The argument can be either a single String argument, or a sequence of space-separated arguments in a single String.
StructuredExec.Argument(String, boolean) - Constructor for class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec.Argument
Create a new argument.
scheduledRemovals - Static variable in class org.netbeans.modules.vcscore.turbo.RepositoryFiles
Keeps scheduled removals FileObject(folder), Set<String>
selectedFileObjects - Variable in class org.netbeans.modules.vcscore.VcsFSCommandsAction
 
selectedRevisionItems - Variable in class org.netbeans.modules.vcscore.VcsRevisionAction
 
sendInput(String) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
 
sendInput(String) - Method in class org.netbeans.modules.vcscore.cmdline.exec.ExternalCommand
Send some input data to a running command.
sendInput(String) - Method in interface org.netbeans.modules.vcscore.commands.TextInput
Send an input string to the standard input of the command.
setA11yDescription(String) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setA11yDescription(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setA11yName(String) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setA11yName(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setAcceptUserParams(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setActiveColumn(int) - Method in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
setAdditionalFileFilter(FilenameFilter) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
The subclasses can define their own filename filter.
setAdditionalParams(Object, VcsFileSystem) - Static method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
Search for optional methods and set additional parameters.
setAdditionalParams(Object, VcsFileSystem, CommandExecutionContext) - Static method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
Search for optional methods and set additional parameters.
setAdditionalVariables(Map) - Method in interface org.netbeans.modules.vcscore.commands.VcsDescribedCommand
Set additional variables for the command execution.
setAdjust(Hashtable) - Method in class org.netbeans.modules.vcscore.util.VariableValueAdjustment
 
setAdjustedSystemName(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Modified to never throw PropertyVetoException by the name adjustment.
setAnnotationPattern(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setArgument(String) - Method in class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec.Argument
 
setArgument(int, StructuredExec.Argument) - Method in class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec
 
setArguments(StructuredExec.Argument[]) - Method in class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec
 
setAsText(String) - Method in class org.netbeans.modules.vcscore.grouping.AutoAdditionPropertyEditor
 
setAskIfDownloadRecursively(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setAttr(String) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
 
setAuthor(String) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
setAutoAddition(int) - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupSettings
Setter for property autoAddition.
setAutoRefresh(int) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set the mode of auto refresh.
setBasic(boolean) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setBinary(boolean) - Method in interface org.netbeans.api.vcs.commands.AddCommand
Set the files as binary in VCS repository.
setCallEditFilesOn(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setChangedRevision(String) - Method in class org.netbeans.modules.vcscore.versioning.RevisionEvent
Set the changed/added/removed revision name.
setCmdName(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
 
setColumnDefinition(int, String, Method, boolean, TableInfoComparator) - Method in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
setColumnDefinition(int, String, Method, Object[], boolean, TableInfoComparator) - Method in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
setColumnToolTipGetter(int, Method) - Method in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
setCommand(VcsDescribedCommand, VariableInputDialog, String) - Method in class org.netbeans.modules.vcscore.cmdline.UserCommandCustomizer
 
setCommand(String) - Method in class org.netbeans.modules.vcscore.cmdline.exec.ExternalCommand
 
setCommand(StructuredExec) - Method in class org.netbeans.modules.vcscore.cmdline.exec.ExternalCommand
 
setCommandFilesFromTable(Command, Table, CommandExecutionContext) - Static method in class org.netbeans.modules.vcscore.cmdline.UserCommandSupport
Set the files as arguments to the command.
setCommandNotification(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setCommandNotification(boolean) - Method in interface org.netbeans.modules.vcscore.commands.CommandExecutionContext
 
setCommands(CommandsTree) - Method in class org.netbeans.modules.vcscore.DefaultVcsCommandsProvider
 
setCommands(CommandsTree) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set the tree structure of commands.
setCommandsProvider(VcsCommandsProvider) - Method in class org.netbeans.modules.vcscore.VcsAttributes
 
setComplete(boolean) - Method in class org.netbeans.modules.vcscore.turbo.FolderProperties
Sets the completness of the folder listing.
setComponentsToPreprocess(List) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
 
setControl(boolean) - Method in interface org.netbeans.modules.vcscore.registry.FSInfo
Determine whether filesystem should be under vcs control or not.
setCreateBackupFiles(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setCreateRuntimeCommands(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setCreateVersioningSystem(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setCurrent(boolean) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
setCurrentPanel(int) - Method in class org.netbeans.modules.vcscore.commands.SaveToFilePanel
Setter for property setCurrentPanel.
setCurrentSupporter(VcsActionSupporter) - Method in class org.netbeans.modules.vcscore.VcsAttributes
 
setCustomRefreshTime(int) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setCustomSelector(String) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setDataObject(DataObject) - Method in class org.netbeans.modules.vcscore.grouping.AddToGroupDialog
 
setDate(String) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
 
setDate(String) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
setDebug(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setDefaultValue(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setDefaultValues() - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setDefaultValues() - Method in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
 
setDescribedCommand(VcsDescribedCommand) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
Deprecated. Needed for the compatibility with old "API" only.
setDescription(String) - Method in class org.netbeans.modules.vcscore.ui.VerifyGroupPanel
 
setDimension(Dimension) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setDir(String, String) - Method in class org.netbeans.modules.vcscore.cmdline.RelativeMountDialog
 
setDir(String, String[]) - Method in class org.netbeans.modules.vcscore.cmdline.RelativeMountDialog
 
setDirection(boolean) - Method in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
setDisableGroups(boolean) - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupSettings
Setter for property disableGroups.
setDiskFiles(File[]) - Method in interface org.netbeans.modules.vcscore.commands.VcsDescribedCommand
Sometimes the FileObject can not be found for a desired file.
setDisplayName(String) - Method in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
setDisplayName(String) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommand
Set the display name of the command.
setDisplayName(String) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
setElement(Object) - Method in class org.netbeans.modules.vcscore.VcsDirContainer
Set the element object belonging to this directory.
setEnabled(boolean) - Method in class org.netbeans.modules.vcscore.actions.ContextAwareDelegateAction
 
setEnabledOutput(int, boolean) - Method in class org.netbeans.modules.vcscore.commands.SaveToFilePanel
Set whether the output of a given index is enabled or not.
setEnabledTree(boolean) - Method in class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel
 
setEnv(String[]) - Method in class org.netbeans.modules.vcscore.cmdline.exec.ExternalCommand
 
setEnvironmentVar(String, String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setErrorRegex(String) - Method in interface org.netbeans.modules.vcscore.commands.RegexOutputCommand
Set the regular expression to parse the error output.
setExec(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
Deprecated. nop method
setExecutable(boolean) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setExecutable(String) - Method in class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec
 
setExecutionContext(CommandExecutionContext, Hashtable) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
Set the VCS file system, that is needed to execute the selector command and the variables table.
setExecutor(VcsCommandExecutor) - Method in interface org.netbeans.modules.vcscore.commands.VcsDescribedCommand
Deprecated. This is needed only for the compatibility with the old "API".
setExitStatus(int) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
 
setExitStatus(int) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommandVisualizer
This method is called when the command finishes.
setExpert(boolean) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setExpertMode(boolean) - Method in interface org.netbeans.api.vcs.commands.Command
Use this method to set or unset the expert mode for the command execution.
setExpertMode(boolean) - Method in class org.netbeans.modules.vcscore.DefaultVcsCommandsProvider
Set the expert mode of this commands provider.
setExpertMode(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setExpertMode(boolean) - Method in interface org.netbeans.modules.vcscore.commands.CommandsTree.Provider
Set the expert mode of this commands provider.
setFileModified(String) - Method in interface org.netbeans.modules.vcscore.caching.FileStatusProvider
Should set the file as modified if it's version controlled.
setFileName(String) - Method in class org.netbeans.modules.vcscore.ui.AnnotatePanel
Sets the name (absolute path?) to the file being desplayed.
setFileObject(FileObject) - Method in class org.netbeans.modules.vcscore.VcsRevisionAction
 
setFileObject(FileObject) - Method in class org.netbeans.modules.vcscore.versioning.RevisionList
 
setFilePromptDocumentListener(VariableInputDialog.FilePromptDocumentListener) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
 
setFilePromptDocumentListener(VariableInputDialog.FilePromptDocumentListener, Object) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
 
setFileStatus(String, String) - Method in interface org.netbeans.modules.vcscore.caching.FileStatusProvider
 
setFileSystem(VcsFileSystem) - Method in class org.netbeans.modules.vcscore.VcsRevisionAction
 
setFiles(FileObject[]) - Method in interface org.netbeans.api.vcs.commands.Command
Set files to act on.
setFolderListing(Set) - Method in class org.netbeans.modules.vcscore.turbo.FolderProperties
Sets new repository folder listing.
setGUIMode(boolean) - Method in interface org.netbeans.api.vcs.commands.Command
Use this method to set or unset the GUI mode for the command execution.
setGlobalInput(VariableInputDescriptor) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
 
setHideShadowFiles(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set whether to hide files, which does not exist locally.
setHistoricalValue(String) - Method in interface org.netbeans.modules.vcscore.util.NestableInputComponent
Deprecated. does not support multivalued NICes. Also there is already VariableInputNest.getValue()
setIgnoreFailure(boolean) - Method in class org.netbeans.modules.vcscore.ui.AbstractOutputPanel
Set whether the failure of the command should be ignored or not.
setIgnoreListSupport(VcsFileSystem.IgnoreListSupport) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setInfoLabel(String) - Method in class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel
 
setInput(String, boolean) - Method in class org.netbeans.modules.vcscore.cmdline.exec.ExternalCommand
Set the input, which will be send to the command standard input.
setInputText(String) - Method in class org.netbeans.modules.vcscore.util.NotifyDescriptorInputPassword
Set the text on the input line.
setItem(RevisionItem) - Method in class org.netbeans.modules.vcscore.versioning.RevisionNode
 
setLabel(String) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setLabelMnemonic(Character) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setLabelMnemonic(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setLine(boolean) - Method in class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec.Argument
 
setList(RevisionList) - Method in class org.netbeans.modules.vcscore.versioning.RevisionChildren
Set a new revision list.
setLocalDir(boolean) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setLocalFile(boolean) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setLockFilesOn(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setLocker(String) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
 
setLocker(String) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
setMergeOutputStreams(boolean) - Method in class org.netbeans.modules.vcscore.cmdline.exec.ExternalCommand
Whether to merge the error output with standard output.
setMessage(String) - Method in interface org.netbeans.api.vcs.commands.MessagingCommand
Set a message for the command.
setMessage(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputValidator
 
setMessage(String) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
setMeta(FileObject, FileProperties) - Static method in class org.netbeans.modules.vcscore.turbo.Turbo
Populate cache by given attributes.
setMeta(File, FileProperties) - Static method in class org.netbeans.modules.vcscore.turbo.Turbo
Deprecated. Internal contract: it allows the VCSFS to address FileObject prenatal situations.
setMissingFileStatus(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setMissingFolderStatus(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setModel(TableModel) - Method in class org.netbeans.modules.vcscore.util.TableMap
 
setModel(TableModel) - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
setMultiFileAnnotationTypes(int[]) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setMultiLine(boolean) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setName(String) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setName(String) - Method in class org.netbeans.modules.vcscore.VcsDirContainer
Set the name of this directory.
setName(String) - Method in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
setName(String) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommand
Set the name of the command.
setName(String) - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupNode
 
setName(String) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
Sets file name.
setNavigationAction(Action) - Method in class org.netbeans.modules.vcscore.ui.AbstractOutputPanel
Request to show one navigation action in toolbar.
setNextCommand(Command) - Method in interface org.netbeans.modules.vcscore.commands.ChainingCommand
Set the next command, that should be procesed after this one.
setNotMissingableFileStatuses(Collection) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setNotMissingableFolderStatuses(Collection) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setNotModifiableStatuses(Collection) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
VCS specifics set of statuses that does not undergo automatic transtition to [modified] on file edit.
setNumDoAutoRefresh(int, String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set how many times I call a command after which the auto-refresh is executed in the given path.
setNumberOfFinishedCmdsToCollect(int) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setOffLine(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setOrder(int) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setOrder(int[]) - Method in class org.netbeans.modules.vcscore.cmdline.UserCommand
Deprecated. The order of individual commands should not be set. The position in the popup menu is given by the hierarchical structure of nodes.
setOuterSpace() - Method in class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel
 
setOutputCollector(CommandOutputCollector) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
 
setOutputCollector(CommandOutputCollector) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommandVisualizer
After instatiation this method is called with the collector of output, that can be used for various purposes in the visualizer.
setOutputCollector(CommandOutputCollector) - Method in class org.netbeans.modules.vcscore.ui.AbstractOutputPanel
Set the output collector.
setPassword(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setPassword(String) - Method in interface org.netbeans.modules.vcscore.commands.CommandExecutionContext
 
setPath(String) - Method in class org.netbeans.modules.vcscore.VcsDirContainer
Set the directory path.
setPossibleFileStatusInfoMap(Map) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
 
setPossibleFileStatusInfoMap(Map) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommandVisualizer
After instatiation this method is called with the map of all possible file statuses.
setPossibleFileStatusInfos(Set, Map) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set a set of all possible FileStatusInfo objects.
setPreferredExec(String) - Method in interface org.netbeans.modules.vcscore.commands.VcsDescribedCommand
Set a preferred execution string, which might have some variables or patterns expanded.
setPreferredStructuredExec(StructuredExec) - Method in interface org.netbeans.modules.vcscore.commands.VcsDescribedCommand
Set a preferred structured execution property, which might have some variables or patterns expanded.
setPreferredSystemName(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set a preferred system name of the filesystem.
setProcessUnimportantFiles(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setPromptEach(boolean) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
Set whether the initial state of the check box for prompt on next file.
setPromptForEditOn(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setPromptForLockOn(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setPromptForVarsForEachFile(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set whether to prompt the user for variables for each selected file.
setPromptForVarsForEachFile(boolean) - Method in interface org.netbeans.modules.vcscore.commands.CommandExecutionContext
 
setPropagationId(Object) - Method in class org.netbeans.modules.vcscore.registry.FSRegistryEvent
Setter for property propagationId.
setProperty(String, Object) - Method in class org.netbeans.modules.vcscore.cmdline.UserCommand
Set the additional property to the command.
setProperty(String, Object) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommand
Set the additional property to the command.
setProvider(VcsCommandsProvider) - Method in class org.netbeans.modules.vcscore.cmdline.UserCommandTask
Set the VCS commands provider, that provided this Command or CommandTask.
setProvider(VcsCommandsProvider) - Method in interface org.netbeans.modules.vcscore.commands.ProvidedCommand
Set the VCS commands provider, that provided this Command or CommandTask.
setReadOnly(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set whether the file system should be read only.
setRecursionBanned(boolean) - Method in interface org.netbeans.modules.vcscore.commands.RecursionAwareCommand
Disable the recursion.
setRefreshTimeToSet() - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setRelativeMountPoint(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setRememberPassword(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setRetrieval(long) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
 
setRevision(String) - Method in interface org.netbeans.api.vcs.commands.RevisionCommand
Set a specific revision to act on.
setRevision(String) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
 
setRevisionChangeID(int) - Method in class org.netbeans.modules.vcscore.versioning.RevisionEvent
Set the revision change id.
setRevisionVCS(String) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
setRootDirectory(File) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set the root directory of the file system.
setRootDirectory(File, boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set the root directory of the file system.
setRuntimeCommandsProvider(RuntimeCommandsProvider) - Method in class org.netbeans.modules.vcscore.VcsAttributes
 
setSelectedRevisionItems(Collection) - Method in class org.netbeans.modules.vcscore.VcsRevisionAction
 
setSelector(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setSelectorVarConditions(String[]) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setShortDescription(String) - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupNode
 
setShowDeadFiles(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setShowLinks(boolean) - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupSettings
Setter for property showLinks.
setSize(long) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
 
setStandardRegex(String) - Method in interface org.netbeans.modules.vcscore.commands.RegexOutputCommand
Set the regular expression to parse the standard output.
setStatus(String) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
Sets new status.
setSticky(String) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
 
setStyle(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setSwitched(boolean) - Method in interface org.netbeans.modules.vcscore.actions.ClusterItemVisualizer
 
setTagNames(String[]) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
setTask(CommandTask) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
Get the CommandTask, that is associated with this executor.
setTask(CommandTask) - Method in class org.netbeans.modules.vcscore.commands.DialogVisualizerWrapper
 
setTask(CommandTask) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommandVisualizer.Wrapper
After instatiation this method is called with the task that is wrapped.
setTextArea(JTextArea) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputTextProcessor.TextOutput
Set the text area that is used to display the text ouput.
setTime(String) - Method in class org.netbeans.modules.vcscore.turbo.FileProperties
 
setTreeModel(TreeModel) - Method in class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel
 
setTrivial(boolean) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setType(String) - Method in class org.netbeans.modules.vcscore.DefaultVcsCommandsProvider
 
setUseUnixShell(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setUserLocalParamsLabels(String[]) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setUserParams(String[]) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setUserParams(String[]) - Method in interface org.netbeans.modules.vcscore.commands.CommandExecutionContext
 
setUserParamsLabels(String[]) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setUserParamsPromptLabels(Table, String) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
Create additional user labels and text fields.
setVFSMessageLength(int) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setVFSShowDeadFiles(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setVFSShowLocalFiles(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setVFSShowMessage(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setVFSShowUnimportantFiles(boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setValid(boolean) - Method in class org.netbeans.modules.vcscore.util.VariableInputValidator
 
setValidator(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setValue(String) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
setValue(Object) - Method in class org.netbeans.modules.vcscore.grouping.AutoAdditionPropertyEditor
 
setValue(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setValueAt(Object, int, int) - Method in class org.netbeans.modules.vcscore.util.TableMap
 
setValueAt(Object, int, int) - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
setValueSelected(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setValueUnselected(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setValuesAsDefault() - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setValuesAsDefault() - Method in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
 
setVarConditions(String[]) - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
setVariable(String) - Method in class org.netbeans.modules.vcscore.util.VariableInputValidator
 
setVariables(Vector) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set the file system's variables.
setVariables(VcsCommand, Table, Hashtable, VariableValueAdjustment, String, boolean) - Static method in class org.netbeans.modules.vcscore.cmdline.UserCommandSupport
Add files specific variables.
setVariables(Vector) - Method in interface org.netbeans.modules.vcscore.commands.CommandExecutionContext
 
setVcsCommand(VcsCommand) - Method in interface org.netbeans.modules.vcscore.commands.VcsDescribedCommand
Set the VcsCommand instance associated with this command.
setVcsRefreshTime(int) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Set the number of milliseconds between automatic refreshes of the directory structure.
setVcsTask(VcsDescribedTask) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
 
setVcsTask(VcsDescribedTask) - Method in class org.netbeans.modules.vcscore.commands.InteractiveCommandOutputVisualizer
 
setVcsTask(VcsDescribedTask) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommandVisualizer
After instatiation this method is called with the task that should be visualized.
setVirtual(boolean) - Method in class org.netbeans.modules.vcscore.FileReference
 
setVisualizerWrapper(VcsCommandVisualizer.Wrapper) - Method in interface org.netbeans.modules.vcscore.commands.VcsDescribedCommand
Set a wrapper for the visualizer.
setWorking(File) - Method in class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec
Set the working directory.
setZeroRefreshTime() - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
setupUncustomizedCommand(CommandExecutionContext, String, Hashtable, VcsCommand) - Static method in class org.netbeans.modules.vcscore.commands.CommandCustomizationSupport
Setup some necessary variables, but do not present any GUI - the command does not wish to be customized.
shouldLock(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Whether the LOCK command should be performed for this file.
showCustomizer(Command) - Method in class org.netbeans.api.vcs.VcsManager
Let the user to visually customize the command.
showFileObject(FileObject) - Method in class org.netbeans.modules.vcscore.actions.VersioningExplorerAction
Asynchronously opens explorer selecting passed file object.
showPopupMenu(Point, Component) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent
Shows given popup on given coordinations and takes care about the situation when menu can exceed screen limits
showPromptEach(boolean) - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
Set whether to show check box for prompt on next file.
shutdown() - Static method in class org.netbeans.modules.vcscore.turbo.Turbo
Notifies turbo tha t it's not needed anymore.
shuttlesort(int[], int[], int, int) - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
singleton() - Static method in class org.netbeans.modules.vcscore.turbo.Turbo
You do not need this until you need add event listeners.
size(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Get the size of a file.
size() - Method in class org.netbeans.modules.vcscore.util.OrderedSet
Returns the number of elements in this collection.
size() - Method in class org.netbeans.modules.vcscore.util.Table
 
size() - Method in class org.netbeans.modules.vcscore.util.WeakList
 
sort(Object) - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
sortByColumn(int) - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
sortByColumn(int, boolean) - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
sortVariables(Vector) - Static method in class org.netbeans.modules.vcscore.VcsConfigVariable
Sort a vector of commands or variables by the orderArr property.
startExecutor(VcsCommandExecutor) - Method in class org.netbeans.modules.vcscore.commands.CommandsPool
Deprecated. Start the executor.
startExecutor(VcsCommandExecutor, VcsFileSystem) - Method in class org.netbeans.modules.vcscore.commands.CommandsPool
Deprecated. Start the executor.
stateChanged(ChangeEvent) - Method in class org.netbeans.modules.vcscore.versioning.RevisionChildren
 
statusChanged(String, boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Perform refresh of status information on all children of a directory
statusChanged(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Fire status chnage information of a file.
statusIconDefault - Variable in class org.netbeans.modules.vcscore.VcsFileSystem
The default icon badge, that is used when no icon can be obtained from statusIconMap.
statusProvider - Variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
stdOutputData(String[]) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
Receive the data output.
stdOutputData(String[]) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommandVisualizer
Receive the data output of the visualized command.
stdOutputLine(String) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
Receive a line of standard output.
stdOutputLine(String) - Method in class org.netbeans.modules.vcscore.commands.InteractiveCommandOutputVisualizer
Receive a line of standard output.
stdOutputLine(String) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommandVisualizer
Receive a line of standard output of the visualized command.
stop() - Method in class org.netbeans.api.vcs.commands.CommandTask
Stop the command's execution.
stop(CommandTask) - Method in class org.netbeans.spi.vcs.commands.CommandSupport
Stop the command's execution.
stop() - Method in class org.netbeans.spi.vcs.commands.CommandTaskSupport
Stop the command's execution.
storeDefaults() - Method in class org.netbeans.modules.vcscore.cmdline.UserCommandCustomizer
Takes currently edited values and store them as new defaults.
storeDefaults(String, String) - Method in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
Stores component values to disk default values.
storeDefaults() - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
Takes currently edited values and store them as new defaults.
storeProperty(String, Serializable) - Method in class org.netbeans.modules.vcscore.versioning.VersioningFileSystem
 
subComponents() - Method in class org.netbeans.modules.vcscore.util.VariableInputComponent
 
substractRootDir(String, String) - Static method in class org.netbeans.modules.vcscore.VcsFileSystem
 
swap(int, int) - Method in class org.netbeans.modules.vcscore.util.TableSorter
 

 
A B C D E F G H I J K L M N O P Q R S T U V W
Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.