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

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

C

CLIENT_PROP_ACTION - Static variable in class org.netbeans.modules.vcscore.actions.ClusteringAction
 
CTRL_Down - Variable in class org.netbeans.modules.vcscore.actions.ClusteringAction
 
ChainingCommand - interface org.netbeans.modules.vcscore.commands.ChainingCommand.
A command, that permits chaining of several command.
CheckInCommand - interface org.netbeans.api.vcs.commands.CheckInCommand.
This interface represents the VCS check in command.
CheckOutCommand - interface org.netbeans.api.vcs.commands.CheckOutCommand.
This interface represents the VCS check out command.
ChooseDirDialog - class org.netbeans.modules.vcscore.util.ChooseDirDialog.
Select directory dialog.
ChooseDirDialog(Dialog, File) - Constructor for class org.netbeans.modules.vcscore.util.ChooseDirDialog
 
ChooseDirDialog(Frame, File) - Constructor for class org.netbeans.modules.vcscore.util.ChooseDirDialog
 
ChooseFileDialog - class org.netbeans.modules.vcscore.util.ChooseFileDialog.
Select file dialog.
ChooseFileDialog(Frame, File, boolean) - Constructor for class org.netbeans.modules.vcscore.util.ChooseFileDialog
 
ChooseFileDialog(Dialog, File, boolean) - Constructor for class org.netbeans.modules.vcscore.util.ChooseFileDialog
 
ClusterItemVisualizer - interface org.netbeans.modules.vcscore.actions.ClusterItemVisualizer.
TODO Is not it unused?
ClusteringAction - class org.netbeans.modules.vcscore.actions.ClusteringAction.
TODO Is not it unused?
ClusteringAction() - Constructor for class org.netbeans.modules.vcscore.actions.ClusteringAction
 
ColumnSortListener - class org.netbeans.modules.vcscore.util.table.ColumnSortListener.
 
ColumnSortListener(JTable) - Constructor for class org.netbeans.modules.vcscore.util.table.ColumnSortListener
 
Command - interface org.netbeans.api.vcs.commands.Command.
This interface represents the VCS command, that is executed to acually perform a VCS action.
CommandActionSupporter - class org.netbeans.modules.vcscore.actions.CommandActionSupporter.
OBject that needs to be return as an attribute of all fileobjects that support the Abstract/GeneralCommandAction framework and all the actions that subclass these two classes.
CommandActionSupporter() - Constructor for class org.netbeans.modules.vcscore.actions.CommandActionSupporter
Creates new CommandActionSupporter
CommandCustomizationSupport - class org.netbeans.modules.vcscore.commands.CommandCustomizationSupport.
This class contains a support for VCS commands customization.
CommandDataOutputListener - interface org.netbeans.modules.vcscore.commands.CommandDataOutputListener.
Deprecated. Use RegexOutputListener instead.
CommandExecutionContext - interface org.netbeans.modules.vcscore.commands.CommandExecutionContext.
A provider of execution context, that is necessary for the UserCommand to be executed.
CommandExecutor - class org.netbeans.modules.vcscore.cmdline.exec.CommandExecutor.
The command executor.
CommandExecutor() - Constructor for class org.netbeans.modules.vcscore.cmdline.exec.CommandExecutor
Creates a new instance of CommandExecutor
CommandExecutor1_5 - class org.netbeans.modules.vcscore.cmdline.exec.CommandExecutor1_5.
The command executor that uses ProcessBuilder.
CommandExecutor1_5() - Constructor for class org.netbeans.modules.vcscore.cmdline.exec.CommandExecutor1_5
Creates a new instance of CommandExecutor1_5
CommandExecutorSupport - class org.netbeans.modules.vcscore.commands.CommandExecutorSupport.
This class contains a support for VCS commands execution.
CommandLineVcsDirReader - class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReader.
Read a single VCS directory.
CommandLineVcsDirReader(DirReaderListener, VcsFileSystem, UserCommand, Hashtable) - Constructor for class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReader
 
CommandLineVcsDirReaderRecursive - class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReaderRecursive.
Read VCS directory recursively.
CommandLineVcsDirReaderRecursive(DirReaderListener, VcsFileSystem, UserCommand, Hashtable) - Constructor for class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReaderRecursive
Creates new CommandLineVcsDirReaderRecursive
CommandMenu - class org.netbeans.modules.vcscore.actions.CommandMenu.
The (popup or main) menu with VCS commands used as FS actions and in main Versioning menu.
CommandMenu(CommandsTree, Map, boolean, boolean, boolean) - Constructor for class org.netbeans.modules.vcscore.actions.CommandMenu
Creates a new instance of CommandMenu.
CommandOutputCollector - class org.netbeans.modules.vcscore.commands.CommandOutputCollector.
The collector of commands' output.
CommandOutputCollector(CommandTask, VcsCommandsProvider) - Constructor for class org.netbeans.modules.vcscore.commands.CommandOutputCollector
 
CommandOutputListener - interface org.netbeans.modules.vcscore.commands.CommandOutputListener.
Deprecated. Use TextOutputListener or TextErrorListener instead.
CommandOutputTextProcessor - class org.netbeans.modules.vcscore.commands.CommandOutputTextProcessor.
The processor of text output of a command.
CommandOutputTextProcessor.TextOutput - class org.netbeans.modules.vcscore.commands.CommandOutputTextProcessor.TextOutput.
The text output.
CommandOutputTopComponent - class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent.
TopComponent for vcs command output
CommandOutputTopComponent.ResolvableHelper - class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent.ResolvableHelper.
 
CommandOutputTopComponent.ResolvableHelper() - Constructor for class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent.ResolvableHelper
 
CommandOutputVisualizer - class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer.
The default visualizer of command output.
CommandOutputVisualizer() - Constructor for class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
 
CommandOutputVisualizer(ActionListener, String, String) - Constructor for class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
 
CommandOutputVisualizer.CommandKillListener - class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer.CommandKillListener.
 
CommandOutputVisualizer.CommandKillListener(CommandTask) - Constructor for class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer.CommandKillListener
 
CommandOutputVisualizer.CommandKillListener(CommandTask, Component) - Constructor for class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer.CommandKillListener
 
CommandProcessListener - interface org.netbeans.modules.vcscore.commands.CommandProcessListener.
This listener is to be used to listen on commands preprocessing and execution.
CommandProcessor - class org.netbeans.modules.vcscore.commands.CommandProcessor.
This class is used as a container of all external commands which are either running or finished.
CommandSupport - class org.netbeans.spi.vcs.commands.CommandSupport.
 
CommandSupport(Class) - Constructor for class org.netbeans.spi.vcs.commands.CommandSupport
Creates a new instance of CommandSupport.
CommandSupport(Class[]) - Constructor for class org.netbeans.spi.vcs.commands.CommandSupport
Creates a new instance of CommandSupport.
CommandTask - class org.netbeans.api.vcs.commands.CommandTask.
This class represents the actual command, that is executed to acually perform a VCS action.
CommandTask() - Constructor for class org.netbeans.api.vcs.commands.CommandTask
 
CommandTaskInfo - class org.netbeans.modules.vcscore.commands.CommandTaskInfo.
Info, that is used to submit a task into CommandProcessor.
CommandTaskInfo() - Constructor for class org.netbeans.modules.vcscore.commands.CommandTaskInfo
 
CommandTaskSupport - class org.netbeans.spi.vcs.commands.CommandTaskSupport.
The supported command task.
CommandTaskSupport(CommandSupport, Command) - Constructor for class org.netbeans.spi.vcs.commands.CommandTaskSupport
Creates a new instance of CommandTaskSupport.
CommandsPool - class org.netbeans.modules.vcscore.commands.CommandsPool.
Deprecated. Use CommandProcessor instead. This class is kept just for compatibility reasons. It delegates it's work to CommandProcessor.
CommandsTree - class org.netbeans.modules.vcscore.commands.CommandsTree.
This class represents a tree structure of commands.
CommandsTree(CommandSupport) - Constructor for class org.netbeans.modules.vcscore.commands.CommandsTree
Creates a new instance of CommandsTree.
CommandsTree.Provider - interface org.netbeans.modules.vcscore.commands.CommandsTree.Provider.
Provider of CommandsTree.
CommitCommandAction - class org.netbeans.modules.vcscore.actions.CommitCommandAction.
 
CommitCommandAction() - Constructor for class org.netbeans.modules.vcscore.actions.CommitCommandAction
Creates new CommitCommandAction
ContextAwareDelegateAction - class org.netbeans.modules.vcscore.actions.ContextAwareDelegateAction.
A delegate action that is usually associated with a specific lookup and extract the nodes it operates on from it.
ContextAwareDelegateAction(ContextAwareDelegateAction.Delegatable, Lookup) - Constructor for class org.netbeans.modules.vcscore.actions.ContextAwareDelegateAction
Creates a new instance of ContextAwareDelegateAction
ContextAwareDelegateAction.Delegatable - interface org.netbeans.modules.vcscore.actions.ContextAwareDelegateAction.Delegatable.
This interface should implement the action that needs to be delegated.
cacheAttribute(FileObject, String, Object) - Method in class org.netbeans.modules.vcscore.turbo.local.FileAttributeProvider.MemoryCache
Writes speculative entry into memory layer.
callDeleteCommand(String, boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
When a file or folder was deleted, a command DELETE_FILE or DELETE_DIR is called.
canClose(Workspace, boolean) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent
Override for clean up reasons.
canClose(Workspace, boolean) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
Override for clean up reasons.
canClose() - Method in class org.netbeans.modules.vcscore.util.FileEditorSupport
 
canCopy() - Method in class org.netbeans.modules.vcscore.grouping.MainVcsGroupNode
 
canCopy() - Method in class org.netbeans.modules.vcscore.versioning.RevisionNode
 
canCut() - Method in class org.netbeans.modules.vcscore.grouping.MainVcsGroupNode
 
canCut() - Method in class org.netbeans.modules.vcscore.versioning.RevisionNode
 
canDestroy() - Method in class org.netbeans.modules.vcscore.grouping.MainVcsGroupNode
 
canDestroy() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupFileNode
 
canDestroy() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupNode
 
canDestroy() - Method in class org.netbeans.modules.vcscore.versioning.RevisionNode
 
canExecute() - Method in class org.netbeans.api.vcs.commands.CommandTask
Tell, whether the task can be executed now.
canExecute() - Method in class org.netbeans.modules.vcscore.cmdline.UserCommandTask
Tell, whether the task can be executed now.
canExecute(CommandTask) - Method in class org.netbeans.spi.vcs.commands.CommandSupport
Tell, whether the task can be executed now.
canExecute() - Method in class org.netbeans.spi.vcs.commands.CommandTaskSupport
Tell, whether the task can be executed now.
canProcessFoldersNonRecursively() - Method in class org.netbeans.modules.vcscore.cmdline.UserCommandSupport
 
canProcessFoldersNonRecursively() - Method in interface org.netbeans.modules.vcscore.commands.RecursionAwareCommandSupport
Tells, whether the created commands will be able to process folders non-recursively.
canRename() - Method in class org.netbeans.modules.vcscore.grouping.MainVcsGroupNode
 
canRename() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupFileNode
 
canRename() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupNode
 
canRename() - Method in class org.netbeans.modules.vcscore.versioning.RevisionNode
 
canRun() - Method in class org.netbeans.modules.vcscore.commands.CommandTaskInfo
Whether the task can be executed right now.
cancel() - Method in class org.netbeans.modules.vcscore.commands.CommandTaskInfo
 
centerWindow(Window) - Static method in class org.netbeans.modules.vcscore.util.VcsUtilities
 
charCount(String, char) - Static method in class org.netbeans.modules.vcscore.util.VcsUtilities
Returns the number of characters in the specified string.
checkForModifications(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Should be called when the modification in a file or folder is expected and its content should be refreshed.
checkForModifications(String, boolean, boolean, boolean) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Should be called when the modification in a file or folder is expected and its content should be refreshed.
checkForModifications(String) - Method in interface org.netbeans.modules.vcscore.commands.CommandExecutionContext
Should be called when the modification in a file or folder is expected and its content should be refreshed.
checkItemEnable(ClusterItemVisualizer) - Method in class org.netbeans.modules.vcscore.actions.ClusteringAction
Checks wheather the item in menu is enabled or not.
checkModel() - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
checkRevisionChanges(VcsFileSystem, VcsCommandExecutor) - Static method in class org.netbeans.modules.vcscore.commands.CommandExecutorSupport
 
checkShowLinks() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupFileNode
 
checkVirtual(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
This method is called from AbstractFileObject.isVirtual.
checkVirtualFiles(Collection) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Perform the check of whether the file is or is not still virtual.
children(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
children() - Method in class org.netbeans.modules.vcscore.commands.CommandsTree
Provides the array of children.
cleanup() - Method in class org.netbeans.modules.vcscore.commands.CommandProcessor
This stops the execution starter loop.
cleanup() - Method in class org.netbeans.modules.vcscore.commands.CommandsPool
Deprecated. Destroy the FS node under VCS Commands node on the Runtime tab.
clear() - Method in class org.netbeans.modules.vcscore.util.Table
 
clear() - Method in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
clear() - Method in class org.netbeans.modules.vcscore.versioning.RevisionList
 
clearAllLines() - Method in class org.netbeans.modules.vcscore.ui.AnnotatePanel
Clears the model.
clearSharedData() - Method in class org.netbeans.modules.vcscore.actions.ClusteringAction
 
clone() - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
 
clone() - Method in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
clone() - Method in class org.netbeans.modules.vcscore.cmdline.UserCommandSupport
 
clone() - Method in interface org.netbeans.modules.vcscore.commands.VcsDescribedCommand
 
clone() - Method in class org.netbeans.modules.vcscore.registry.RecognizedFS
 
clone() - Method in class org.netbeans.modules.vcscore.util.Table
 
clone() - Method in class org.netbeans.spi.vcs.commands.CommandSupport
Subclasses need to implement the clone() method in order the command creation work properly.
cloneNode() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupFileNode
 
cloneNode() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupNode
 
close() - Method in class org.netbeans.modules.vcscore.VcsModule
 
closeNotify() - Method in class org.netbeans.modules.vcscore.versioning.impl.VersioningExplorer.Panel
 
closing() - Method in interface org.netbeans.modules.vcscore.util.TopComponentCloseListener
Called when the TopComponent is being to close.
columnComparators - Variable in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
columnLabels - Variable in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
columnSorted - Variable in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
columnToolTipSetters - Variable in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
columnValueParams - Variable in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
columnValueSetters - Variable in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
commandDone(CommandTaskInfo) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputCollector
This method is called when the command is done.
commandDone(CommandTaskInfo) - Method in interface org.netbeans.modules.vcscore.commands.CommandProcessListener
This method is called when the command is done.
commandDone(CommandTaskInfo) - Method in class org.netbeans.modules.vcscore.commands.DialogVisualizerWrapper
 
commandFinished(int) - Method in class org.netbeans.modules.vcscore.ui.AbstractOutputPanel
 
commandNotification(VcsCommandExecutor, String, CommandExecutionContext) - Static method in class org.netbeans.modules.vcscore.commands.CommandCustomizationSupport
 
commandPreprocessed(Command, boolean) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputCollector
Called when the preprocessing of the command finished.
commandPreprocessed(Command, boolean) - Method in interface org.netbeans.modules.vcscore.commands.CommandProcessListener
Called when the preprocessing of the command finished.
commandPreprocessed(Command, boolean) - Method in class org.netbeans.modules.vcscore.commands.DialogVisualizerWrapper
 
commandPreprocessing(Command) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputCollector
Called when the command is just to be preprocessed.
commandPreprocessing(Command) - Method in interface org.netbeans.modules.vcscore.commands.CommandProcessListener
Called when the command is just to be preprocessed.
commandPreprocessing(Command) - Method in class org.netbeans.modules.vcscore.commands.DialogVisualizerWrapper
 
commandStarting(CommandTaskInfo) - Method in class org.netbeans.modules.vcscore.commands.CommandOutputCollector
This method is called when the command is just to be started.
commandStarting(CommandTaskInfo) - Method in interface org.netbeans.modules.vcscore.commands.CommandProcessListener
This method is called when the command is just to be started.
commandStarting(CommandTaskInfo) - Method in class org.netbeans.modules.vcscore.commands.DialogVisualizerWrapper
 
commitRemoved() - Method in class org.netbeans.modules.vcscore.turbo.RepositoryFiles
Must be called from FS.children to assure consistency see #53079.
compare(Object, Object) - Method in class org.netbeans.modules.vcscore.ui.PackageComparator
 
compare(int, int) - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
compare(Object, Object) - Method in class org.netbeans.modules.vcscore.util.table.DateComparator
 
compare(Object, Object) - Method in class org.netbeans.modules.vcscore.util.table.FileComparator
 
compare(Object, Object) - Method in class org.netbeans.modules.vcscore.util.table.IntegerComparator
 
compare(Object, Object) - Method in class org.netbeans.modules.vcscore.util.table.PathComparator
 
compare(Object, Object) - Method in class org.netbeans.modules.vcscore.util.table.RevisionComparator
 
compare(Object, Object) - Method in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
compareRowsByColumn(int, int, int) - Method in class org.netbeans.modules.vcscore.util.TableSorter
 
compareTo(Object) - Method in class org.netbeans.modules.vcscore.VcsConfigVariable
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.netbeans.modules.vcscore.cmdline.UserCommand
Compares this command with a specified command for order.
compareTo(RevisionItem) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
Compare to another revision item.
compareTo(Object) - Method in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
compareTo(RevisionItem) - Method in class org.netbeans.modules.vcscore.versioning.impl.NumDotRevisionItem
 
componentActivated() - Method in class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent
 
componentActivated() - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
 
componentDeactivated() - Method in class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent
 
componentDeactivated() - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
 
components() - Method in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
Get the array of components.
computeDisplayName() - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
computeRegularExpressionFromIgnoreList(List) - Static method in class org.netbeans.modules.vcscore.util.VcsUtilities
 
computeSystemName(File) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Compute the system name of this file system for a given root directory.
containsKey(Object) - Method in class org.netbeans.modules.vcscore.util.Table
 
containsSubRevisions(RevisionItem) - Method in class org.netbeans.modules.vcscore.versioning.RevisionList
Test whether this list contains any sub-revisions to the given revision.
containsValue(Object) - Method in class org.netbeans.modules.vcscore.util.Table
 
convertFileObjects(FileObject[]) - Static method in class org.netbeans.modules.vcscore.util.VcsUtilities
Performs the conversion from the Fileobjects retrieved from nodes to the real underlying versioning filesystem's fileobjects.
cookieClasses() - Method in class org.netbeans.modules.vcscore.versioning.RefreshRevisionsAction
 
copyFrom(VcsCommand) - Method in class org.netbeans.modules.vcscore.cmdline.UserCommand
Fill all properties from the given user command.
create(String, VariableInputComponent[]) - Static method in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
Create a new VariableInputDescriptor.
createActions() - Method in class org.netbeans.modules.vcscore.grouping.MainVcsGroupNode
 
createBackupFile(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
createChildrenFor(RevisionItem) - Method in class org.netbeans.modules.vcscore.versioning.RevisionList
Create the children implementation for the given revision item.
createCommand(String, FileObject[]) - Method in class org.netbeans.api.vcs.VcsManager
Create a command of the given name, that will act on the array of files.
createCommand(Class, FileObject[]) - Method in class org.netbeans.api.vcs.VcsManager
Create a command of the given class, that will act on the array of files.
createCommand(Class) - Method in class org.netbeans.modules.vcscore.DefaultVcsCommandsProvider
Create a new VCS command of the given class type.
createCommand(String) - Method in class org.netbeans.modules.vcscore.DefaultVcsCommandsProvider
Create a new VCS command of the given name.
createCommand(String) - Method in class org.netbeans.spi.vcs.VcsCommandsProvider
Create a new VCS command of the given name.
createCommand(Class) - Method in class org.netbeans.spi.vcs.VcsCommandsProvider
Create a new VCS command of the given class type.
createCommand() - Method in class org.netbeans.spi.vcs.commands.CommandSupport
Use this method to actually create the command.
createContextAwareInstance(Lookup) - Method in class org.netbeans.modules.vcscore.VcsFSCommandsAction
 
createContextAwareInstance(Lookup) - Method in class org.netbeans.modules.vcscore.actions.AddToGroupAction
 
createContextAwareInstance(Lookup) - Method in class org.netbeans.modules.vcscore.actions.VSRevisionAction
 
createContextAwareInstance(Lookup) - Method in class org.netbeans.modules.vcscore.actions.VcsAllCommandsAction
 
createData(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Create new data file.
createFSInfo() - Method in class org.netbeans.modules.vcscore.registry.FSRecognizer
Create an empty customizable filesystem info.
createFileSystem(String) - Method in class org.netbeans.modules.vcscore.registry.VcsFSProvider
Creates filesystem with root defined by rootPath
createFolder(String) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
createIgnoreList(String, List) - Method in interface org.netbeans.modules.vcscore.VcsFileSystem.IgnoreListSupport
Creates folder context ignore list.
createIgnoredFileInfo() - Static method in class org.netbeans.modules.vcscore.turbo.Statuses
TEmporary well known status definition missing in FileStatusInfo
createInitialIgnoreList() - Method in interface org.netbeans.modules.vcscore.VcsFileSystem.IgnoreListSupport
Creates folder context independent ignore list.
createInputDescriptorFormExec(Hashtable) - Static method in class org.netbeans.modules.vcscore.util.VariableInputDescriptorCompat
For commands which do not define VcsCommand.PROPERTY_INPUT_DESCRIPTOR, create the input descriptor from its execution string and put the appropriate variables to the execution string instead of old keywords.
createInputDialog(CommandExecutionContext, String, Hashtable, VcsDescribedCommand, boolean[], StringBuffer) - Static method in class org.netbeans.modules.vcscore.commands.CommandCustomizationSupport
 
createItem(VcsCommand) - Method in class org.netbeans.modules.vcscore.VcsRevisionAction
 
createItem(CommandSupport, boolean, String, boolean, Map) - Static method in class org.netbeans.modules.vcscore.actions.CommandMenu
Create the command menu item.
createLocal(String) - Static method in class org.netbeans.modules.vcscore.turbo.FileProperties
Creates file properties with LOCAL status for given file.
createLocal(FileObject) - Static method in class org.netbeans.modules.vcscore.turbo.FileProperties
Creates file properties with LOCAL or IGNORED status for given file.
createMenuItems(boolean, Lookup) - Method in class org.netbeans.modules.vcscore.VcsFSCommandsAction
 
createMenuItems(boolean, Lookup, boolean) - Method in class org.netbeans.modules.vcscore.VcsFSCommandsAction
 
createNodeDelegate(RevisionItem, RevisionChildren) - Method in class org.netbeans.modules.vcscore.versioning.RevisionList
Get the node delegate for RevisionItem.
createNodes(Object) - Method in class org.netbeans.modules.vcscore.grouping.MainVcsGroupChildren
Creates nodes for given key.
createNodes(Object) - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupChildren
Creates nodes for given key.
createNodes(Object) - Method in class org.netbeans.modules.vcscore.versioning.RevisionChildren
 
createOutput() - Method in class org.netbeans.modules.vcscore.commands.CommandOutputTextProcessor
Create a new text output.
createOutputPanel() - Method in class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer
 
createOutputPanel() - Method in class org.netbeans.modules.vcscore.commands.InteractiveCommandOutputVisualizer
 
createPresenter(JMenu, String) - Method in class org.netbeans.modules.vcscore.actions.ClusteringAction
Creates one level of submenu items based on the default filesystem definition.
createProcess(String[], String[], File, boolean) - Method in class org.netbeans.modules.vcscore.cmdline.exec.CommandExecutor
Create the process that is executing the command.
createProcess(String[], String[], File, boolean) - Method in class org.netbeans.modules.vcscore.cmdline.exec.CommandExecutor1_5
 
createProcessingFiles(CommandExecutionContext, Hashtable) - Static method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
Get the set of files being processed by the command.
createReference(FileObject) - Method in class org.netbeans.modules.vcscore.VcsFileSystem
Creates Reference.
createSheet() - Method in class org.netbeans.modules.vcscore.grouping.MainVcsGroupNode
 
createSheet() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupNode
 
createSheet() - Method in class org.netbeans.modules.vcscore.versioning.RevisionNode
 
createStyledDocument(EditorKit) - Method in class org.netbeans.modules.vcscore.versioning.RevisionEditorSupport
Let's the super method create the document and also annotates it with Title and StreamDescription properities.
createTMP() - Static method in class org.netbeans.modules.vcscore.util.VcsUtilities
Creates a temporary directory.
createTask(Command) - Method in class org.netbeans.modules.vcscore.cmdline.UserCommandSupport
 
createTask(Command) - Method in class org.netbeans.spi.vcs.commands.CommandSupport
Create the CommandTask, that is supposed to execute the command.
createTurboFileStatusInfos() - Static method in class org.netbeans.modules.vcscore.turbo.Statuses
Creates status infos assigned by turbo et.al.
createUniqueName(String, Collection) - Static method in class org.netbeans.modules.vcscore.util.VcsUtilities
Create a unique name, that does not occure in the collections of names.
createVersioningFileSystem() - Method in class org.netbeans.modules.vcscore.VcsFileSystem
 
createWaitingNode() - Method in class org.netbeans.modules.vcscore.versioning.RevisionChildren
 

 
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.