当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
Serialized Form (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
Serialized Form
Package org.netbeans.modules.vcscore |
serialVersionUID: -613064726657052221l
commandMap
HashMap commandMap
- The map of action classes and sets of it's commands.
Theoretically one action can have more than one associated command,
each enabled on different set of file objects
(e.g. one on files and second on folders). If more than one command
is enabled on the given set of file objects, one is randomly picked.
It's the command's owner responsibility to set actions so that it will
have sense.
serialVersionUID: 8084585278800267078l
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
fileSystem
VcsFileSystem fileSystem
serialVersionUID: 4230769028627379053l
name
String name
- The variable name.
label
String label
- The label of this variable in the Customizer.
labelMnemonic
Character labelMnemonic
- The mnemonic of this variable label in the Customizer.
a11yName
String a11yName
- The accessibility name of this variable field in the Customizer.
a11yDescription
String a11yDescription
- The accessibility description of this variable field in the Customizer.
value
String value
- The value of the variable.
basic
boolean basic
- Whether this variable is basic or not. Basic variables can be set in the Customizer.
localFile
boolean localFile
- Whether this variable is a local file. Browse buttom will be created for this variable.
localDir
boolean localDir
- Whether this variable is a local directory. Browse buttom will be created for this variable.
executable
boolean executable
- Whether this variable is an executable. Browse button will be created for this variable.
customSelector
String customSelector
- The custom selector for this variable.
Select button will be created in the customizer and selector executed on its action.
order
int order
- The order of the variable in the Customizer.
serialVersionUID: 8108342718973310275l
readObject
private void readObject(ObjectInputStream in)
throws ClassNotFoundException,
IOException,
NotActiveException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
refreshTimeToSet
int refreshTimeToSet
rootFile
File rootFile
- root file
useUnixShell
boolean useUnixShell
readOnly
boolean readOnly
- is read only
variablesByName
Hashtable variablesByName
lockFilesOn
boolean lockFilesOn
promptForLockOn
boolean promptForLockOn
promptForEditOn
boolean promptForEditOn
callEditFilesOn
boolean callEditFilesOn
debug
boolean debug
variables
Vector variables
- user variables Vector 'name=value'
password
String password
rememberPassword
boolean rememberPassword
advanced
Object advanced
- Advanced confgiguration.
Not used any more, use commandsRoot instead.
Needed only for deserialization from NetBeans 3.1 and older
cacheID
String cacheID
multiFilesAnnotationTypes
int[] multiFilesAnnotationTypes
annotationPattern
String annotationPattern
processUnimportantFiles
Boolean processUnimportantFiles
ready
boolean ready
askIfDownloadRecursively
boolean askIfDownloadRecursively
numDoAutoRefreshes
Hashtable numDoAutoRefreshes
promptForVarsForEachFile
boolean promptForVarsForEachFile
- Whether to prompt the user for variables for each selected file. Value of this variable
will be the default value in the VariableInputDialog and changing the value there will
change the value of this variable.
tempFiles
Vector tempFiles
userParams
String[] userParams
- Additional user parameters to the command. These are global parameters to all commands.
Parameters local to each command are stored in UserCommand.userParams.
The user is asked for them when acceptUserParams = true
userParamsLabels
String[] userParamsLabels
- Labels to additional user parameters.
userLocalParamsLabels
String[] userLocalParamsLabels
- Labels to local additional user parameters.
acceptUserParams
boolean acceptUserParams
expertMode
boolean expertMode
- The expert mode. When true, the user might be prompted for other options.
numberOfFinishedCmdsToCollect
Integer numberOfFinishedCmdsToCollect
versioningFileSystemMessageLength
int versioningFileSystemMessageLength
versioningFileSystemShowMessage
boolean versioningFileSystemShowMessage
versioningFileSystemShowLocalFiles
boolean versioningFileSystemShowLocalFiles
versioningFileSystemShowUnimportantFiles
boolean versioningFileSystemShowUnimportantFiles
versioningFileSystemShowDeadFiles
boolean versioningFileSystemShowDeadFiles
offLine
boolean offLine
- The offline mode.
Whether to run command when doing refresh of folders.
Recommended to turn this property on when working off-line.
autoRefresh
int autoRefresh
hideShadowFiles
boolean hideShadowFiles
varValueAdjustment
VariableValueAdjustment varValueAdjustment
commandNotification
boolean commandNotification
notModifiableStatuses
Collection notModifiableStatuses
- VCS specifics stauses. Client chould explicitly merge implementation specifics such as [unknown].
missingFileStatus
String missingFileStatus
missingFolderStatus
String missingFolderStatus
notMissingableFileStatuses
Collection notMissingableFileStatuses
notMissingableFolderStatuses
Collection notMissingableFolderStatuses
lockedFilesToBeModified
Map lockedFilesToBeModified
createRuntimeCommands
Boolean createRuntimeCommands
createVersioningSystem
Boolean createVersioningSystem
createBackupFiles
Boolean createBackupFiles
preferredSystemName
String preferredSystemName
filesStructureListeners
Collection filesStructureListeners
justRefreshing
ThreadLocal justRefreshing
fileChangeHandlers
Map fileChangeHandlers
lockCommandExecutors
Map lockCommandExecutors
- Table of files to be locked (java.io.File) and the array of LOCK command executors
editCommandExecutors
Map editCommandExecutors
- Table of files to be edited (java.io.File) and the array of EDIT command executors
serialVersionUID: -4196511763565479366l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 8803248742536265293l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
Package org.netbeans.modules.vcscore.actions |
serialVersionUID: 3425234373723671084l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 1087196686139045083l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -8318483915357096138l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 0l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
commandRoot
CommandsTree commandRoot
filesWithInfo
Map filesWithInfo
switchableList
List switchableList
advancedOptionsSign
String advancedOptionsSign
removeDisabled
boolean removeDisabled
inMenu
boolean inMenu
globalExpertMode
boolean globalExpertMode
listener
ActionListener listener
actionCommandMap
Map actionCommandMap
popupCreated
boolean popupCreated
CTRL_Down
boolean[] CTRL_Down
- two elements: 1) whether CTRL was pressed, 2) expertMode
serialVersionUID: -3844403657398382692l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 2426678150445617555l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 5771601379701397185l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -8807636211584106801l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -4333229720968764504l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 4399323315791985642l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 3769929829459499506l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -2345126396734900262l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -175327694047831654l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -3240759228704433330l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 1537855553229904521l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 3367347903850705340l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -4949339720968764504l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -4949229720968764504l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -787778250446630604l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
Package org.netbeans.modules.vcscore.cmdline |
serialVersionUID: -6389940806020132699l
selectedMounts
String[] selectedMounts
initiallyExpanding
boolean initiallyExpanding
- Whether the tree is initially expanded. Since it is a special expansion,
we will ignore tree expansion events while this variable is true.
childrenList
AbstractFileSystem.List childrenList
- A special list of children. If
null
, File.list() is used
instead.
resultRelativePaths
boolean resultRelativePaths
mouseEnter
boolean mouseEnter
alreadyExpandedNodes
Set alreadyExpandedNodes
jPanel1
JPanel jPanel1
jPanel2
JPanel jPanel2
jScrollPane1
JScrollPane jScrollPane1
lbRelMount
JLabel lbRelMount
lbRmpSelect
JLabel lbRmpSelect
lbWaiting
JLabel lbWaiting
trRelMount
JTree trRelMount
txRelMount
JTextField txRelMount
serialVersionUID: 6658759487911693730l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
name
String name
advancedName
String advancedName
label
String label
exec
String exec
input
String input
timeout
long timeout
dataRegex
String dataRegex
errorRegex
String errorRegex
displayOutput
boolean displayOutput
- If true, then display output of this command in a window.
doRefresh
boolean doRefresh
- If true, do an automatic refresh of the current folder after this command.
refreshRecursivelyPattern
String refreshRecursivelyPattern
- Do an automatic refresh recursively when doRefresh is true and refreshRecursivelyPattern
can be found as substring in the command's exec. When empty, do non-recursive refresh.
refreshParent
boolean refreshParent
- When automatic refresh is to be run, if true, refresh the parent folder, if false, refresh the current folder.
checkForModifications
boolean checkForModifications
- If the updated files should occure in the Editor without user approval, turn this property on.
onDir
boolean onDir
- If true, this command is visible on directories.
onFile
boolean onFile
- If true, this command is visible on files.
onRoot
boolean onRoot
- If true, this command is visible only on the root of the filesystem.
notOnRoot
boolean notOnRoot
- If true, this command is visible everywhere bun on the root of the filesystem.
confirmationMsg
String confirmationMsg
- The text of a confirmation message printed before the command is executed.
processAllFiles
boolean processAllFiles
- Whether to process all files. If false, only important files will be processed.
numRevisions
int numRevisions
- The number of revisions selected to run this command.
If it is 0, the command is on the filesystem's popup menu.
If it is > 0, the command is on the Revision Explorer's popup menu.
changingNumRevisions
boolean changingNumRevisions
- Whether this command changes the number of revisions of the file it acts on.
changingRevision
boolean changingRevision
- Whether this command changes the number of revisions of the file it acts on.
changedRevisionVariableName
String changedRevisionVariableName
- When thos command changes a revision, its name is in this variable.
orderArr
int[] orderArr
- The order of this command in the pop-up action menu.
statusIndex
int statusIndex
lockerIndex
int lockerIndex
attrIndex
int attrIndex
dateIndex
int dateIndex
timeIndex
int timeIndex
sizeIndex
int sizeIndex
fileNameIndex
int fileNameIndex
userParams
String[] userParams
- Additional user parameters local to this command.
properties
HashMap properties
children
ArrayList children
executionContext
CommandExecutionContext executionContext
cmdOriginal
VcsDescribedCommand cmdOriginal
cmd
VcsDescribedCommand cmd
actionListeners
List actionListeners
dlg
VariableInputDialog dlg
gridBagConstraints
GridBagConstraints gridBagConstraints
title
String title
Package org.netbeans.modules.vcscore.cmdline.exec |
serialVersionUID: 7191929174721239680l
e
PatternSyntaxException e
Package org.netbeans.modules.vcscore.commands |
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -8901733341334731237l
readResolve
public Object readResolve()
serialVersionUID: -8901790341334731237l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
task
CommandTask task
msgRunning
String msgRunning
msgFinished
String msgFinished
killActionListener
ActionListener killActionListener
buttonPanel
JPanel buttonPanel
cancelButton
JButton cancelButton
commandProgressBar
JProgressBar commandProgressBar
statusLabel
JLabel statusLabel
visualizerPanel
JPanel visualizerPanel
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -1047633353725226509l
btnFile
JButton btnFile
cbDataErr
JCheckBox cbDataErr
cbDataOut
JCheckBox cbDataOut
cbStdErr
JCheckBox cbStdErr
cbStdOut
JCheckBox cbStdOut
jPanel1
JPanel jPanel1
jPanel2
JPanel jPanel2
lblFile
JLabel lblFile
txFile
JTextField txFile
currentPanel
int currentPanel
- Holds value of property setCurrentPanel.
Package org.netbeans.modules.vcscore.grouping |
serialVersionUID: -7640736488251060985l
dataObject
DataObject dataObject
lblGroups
JLabel lblGroups
spGroups
JScrollPane spGroups
lstGroups
JList lstGroups
cbDontShow
JCheckBox cbDontShow
serialVersionUID: -3385132838696775732l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 2854875989517967757l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 38657723580032415l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: 7160066451512137154l
readExternal
public void readExternal(ObjectInput oi)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -4620483329253274979l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
serialVersionUID: -7382933854093593819l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
Package org.netbeans.modules.vcscore.registry |
fsInfo
FSInfo fsInfo
added
boolean added
propagationId
Object propagationId
serialVersionUID: -2248315346064169290l
manuallyRecognized
Set manuallyRecognized
removedRoots
Set removedRoots
Package org.netbeans.modules.vcscore.turbo |
target
FileObject target
fprops
FileProperties fprops
Package org.netbeans.modules.vcscore.ui |
killActionListeners
ArrayList killActionListeners
stdDataOutput
JTextArea stdDataOutput
errDataOutput
JTextArea errDataOutput
ignoreFailure
boolean ignoreFailure
outputCollector
CommandOutputCollector outputCollector
discardAction
Action discardAction
navigationButton
JButton navigationButton
btnErr
JToggleButton btnErr
btnStd
JToggleButton btnStd
btnStop
JButton btnStop
jPanel2
JPanel jPanel2
lblStatus
JLabel lblStatus
progress
JProgressBar progress
rightPanel
JPanel rightPanel
scroll
JScrollPane scroll
separator
JSeparator separator
toolbar
JToolBar toolbar
btnDataStd
JToggleButton btnDataStd
btnDataErr
JToggleButton btnDataErr
serialVersionUID: -2618655204542546204l
modAnnotations
TableInfoModel modAnnotations
revModel
DefaultComboBoxModel revModel
- Creates new form AnnotatenfoPanel
authModel
DefaultComboBoxModel authModel
noRevisionSelected
String noRevisionSelected
noAuthorSelected
String noAuthorSelected
revSet
List revSet
authSet
List authSet
lblRevision
JLabel lblRevision
pnlHead
JPanel pnlHead
lblAuthor
JLabel lblAuthor
spAnnotat
JScrollPane spAnnotat
tblAnnotat
JTable tblAnnotat
cbRevisionList
JComboBox cbRevisionList
txWorkFile
JTextField txWorkFile
cbAuthorList
JComboBox cbAuthorList
cbRevisionRange
JComboBox cbRevisionRange
lblWorkFile
JLabel lblWorkFile
discardAction
Action discardAction
errorArea
JTextArea errorArea
jScrollPane1
JScrollPane jScrollPane1
serialVersionUID: 6175263517053478465l
model
TableInfoModel model
buttonGroup1
ButtonGroup buttonGroup1
cbPerform
JCheckBox cbPerform
jTextArea1
JTextArea jTextArea1
rbAll
JRadioButton rbAll
rbSelectedOnly
JRadioButton rbSelectedOnly
spNotChangedFiles
JScrollPane spNotChangedFiles
tblNotChangedFiles
JTable tblNotChangedFiles
stdOutput
JTextArea stdOutput
errOutput
JTextArea errOutput
serialVersionUID: -6548817009138402660l
model
TableInfoModel model
buttonGroup1
ButtonGroup buttonGroup1
cbPerform
JCheckBox cbPerform
jTextArea1
JTextArea jTextArea1
rbAll
JRadioButton rbAll
rbSelectedOnly
JRadioButton rbSelectedOnly
spToBeAddedFiles
JScrollPane spToBeAddedFiles
tblToBeAddedFiles
JTable tblToBeAddedFiles
serialVersionUID: 6797797120171553014l
model
TableInfoModel model
buttonGroup1
ButtonGroup buttonGroup1
cbPerform
JCheckBox cbPerform
jTextArea1
JTextArea jTextArea1
rbAll
JRadioButton rbAll
rbFsRoots
JRadioButton rbFsRoots
rbSelectedOnly
JRadioButton rbSelectedOnly
spToBeAddedFiles
JScrollPane spToBeAddedFiles
tblToBeAddedFiles
JTable tblToBeAddedFiles
serialVersionUID: -8256202642460496022l
lblResult
JLabel lblResult
tblResults
JTabbedPane tblResults
Package org.netbeans.modules.vcscore.util |
serialVersionUID: 3391153941140021894l
chooser
JFileChooser chooser
initialDir
File initialDir
selectedDir
File selectedDir
serialVersionUID: -4725583654994487624l
chooser
JFileChooser chooser
initialDir
File initialDir
selectedFile
File selectedFile
propFileFilter
boolean propFileFilter
serialVersionUID: -2570656225846594430l
debClass
String debClass
- Deprecated.
debEnabled
boolean debEnabled
- Deprecated.
serialVersionUID: 2366777428924127835l
file
File file
mimeType
String mimeType
closeListeners
ArrayList closeListeners
serialVersionUID: 764201097633884793l
model
TableModel model
serialVersionUID: 6824746536363157563l
indexes
int[] indexes
sortingColumns
Vector sortingColumns
ascending
boolean ascending
sortedColumn
int sortedColumn
keepSortedOnChanges
boolean keepSortedOnChanges
compares
int compares
serialVersionUID: 8363935602008486018l
validInput
boolean validInput
userPromptLabels
JLabel[] userPromptLabels
userPromptLabelTexts
String[] userPromptLabelTexts
varPromptFields
JTextField[] varPromptFields
userPromptFields
JTextField[] userPromptFields
varAskCheckBoxes
JCheckBox[] varAskCheckBoxes
labelOffset
int labelOffset
fileNames
String[] fileNames
docListener
VariableInputDialog.FilePromptDocumentListener docListener
docIdentif
Object docIdentif
executionContext
CommandExecutionContext executionContext
vars
Hashtable vars
expert
boolean expert
inputDescriptor
VariableInputDescriptor inputDescriptor
globalDescriptor
VariableInputDescriptor globalDescriptor
globalVars
ArrayList globalVars
globalLabel
String globalLabel
actionList
ArrayList actionList
closeListeners
ArrayList closeListeners
historyListeners
ArrayList historyListeners
focusListenersToCallBeforeValidate
ArrayList focusListenersToCallBeforeValidate
historySize
int historySize
currentHistory
int currentHistory
promptAreaNum
int promptAreaNum
awtComponentsByVars
HashMap awtComponentsByVars
varsByAWTComponents
Map varsByAWTComponents
componentsByVars
HashMap componentsByVars
awtSelectorsByConditions
HashMap awtSelectorsByConditions
disabledComponents
HashMap disabledComponents
- The map of disabled components as keys and a set of variables
that disabled them as values.
lastEnabledComponents
Set lastEnabledComponents
- The set of components, that were enabled or disabled since this field is initialized.
nestedComponents
Set nestedComponents
null
or set of instances of NestableInputComponent that are nested in this dialog.
propertyChangeFiringAllowed
boolean propertyChangeFiringAllowed
firstFocusedComponent
Component firstFocusedComponent
componentsToPreprocess
List componentsToPreprocess
- The collection of components that need to be preprocessed.
cursorChangedComponents
Map cursorChangedComponents
- The map of components and their original cursors
autoFillVars
HashMap autoFillVars
autoFillTask
RequestProcessor.Task autoFillTask
lastCommandName
String lastCommandName
rapidVariablesAssignment
boolean rapidVariablesAssignment
componentBeingRapidlyAssigned
VariableInputComponent componentBeingRapidlyAssigned
componentBeingRapidlyAssignedLock
Object componentBeingRapidlyAssignedLock
dynamicVarChanges
boolean dynamicVarChanges
command
VcsDescribedCommand command
- Command or null.
asDefaultButton
JButton asDefaultButton
getDefaultButton
JButton getDefaultButton
globalInputPanel
JPanel globalInputPanel
jPanel1
JPanel jPanel1
jPanel2
JPanel jPanel2
navigationPanel
JPanel navigationPanel
nextButton
JButton nextButton
prevButton
JButton prevButton
promptEachCheckBox
JCheckBox promptEachCheckBox
promptEachSeparator
JSeparator promptEachSeparator
pushPanel1
JPanel pushPanel1
pushPanel2
JPanel pushPanel2
variablePanel
JPanel variablePanel
variableTabbedPane
JTabbedPane variableTabbedPane
unselectedRadioButtons
Set unselectedRadioButtons
- The set of buttons, that were automatically unselected when they were disabled
serialVersionUID: 1730864462584417989l
message
String message
serialVersionUID: 2773459026157834845l
adjustingChar
char adjustingChar
adjustedChars
HashSet adjustedChars
adjustedVars
HashSet adjustedVars
quoting
String quoting
Package org.netbeans.modules.vcscore.util.table |
serialVersionUID: -794293494044050639l
currentColumn
int currentColumn
direction
int direction
columnLabels
HashMap columnLabels
columnValueSetters
HashMap columnValueSetters
columnValueParams
HashMap columnValueParams
columnSorted
HashMap columnSorted
columnComparators
HashMap columnComparators
columnToolTipSetters
HashMap columnToolTipSetters
list
List list
Package org.netbeans.modules.vcscore.versioning |
serialVersionUID: 4288687339093602713l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
list
RevisionList list
item
RevisionItem item
changeListenerToList
ChangeListener changeListenerToList
notificationListeners
ArrayList notificationListeners
added
boolean added
serialVersionUID: -2945098431098324441l
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Disable serialization.
serialVersionUID: 2954900165229291293l
changedRevision
String changedRevision
revisionChangeID
int revisionChangeID
serialVersionUID: 6021472313331712674l
readObject
private void readObject(ObjectInputStream in)
throws ClassNotFoundException,
IOException,
NotActiveException
revision
String revision
revisionVCS
String revisionVCS
branches
Vector branches
displayName
String displayName
message
String message
date
String date
author
String author
locker
String locker
tagNames
Vector tagNames
current
boolean current
additionalProperties
Hashtable additionalProperties
additionalPropertiesSets
ArrayList additionalPropertiesSets
serialVersionUID: -8578787400541124223l
readObject
private void readObject(ObjectInputStream in)
throws ClassNotFoundException,
IOException,
NotActiveException
serialVersionUID: 8047724018983158285l
verSystems
ArrayList verSystems
verSystemsCopy
ArrayList verSystemsCopy
names
Hashtable names
propListener
PropertyChangeListener propListener
- property listener on systemName property of file system
vr
VersioningRepository vr
vfs
VersioningFileSystem vfs
added
boolean added
Package org.netbeans.modules.vcscore.versioning.impl |
serialVersionUID: 7946273312693547993l
numAcceptDots
int numAcceptDots
- The number of dots that we match as subitems.
serialVersionUID: -264310566346550916l
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException