首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 4.1.0
F-Index (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
F
FAILED
- Static variable in interface org.netbeans.modules.vcscore.commands.
VcsCommandExecutor
The exit status when the command failed.
FILE
- Static variable in class org.netbeans.modules.vcscore.
Variables
The name of a variable, whose value is set to the selected file name.
FILES
- Static variable in class org.netbeans.modules.vcscore.
Variables
The name of a variable, whose value is set to the selected file names.
FILES_IS_FOLDER
- Static variable in class org.netbeans.modules.vcscore.
Variables
FILE_ATTRIBUTE
- Static variable in class org.netbeans.modules.vcscore.
VcsAttributes
The name of attribute, that contains the java.io.File object for the given FileObject
FILE_IS_FOLDER
- Static variable in class org.netbeans.modules.vcscore.
Variables
FILE_MASK
- Static variable in class org.netbeans.modules.vcscore.turbo.
RepositoryFiles
FILE_OUTPUT
- Static variable in class org.netbeans.modules.vcscore.commands.
PreCommandPerformer
Write the output of the command to a temporary file and insert the file path instead of this keyword.
FOLDER_MASK
- Static variable in class org.netbeans.modules.vcscore.turbo.
RepositoryFiles
FSInfo
- interface org.netbeans.modules.vcscore.registry.
FSInfo
.
Information of a registered filesystem.
FSRecognizer
- class org.netbeans.modules.vcscore.registry.
FSRecognizer
.
The recognizer of a VCS filesystem.
FSRecognizer()
- Constructor for class org.netbeans.modules.vcscore.registry.
FSRecognizer
FSRegistry
- class org.netbeans.modules.vcscore.registry.
FSRegistry
.
Registry of recognized filesystem types.
FSRegistryEvent
- class org.netbeans.modules.vcscore.registry.
FSRegistryEvent
.
FSRegistryEvent(FSRegistry, FSInfo, boolean)
- Constructor for class org.netbeans.modules.vcscore.registry.
FSRegistryEvent
Creates a new instance of FSRegistryEvent.
FSRegistryListener
- interface org.netbeans.modules.vcscore.registry.
FSRegistryListener
.
Listener, that can be attached to FSRegistry.
FileAttributeListener
- interface org.netbeans.modules.vcscore.turbo.local.
FileAttributeListener
.
Callback interface notifying observers about attribute value or existence change
FileAttributeProvider
- interface org.netbeans.modules.vcscore.turbo.local.
FileAttributeProvider
.
SPI, extension point allowing third parties to redefine attribute reading and writing.
FileAttributeProvider.MemoryCache
- class org.netbeans.modules.vcscore.turbo.local.
FileAttributeProvider.MemoryCache
.
Provides direct access to memory layer without delegating to providers layer.
FileAttributeQuery
- class org.netbeans.modules.vcscore.turbo.local.
FileAttributeQuery
.
Extensible support for file attributes.
FileComparator
- class org.netbeans.modules.vcscore.util.table.
FileComparator
.
FileComparator()
- Constructor for class org.netbeans.modules.vcscore.util.table.
FileComparator
Creates new FileComparator
FileEditorSupport
- class org.netbeans.modules.vcscore.util.
FileEditorSupport
.
FileEditorSupport(File, FileEditorSupport.FileEnvironment)
- Constructor for class org.netbeans.modules.vcscore.util.
FileEditorSupport
Creates new FileEditorSupport
FileEditorSupport.FileEnvironment
- class org.netbeans.modules.vcscore.util.
FileEditorSupport.FileEnvironment
.
FileEditorSupport.FileEnvironment(File, String)
- Constructor for class org.netbeans.modules.vcscore.util.
FileEditorSupport.FileEnvironment
FileObjectExistence
- interface org.netbeans.modules.vcscore.
FileObjectExistence
.
The interface, that tells you about existing FileObjects.
FileProperties
- class org.netbeans.modules.vcscore.turbo.
FileProperties
.
Additional metadata for files in versioning system working directory.
FileProperties()
- Constructor for class org.netbeans.modules.vcscore.turbo.
FileProperties
FileProperties(FileProperties)
- Constructor for class org.netbeans.modules.vcscore.turbo.
FileProperties
Clones FileProperties except retrieval time.
FileProperties(String[])
- Constructor for class org.netbeans.modules.vcscore.turbo.
FileProperties
Constructs from StatusFormatElements.
FileReaderCommand
- interface org.netbeans.modules.vcscore.commands.
FileReaderCommand
.
The command, that produces files and their VCS status with respect to the VCS repository.
FileReaderListener
- interface org.netbeans.modules.vcscore.
FileReaderListener
.
Listener, that is called to update the file attributes.
FileReference
- class org.netbeans.modules.vcscore.
FileReference
.
FileObject reference with properties.
FileReference(FileObject)
- Constructor for class org.netbeans.modules.vcscore.
FileReference
FileStatusInfo
- class org.netbeans.api.vcs.
FileStatusInfo
.
The file status information class.
FileStatusInfo(String)
- Constructor for class org.netbeans.api.vcs.
FileStatusInfo
Creates a new instance of FileStatusInfo
FileStatusProvider
- interface org.netbeans.modules.vcscore.caching.
FileStatusProvider
.
The provider of VCS attributes of the file.
FilesModificationSupport
- interface org.netbeans.modules.vcscore.
FilesModificationSupport
.
By implementing this interface the class declares that it can notify clients about changes in files/directories.
FolderEntry
- class org.netbeans.modules.vcscore.turbo.
FolderEntry
.
Virtual file descriptor.
FolderEntry(String, boolean)
- Constructor for class org.netbeans.modules.vcscore.turbo.
FolderEntry
FolderProperties
- class org.netbeans.modules.vcscore.turbo.
FolderProperties
.
Describes additional folder properties, namely listings of repository side folders cached for FS virtual files purpose and in future for Versioning Explorer UI.
FolderProperties()
- Constructor for class org.netbeans.modules.vcscore.turbo.
FolderProperties
Creates FolderProperties.
FolderProperties(FolderProperties)
- Constructor for class org.netbeans.modules.vcscore.turbo.
FolderProperties
Clones FolderProperties inclusing hidden state.
fileObject
- Variable in class org.netbeans.modules.vcscore.
VcsRevisionAction
filePromptDocumentCleanup(JTextArea, int, Object)
- Method in class org.netbeans.modules.vcscore.
VcsFileSystem
Allows some cleanup of the document which the user is asked for.
filePromptDocumentCleanup(JTextArea, int, Object)
- Method in interface org.netbeans.modules.vcscore.util.
VariableInputDialog.FilePromptDocumentListener
fileReaderListener(FileSystem)
- Static method in class org.netbeans.modules.vcscore.turbo.
TurboUtil
Returns FileReaderListener implementation that populates the cache from the command data execuded over given FS.
fileSystem
- Variable in class org.netbeans.modules.vcscore.
DefaultVcsFactory
fileSystem
- Variable in class org.netbeans.modules.vcscore.
VcsRevisionAction
finalize()
- Method in class org.netbeans.modules.vcscore.commands.
CommandOutputCollector
finalize()
- Method in class org.netbeans.modules.vcscore.commands.
CommandProcessor
finalize()
- Method in class org.netbeans.modules.vcscore.commands.
CommandsPool
Deprecated.
findCloneableOpenSupport()
- Method in class org.netbeans.modules.vcscore.util.
FileEditorSupport.FileEnvironment
findCloneableOpenSupport()
- Method in class org.netbeans.modules.vcscore.versioning.
RevisionEditorSupport.Env
findCommands(FileObject[])
- Method in class org.netbeans.api.vcs.
VcsManager
Get the available commands for a set of files.
findDOInGroups(DataObject)
- Static method in class org.netbeans.modules.vcscore.grouping.
GroupUtils
the method checks if the specified dataobject is already in any of the groups.
findExistingResource(String)
- Method in class org.netbeans.modules.vcscore.
VcsFileSystem
Find the existing resource on this file system.
findFSInfo(File)
- Method in class org.netbeans.modules.vcscore.registry.
FSRecognizer
Get a filesystem info for the given physical folder.
findFileObject(String)
- Method in class org.netbeans.modules.vcscore.
VcsFileSystem
Find the file object from a file path.
findFor(FileSystem)
- Static method in class org.netbeans.modules.vcscore.versioning.
VersioningFileSystem
Finds existing versioning support for file system or null.
findProvider(FileObject)
- Static method in class org.netbeans.spi.vcs.
VcsCommandsProvider
Find the status provider for a FileObject.
findProvider(FileObject)
- Static method in class org.netbeans.spi.vcs.
VcsStatusProvider
Find the status provider for a FileObject.
findResource(String)
- Method in class org.netbeans.modules.vcscore.versioning.
VersioningFileSystem
findRoot(File)
- Method in class org.netbeans.modules.vcscore.
VcsCollocationQueryImpl
fireAttributeChange(FileObject, String, Object)
- Method in class org.netbeans.modules.vcscore.turbo.local.
FileAttributeQuery
fireFSInfoChanged(FSInfo, boolean, Object)
- Method in class org.netbeans.modules.vcscore.registry.
FSRegistry
fireFilesStructureModified(File)
- Method in class org.netbeans.modules.vcscore.
VcsFileSystem
firePropertyChange(String, Object, Object)
- Method in class org.netbeans.modules.vcscore.util.
VariableInputDialog
firePropertyChange(String, Object, Object)
- Method in class org.netbeans.modules.vcscore.versioning.
RevisionItem
firePropertyChange(PropertyChangeEvent)
- Method in class org.netbeans.modules.vcscore.versioning.
VersioningFileSystem
firePropertyChange(String, Object, Object)
- Method in class org.netbeans.modules.vcscore.versioning.
VersioningFileSystem
fireRevisionsChanged(RevisionEvent)
- Method in class org.netbeans.modules.vcscore.
VcsFileSystem
fireTableDataChanged()
- Method in class org.netbeans.modules.vcscore.util.table.
TableInfoModel
fireValueChanged(String, Object)
- Method in class org.netbeans.modules.vcscore.util.
VariableInputNest
Notifies VID validaton framework about value change possibly triggering validity change.
folder(String)
- Method in class org.netbeans.modules.vcscore.
VcsFileSystem
Test if the file is folder or contains data.
forFolder(FileObject)
- Static method in class org.netbeans.modules.vcscore.turbo.
IgnoreList
Finds ignore list for specified folder either in cache or connect server.
forFolder(FileObject)
- Static method in class org.netbeans.modules.vcscore.turbo.
RepositoryFiles
Get RepositoryFiles for given folder.
freeze()
- Method in class org.netbeans.modules.vcscore.turbo.
FileProperties
Make object immutable, all setters throw exception.
freeze()
- Method in class org.netbeans.modules.vcscore.turbo.
FolderProperties
Make object immutable, all setters throw exception.
fsAdded(FSRegistryEvent)
- Method in interface org.netbeans.modules.vcscore.registry.
FSRegistryListener
Called when a new filesystem information is added.
fsAdded(FSRegistryEvent)
- Method in class org.netbeans.modules.vcscore.registry.
VcsFSProvider
fsRemoved(FSRegistryEvent)
- Method in interface org.netbeans.modules.vcscore.registry.
FSRegistryListener
Called when a filesystem information is removed.
fsRemoved(FSRegistryEvent)
- Method in class org.netbeans.modules.vcscore.registry.
VcsFSProvider
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.