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

R-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

R

REFRESH_ON_FAIL_FALSE - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
When this constant is the value of PROPERTY_REFRESH_ON_FAIL command property, the refresh command will be performed after the command fails.
REFRESH_ON_FAIL_TRUE - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
When this constant is the value of PROPERTY_REFRESH_ON_FAIL command property, the refresh command will be always performed even when the command fails.
REFRESH_ON_FAIL_TRUE_ON_FOLDERS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
When this constant is the value of PROPERTY_REFRESH_ON_FAIL command property, the refresh command will be performed after the command fails only when the command acts on a folder.
REFRESH_TIME - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
REVISION_ADDED - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionEvent
 
REVISION_ALL_CHANGED - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionEvent
 
REVISION_CHANGED - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionEvent
 
REVISION_NO_CHANGE - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionEvent
 
REVISION_REMOVED - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionEvent
 
RUNTIME_PROVIDER - Static variable in class org.netbeans.modules.vcscore.VcsAttributes
 
RecognizedFS - class org.netbeans.modules.vcscore.registry.RecognizedFS.
The container of manually recognized and unrecognized VCS filesystems.
RecursionAwareCommand - interface org.netbeans.modules.vcscore.commands.RecursionAwareCommand.
This command allows to forbid to process directories recursively.
RecursionAwareCommandSupport - interface org.netbeans.modules.vcscore.commands.RecursionAwareCommandSupport.
This extension of CommandSupport can be asked whether the created commands will be able to process folders nonrecursively.
RefreshLocalFolderAction - class org.netbeans.modules.vcscore.actions.RefreshLocalFolderAction.
Action that refresh the local files in a local folder.
RefreshLocalFolderAction() - Constructor for class org.netbeans.modules.vcscore.actions.RefreshLocalFolderAction
Creates a new instance of RefreshLocalFolderAction
RefreshRevisionsAction - class org.netbeans.modules.vcscore.versioning.RefreshRevisionsAction.
The action, that will refresh the revisions of a node of a versioning file system.
RefreshRevisionsAction() - Constructor for class org.netbeans.modules.vcscore.versioning.RefreshRevisionsAction
 
RefreshRevisionsCookie - interface org.netbeans.modules.vcscore.versioning.RefreshRevisionsCookie.
Implement this cookie, when you want to add RefreshRevisionsAction to your node.
RegexErrorListener - interface org.netbeans.modules.vcscore.commands.RegexErrorListener.
The listener to get the error data output of a command obtained from a regular expression parser usually applied on the error text output of the command.
RegexOutputCommand - interface org.netbeans.modules.vcscore.commands.RegexOutputCommand.
This class represents a command which produce elements of parsed data from a text output of the command using a regular expression.
RegexOutputListener - interface org.netbeans.modules.vcscore.commands.RegexOutputListener.
The listener to get the data output of a command obtained from a regular expression parser usually applied on the standard text output of the command.
RelativeMountDialog - class org.netbeans.modules.vcscore.cmdline.RelativeMountDialog.
 
RelativeMountDialog() - Constructor for class org.netbeans.modules.vcscore.cmdline.RelativeMountDialog
Creates new RelativeMountDialog
RelativeMountDialog(Object, String) - Constructor for class org.netbeans.modules.vcscore.cmdline.RelativeMountDialog
 
RelativeMountDialog(Object, String, HelpCtx) - Constructor for class org.netbeans.modules.vcscore.cmdline.RelativeMountDialog
 
RelativeMountPanel - class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel.
The tree selection of a mount point relative to the working directory.
RelativeMountPanel() - Constructor for class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel
 
RelativeMountPanel(String, char, String, char) - Constructor for class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel
 
RemoveCommand - interface org.netbeans.api.vcs.commands.RemoveCommand.
This interface represents the VCS remove command.
RemoveCommandAction - class org.netbeans.modules.vcscore.actions.RemoveCommandAction.
 
RemoveCommandAction() - Constructor for class org.netbeans.modules.vcscore.actions.RemoveCommandAction
Creates new UpdateCommandAction
RemoveFolderCommand - interface org.netbeans.api.vcs.commands.RemoveFolderCommand.
This interface represents the VCS remove folder command.
RemoveVcsGroupAction - class org.netbeans.modules.vcscore.grouping.RemoveVcsGroupAction.
Action sensitive to the node selection that does something useful.
RemoveVcsGroupAction() - Constructor for class org.netbeans.modules.vcscore.grouping.RemoveVcsGroupAction
 
RepositoryFiles - class org.netbeans.modules.vcscore.turbo.RepositoryFiles.
Keeps track of all recently known repository files.
RevisionChildren - class org.netbeans.modules.vcscore.versioning.RevisionChildren.
 
RevisionChildren(RevisionList) - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionChildren
Creates new RevisionChildren
RevisionChildren(RevisionList, RevisionItem) - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionChildren
Creates new RevisionChildren
RevisionChildren.NotificationListener - interface org.netbeans.modules.vcscore.versioning.RevisionChildren.NotificationListener.
 
RevisionCommand - interface org.netbeans.api.vcs.commands.RevisionCommand.
This interface represents a VCS command, that can operate on revisions.
RevisionComparator - class org.netbeans.modules.vcscore.util.table.RevisionComparator.
 
RevisionComparator() - Constructor for class org.netbeans.modules.vcscore.util.table.RevisionComparator
Creates new RevisionComparator
RevisionEditorSupport - class org.netbeans.modules.vcscore.versioning.RevisionEditorSupport.
Support for associating an editor and a Swing Document to a revision object.
RevisionEditorSupport(RevisionList, RevisionItem) - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionEditorSupport
Editor support for a given data object.
RevisionEditorSupport.Env - class org.netbeans.modules.vcscore.versioning.RevisionEditorSupport.Env.
Environment that connects the data object and the CloneableEditorSupport.
RevisionEditorSupport.Env(RevisionList, RevisionItem) - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionEditorSupport.Env
Constructor.
RevisionEvent - class org.netbeans.modules.vcscore.versioning.RevisionEvent.
The event, that is fired, when the revisions are changed.
RevisionEvent() - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionEvent
 
RevisionEvent(Object) - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionEvent
Creates new RevisionEvent
RevisionItem - class org.netbeans.modules.vcscore.versioning.RevisionItem.
The representation of a revision item.
RevisionItem(String) - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionItem
Creates new RevisionItem
RevisionList - class org.netbeans.modules.vcscore.versioning.RevisionList.
RevisionList is a sorted set of RevisionItem objects.
RevisionList() - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionList
Creates new RevisionList
RevisionListener - interface org.netbeans.modules.vcscore.versioning.RevisionListener.
 
RevisionNode - class org.netbeans.modules.vcscore.versioning.RevisionNode.
Node visualizing file revisions.
RevisionNode(RevisionList, RevisionChildren) - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionNode
Creates new RevisionNode
RevisionNode(RevisionChildren) - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionNode
 
RevisionNode(RevisionList, RevisionItem) - Constructor for class org.netbeans.modules.vcscore.versioning.RevisionNode
 
readAttribute(String, String) - Method in class org.netbeans.modules.vcscore.VcsAttributes
Get the file attribute with the specified name.
readAttribute(FileObject, String, FileAttributeProvider.MemoryCache) - Method in interface org.netbeans.modules.vcscore.turbo.local.FileAttributeProvider
Reads given attribute for given fileobject.
readAttribute(FileObject, String) - Method in class org.netbeans.modules.vcscore.turbo.local.FileAttributeQuery
Reads given attribute for given fileobject.
readDirFinished(String, Collection, boolean) - Method in interface org.netbeans.modules.vcscore.DirReaderListener
The reading of a directory was finished.
readDirFinishedRecursive(String, VcsDirContainer, boolean) - Method in interface org.netbeans.modules.vcscore.DirReaderListener
The recursive reading of a directory was finished.
readExternal(ObjectInput) - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupMenuAction.GroupExplorerPanel
 
readFileFinished(String, Collection) - Method in interface org.netbeans.modules.vcscore.FileReaderListener
The reading of file attributes was finished.
readFinished(List) - Static method in class org.netbeans.modules.vcscore.cmdline.UserCommand
This method is called after read of all commands from an external source.
readOnly(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Test whether this file can be written to or not.
readResolve() - Method in class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent.ResolvableHelper
 
ready - Variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
reallocateIndexes() - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
recognizesAttribute(String) - Method in interface org.netbeans.modules.vcscore.turbo.local.FileAttributeProvider
Reports if an attribute is supported by the implementation.
recognizesFileObject(FileObject) - Method in interface org.netbeans.modules.vcscore.turbo.local.FileAttributeProvider
Reports if the file object is supported by the implementation.
refresh(String, boolean) - Method in class org.netbeans.spi.vcs.VcsStatusProvider
Refresh the file state.
refreshDir(String) - Method in interface org.netbeans.modules.vcscore.caching.FileStatusProvider
 
refreshDirRecursive(String) - Method in interface org.netbeans.modules.vcscore.caching.FileStatusProvider
 
refreshExistingFolders() - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Instruct FS to refrest folders, XXX asynchronous operation.
refreshExistingFolders(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
refreshExistingFolders() - Method in class org.netbeans.modules.vcscore.versioning.VersioningFileSystem
 
refreshFolder(FileObject) - Static method in class org.netbeans.modules.vcscore.turbo.TurboUtil
Refreshes folder content's metadata.
refreshRecursively(FileObject) - Static method in class org.netbeans.modules.vcscore.turbo.TurboUtil
Recursively refreshes folder content's metadata.
refreshRevisions() - Method in interface org.netbeans.modules.vcscore.versioning.RefreshRevisionsCookie
 
refreshTimeToSet - Variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
register() - Method in class org.netbeans.modules.vcscore.commands.CommandTaskInfo
Register this task info in CommandProcessor.
register(FSInfo) - Method in class org.netbeans.modules.vcscore.registry.FSRegistry
Register a filesystem information.
remove(Object) - Method in class org.netbeans.modules.vcscore.util.Table
 
remove(Object) - Method in class org.netbeans.modules.vcscore.versioning.RevisionList
 
removeAll(Collection) - Method in class org.netbeans.modules.vcscore.versioning.RevisionList
 
removeArgument(int) - Method in class org.netbeans.modules.vcscore.cmdline.exec.StructuredExec
 
removeChangeListener(ChangeListener) - Method in class org.netbeans.modules.vcscore.VcsVisibilityQueryImpl
 
removeChangeListener(ChangeListener) - Method in class org.netbeans.modules.vcscore.versioning.RevisionList
 
removeCommandProcessListener(CommandProcessListener) - Method in class org.netbeans.modules.vcscore.commands.CommandProcessor
Remove a command listener.
removeDirReaderListener(DirReaderListener) - Method in interface org.netbeans.modules.vcscore.commands.FileReaderCommand
 
removeElement(Object) - Method in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
removeEnterFromKeymap(JTextComponent) - Static method in class org.netbeans.modules.vcscore.util.VcsUtilities
 
removeFSRegistryListener(FSRegistryListener) - Method in class org.netbeans.modules.vcscore.registry.FSRegistry
Remove a filesystem registry listener.
removeFileAttributeListener(FileAttributeListener) - Method in class org.netbeans.modules.vcscore.turbo.local.FileAttributeQuery
 
removeFileObject(String) - Method in class org.netbeans.modules.vcscore.turbo.RepositoryFiles
Unregisters a repository file.
removeFileReaderListener(FileReaderListener) - Method in interface org.netbeans.modules.vcscore.commands.FileReaderCommand
 
removeFilesStructureModificationListener(ChangeListener) - Method in interface org.netbeans.modules.vcscore.FilesModificationSupport
 
removeFilesStructureModificationListener(ChangeListener) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
removeKeys(HashMap, HashMap) - Static method in class org.netbeans.modules.vcscore.util.VcsUtilities
Removes all keys from the first Hashtable which are defined in the second one.
removeKillActionListener(ActionListener) - Method in class org.netbeans.modules.vcscore.ui.AbstractOutputPanel
 
removeNotificationListener(RevisionChildren.NotificationListener) - Method in class org.netbeans.modules.vcscore.versioning.RevisionChildren
 
removeNotify() - Method in class org.netbeans.modules.vcscore.grouping.MainVcsGroupChildren
Called when all children are garbage collected
removeNotify() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupChildren
Called when all children are garbage collected
removeNotify() - Method in class org.netbeans.modules.vcscore.versioning.RevisionChildren
 
removeNotify() - Method in class org.netbeans.modules.vcscore.versioning.VersioningFileSystem
Callback called after removal from VersioningRepository.
removeNumDoAutoRefresh(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Remove the number of command calls after which perform the auto-refresh command in the given path.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.vcscore.DefaultVcsCommandsProvider
Remove the property change listener, that is attached to this provider.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.vcscore.actions.ContextAwareDelegateAction
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.netbeans.modules.vcscore.commands.CommandsTree.Provider
Remove the property change listener, that is attached to this provider.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.netbeans.modules.vcscore.registry.FSInfo
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.vcscore.util.FileEditorSupport.FileEnvironment
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.vcscore.versioning.RevisionEditorSupport.Env
Called from the EnvListener
removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.vcscore.versioning.VersioningFileSystem
 
removeRecognized(FSInfo) - Method in class org.netbeans.modules.vcscore.registry.RecognizedFS
Remove a recognized VCS filesystem.
removeRegexErrorListener(RegexOutputListener) - Method in class org.netbeans.modules.vcscore.cmdline.exec.ExternalCommand
Remove an error output data listener.
removeRegexErrorListener(RegexErrorListener) - Method in interface org.netbeans.modules.vcscore.commands.RegexOutputCommand
Remove a text listener from the error output of the command.
removeRegexOutputListener(RegexOutputListener) - Method in class org.netbeans.modules.vcscore.cmdline.exec.ExternalCommand
Remove a standard output data listener.
removeRegexOutputListener(RegexOutputListener) - Method in interface org.netbeans.modules.vcscore.commands.RegexOutputCommand
Remove a text listener from the standard output of the command.
removeRepositoryListener(VersioningRepositoryListener) - Method in class org.netbeans.modules.vcscore.versioning.VersioningRepository
 
removeRevision(String) - Method in class org.netbeans.modules.vcscore.versioning.RevisionList
 
removeRevisionListener(RevisionListener) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
removeSupportForAction(Class) - Method in class org.netbeans.modules.vcscore.VcsActionSupporter
 
removeTagName(String) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
removeTextErrorListener(TextErrorListener) - Method in interface org.netbeans.modules.vcscore.commands.TextOutputCommand
Remove a text listener from the error output of the command.
removeTextOutputListener(TextOutputListener) - Method in interface org.netbeans.modules.vcscore.commands.TextOutputCommand
Remove a text listener from the standard output of the command.
removeTreePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel
 
removeTurboListener(TurboListener) - Method in class org.netbeans.modules.vcscore.turbo.Turbo
 
removeVersioningFileSystem() - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
removeVersioningFileSystem(VersioningFileSystem) - Method in class org.netbeans.modules.vcscore.versioning.VersioningRepository
 
removeVetoableChangeListener(VetoableChangeListener) - Method in interface org.netbeans.modules.vcscore.registry.FSInfo
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.netbeans.modules.vcscore.util.FileEditorSupport.FileEnvironment
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.netbeans.modules.vcscore.versioning.RevisionEditorSupport.Env
 
rename(String, String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Rename a file.
replaceBackslashDollars(String) - Static method in class org.netbeans.modules.vcscore.util.VcsUtilities
 
represents(FileStatusInfo) - Method in class org.netbeans.api.vcs.FileStatusInfo
Tell, whether this file status information represents just the same kind of status as another one.
requestFocus() - Method in class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel
 
requestFocus() - Method in interface org.netbeans.modules.vcscore.commands.VcsCommandVisualizer
Request the focus for this visualizer.
requestFocusInWindow() - Method in class org.netbeans.modules.vcscore.versioning.impl.VersioningExplorer.Panel
 
resultChanged(LookupEvent) - Method in class org.netbeans.modules.vcscore.actions.ContextAwareDelegateAction
 
resultChanged(LookupEvent) - Method in class org.netbeans.modules.vcscore.actions.VcsGlobalCommandsAction
 
revertAdjustedVarValue(String) - Method in class org.netbeans.modules.vcscore.util.VariableValueAdjustment
Revert the adjusted variable value.
revertAdjustedVarValues(Hashtable) - Method in class org.netbeans.modules.vcscore.util.VariableValueAdjustment
Revert the adjusted variable values.
run() - Method in class org.netbeans.api.vcs.commands.CommandTask
Schedules the command task for being executed.
run() - Method in class org.netbeans.modules.vcscore.VcsRevisionAction
Actually perform the action.
run() - Method in class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReader
 
run() - Method in class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReaderRecursive
 
run() - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
Execute the command.
run() - Method in class org.netbeans.modules.vcscore.cmdline.UserCommandCustomizer
To update the dialog's content.
run() - Method in class org.netbeans.modules.vcscore.cmdline.UserCommandSupport
Create the customizer for the command.
run() - Method in class org.netbeans.modules.vcscore.commands.CommandTaskInfo
Execute the task.
run() - Method in class org.netbeans.modules.vcscore.grouping.AddVcsGroupAction
Perform the actual addition.
run() - Method in class org.netbeans.modules.vcscore.grouping.RemoveVcsGroupAction
Perform the actual delete of the group.
run() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupChildren.RefreshAllTask
 
runClass(String, String, String[]) - Method in class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReader
Loads class of given name with some arguments and execute its list() method.
runClass(String, String, String[]) - Method in class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReaderRecursive
Loads class of given name with some arguments and execute its list() method.
runClass(String, String, String[]) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
Loads class of given name with some arguments and execute its exec() method.
runCommand(String[]) - Method in class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReaderRecursive
The runCommand() method not supported.
runCommand(String[]) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
Execute a command-line command.
runCommand(StructuredExec) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
Execute a command-line command.
runTasks() - Method in class org.netbeans.modules.vcscore.cmdline.WrappingCommandTask
Run all wrapped tasks.

 
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.