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

Serialized Form (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Serialized Form


Package org.netbeans.modules.vcscore

Class org.netbeans.modules.vcscore.VcsActionSupporter extends CommandActionSupporter implements Serializable

serialVersionUID: -613064726657052221l

Serialized Fields

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.

Class org.netbeans.modules.vcscore.VcsAttributes extends org.netbeans.modules.masterfs.providers.Attributes implements Serializable

serialVersionUID: 8084585278800267078l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Serialized Fields

fileSystem

VcsFileSystem fileSystem

Class org.netbeans.modules.vcscore.VcsConfigVariable extends Object implements Serializable

serialVersionUID: 4230769028627379053l

Serialized Fields

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.

Class org.netbeans.modules.vcscore.VcsFileSystem extends AbstractFileSystem implements Serializable

serialVersionUID: 8108342718973310275l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException,
                        NotActiveException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

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

Class org.netbeans.modules.vcscore.VcsFSCommandsAction extends NodeAction implements Serializable

serialVersionUID: -4196511763565479366l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.VcsModule extends ModuleInstall implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.VcsRevisionAction extends NodeAction implements Serializable

serialVersionUID: 8803248742536265293l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException


Package org.netbeans.modules.vcscore.actions

Class org.netbeans.modules.vcscore.actions.AbstractCommandAction extends NodeAction implements Serializable

serialVersionUID: 3425234373723671084l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.AddCommandAction extends GeneralCommandAction implements Serializable

serialVersionUID: 1087196686139045083l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.AddToGroupAction extends NodeAction implements Serializable

serialVersionUID: -8318483915357096138l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.ClusteringAction extends GeneralCommandAction implements Serializable

serialVersionUID: 0l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.CommandMenu extends JMenuPlus implements Serializable

Serialized Fields

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

Class org.netbeans.modules.vcscore.actions.CommitCommandAction extends GeneralCommandAction implements Serializable

serialVersionUID: -3844403657398382692l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.DiffCommandAction extends GeneralCommandAction implements Serializable

serialVersionUID: 2426678150445617555l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.GeneralCommandAction extends NodeAction implements Serializable

serialVersionUID: 5771601379701397185l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.HistoryCommandAction extends GeneralCommandAction implements Serializable

serialVersionUID: -8807636211584106801l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.OpenVersioningAction extends CallableSystemAction implements Serializable

serialVersionUID: -4333229720968764504l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.RefreshLocalFolderAction extends NodeAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.RemoveCommandAction extends GeneralCommandAction implements Serializable

serialVersionUID: 4399323315791985642l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.UpdateCommandAction extends GeneralCommandAction implements Serializable

serialVersionUID: 3769929829459499506l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.VcsAllCommandsAction extends SystemAction implements Serializable

serialVersionUID: -2345126396734900262l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.VcsGlobalCommandsAction extends SystemAction implements Serializable

serialVersionUID: -175327694047831654l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.VcsManagerAction extends CallableSystemAction implements Serializable

serialVersionUID: -3240759228704433330l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.VcsMountFromTemplateAction extends NodeAction implements Serializable

serialVersionUID: 1537855553229904521l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.VcsOutputAction extends CallableSystemAction implements Serializable

serialVersionUID: 3367347903850705340l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.VersioningAction extends VersioningExplorerAction implements Serializable

serialVersionUID: -4949339720968764504l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.VersioningExplorerAction extends GeneralCommandAction implements Serializable

serialVersionUID: -4949229720968764504l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.actions.VSRevisionAction extends SystemAction implements Serializable

serialVersionUID: -787778250446630604l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException


Package org.netbeans.modules.vcscore.cmdline

Class org.netbeans.modules.vcscore.cmdline.RelativeMountPanel extends JPanel implements Serializable

serialVersionUID: -6389940806020132699l

Serialized Fields

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

Class org.netbeans.modules.vcscore.cmdline.UserCommand extends Object implements Serializable

serialVersionUID: 6658759487911693730l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

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

Class org.netbeans.modules.vcscore.cmdline.UserCommandCustomizer extends JPanel implements Serializable

Serialized Fields

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

Class org.netbeans.modules.vcscore.cmdline.exec.BadRegexException extends Exception implements Serializable

serialVersionUID: 7191929174721239680l

Serialized Fields

e

PatternSyntaxException e


Package org.netbeans.modules.vcscore.commands

Class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent extends TopComponent implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent.ResolvableHelper extends Object implements Serializable

serialVersionUID: -8901733341334731237l

Serialization Methods

readResolve

public Object readResolve()

Class org.netbeans.modules.vcscore.commands.CommandOutputVisualizer extends TopComponent implements Serializable

serialVersionUID: -8901790341334731237l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.commands.DialogVisualizerWrapper extends JDialog implements Serializable

Serialized Fields

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

Class org.netbeans.modules.vcscore.commands.InteractiveCommandOutputVisualizer extends CommandOutputVisualizer implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.commands.SaveToFilePanel extends JPanel implements Serializable

serialVersionUID: -1047633353725226509l

Serialized Fields

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

Class org.netbeans.modules.vcscore.grouping.AddToGroupDialog extends JPanel implements Serializable

serialVersionUID: -7640736488251060985l

Serialized Fields

dataObject

DataObject dataObject

lblGroups

JLabel lblGroups

spGroups

JScrollPane spGroups

lstGroups

JList lstGroups

cbDontShow

JCheckBox cbDontShow

Class org.netbeans.modules.vcscore.grouping.AddVcsGroupAction extends NodeAction implements Serializable

serialVersionUID: -3385132838696775732l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.grouping.RemoveVcsGroupAction extends NodeAction implements Serializable

serialVersionUID: 2854875989517967757l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.grouping.VcsGroupMenuAction extends CallableSystemAction implements Serializable

serialVersionUID: 38657723580032415l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.grouping.VcsGroupMenuAction.GroupExplorerPanel extends ExplorerPanel implements Serializable

serialVersionUID: 7160066451512137154l

Serialization Methods

readExternal

public void readExternal(ObjectInput oi)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.grouping.VcsGroupSettings extends SystemOption implements Serializable

serialVersionUID: -4620483329253274979l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.grouping.VerifyGroupAction extends GeneralCommandAction implements Serializable

serialVersionUID: -7382933854093593819l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException


Package org.netbeans.modules.vcscore.registry

Class org.netbeans.modules.vcscore.registry.FSRegistryEvent extends EventObject implements Serializable

Serialized Fields

fsInfo

FSInfo fsInfo

added

boolean added

propagationId

Object propagationId

Class org.netbeans.modules.vcscore.registry.RecognizedFS extends Object implements Serializable

serialVersionUID: -2248315346064169290l

Serialized Fields

manuallyRecognized

Set manuallyRecognized

removedRoots

Set removedRoots


Package org.netbeans.modules.vcscore.turbo

Class org.netbeans.modules.vcscore.turbo.TurboEvent extends EventObject implements Serializable

Serialized Fields

target

FileObject target

fprops

FileProperties fprops


Package org.netbeans.modules.vcscore.ui

Class org.netbeans.modules.vcscore.ui.AbstractOutputPanel extends JPanel implements Serializable

Serialized Fields

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

Class org.netbeans.modules.vcscore.ui.AnnotatePanel extends JPanel implements Serializable

serialVersionUID: -2618655204542546204l

Serialized Fields

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

Class org.netbeans.modules.vcscore.ui.ErrorOutputPanel extends JPanel implements Serializable

Serialized Fields

discardAction

Action discardAction

errorArea

JTextArea errorArea

jScrollPane1

JScrollPane jScrollPane1

Class org.netbeans.modules.vcscore.ui.NotChangedFilesPanel extends JPanel implements Serializable

serialVersionUID: 6175263517053478465l

Serialized Fields

model

TableInfoModel model

buttonGroup1

ButtonGroup buttonGroup1

cbPerform

JCheckBox cbPerform

jTextArea1

JTextArea jTextArea1

rbAll

JRadioButton rbAll

rbSelectedOnly

JRadioButton rbSelectedOnly

spNotChangedFiles

JScrollPane spNotChangedFiles

tblNotChangedFiles

JTable tblNotChangedFiles

Class org.netbeans.modules.vcscore.ui.OutputPanel extends AbstractOutputPanel implements Serializable

Serialized Fields

stdOutput

JTextArea stdOutput

errOutput

JTextArea errOutput

Class org.netbeans.modules.vcscore.ui.ToAddFilesPanel extends JPanel implements Serializable

serialVersionUID: -6548817009138402660l

Serialized Fields

model

TableInfoModel model

buttonGroup1

ButtonGroup buttonGroup1

cbPerform

JCheckBox cbPerform

jTextArea1

JTextArea jTextArea1

rbAll

JRadioButton rbAll

rbSelectedOnly

JRadioButton rbSelectedOnly

spToBeAddedFiles

JScrollPane spToBeAddedFiles

tblToBeAddedFiles

JTable tblToBeAddedFiles

Class org.netbeans.modules.vcscore.ui.ToUpdateFilesPanel extends JPanel implements Serializable

serialVersionUID: 6797797120171553014l

Serialized Fields

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

Class org.netbeans.modules.vcscore.ui.VerifyGroupPanel extends JPanel implements Serializable

serialVersionUID: -8256202642460496022l

Serialized Fields

lblResult

JLabel lblResult

tblResults

JTabbedPane tblResults


Package org.netbeans.modules.vcscore.util

Class org.netbeans.modules.vcscore.util.ChooseDirDialog extends JDialog implements Serializable

serialVersionUID: 3391153941140021894l

Serialized Fields

chooser

JFileChooser chooser

initialDir

File initialDir

selectedDir

File selectedDir

Class org.netbeans.modules.vcscore.util.ChooseFileDialog extends JDialog implements Serializable

serialVersionUID: -4725583654994487624l

Serialized Fields

chooser

JFileChooser chooser

initialDir

File initialDir

selectedFile

File selectedFile

propFileFilter

boolean propFileFilter

Class org.netbeans.modules.vcscore.util.Debug extends Object implements Serializable

serialVersionUID: -2570656225846594430l

Serialized Fields

debClass

String debClass
Deprecated. 

debEnabled

boolean debEnabled
Deprecated. 

Class org.netbeans.modules.vcscore.util.FileEditorSupport.FileEnvironment extends Object implements Serializable

serialVersionUID: 2366777428924127835l

Serialized Fields

file

File file

mimeType

String mimeType

closeListeners

ArrayList closeListeners

Class org.netbeans.modules.vcscore.util.Table extends LinkedHashMap implements Serializable

Class org.netbeans.modules.vcscore.util.TableMap extends AbstractTableModel implements Serializable

serialVersionUID: 764201097633884793l

Serialized Fields

model

TableModel model

Class org.netbeans.modules.vcscore.util.TableSorter extends TableMap implements Serializable

serialVersionUID: 6824746536363157563l

Serialized Fields

indexes

int[] indexes

sortingColumns

Vector sortingColumns

ascending

boolean ascending

sortedColumn

int sortedColumn

keepSortedOnChanges

boolean keepSortedOnChanges

compares

int compares

Class org.netbeans.modules.vcscore.util.VariableInputDialog extends JPanel implements Serializable

serialVersionUID: 8363935602008486018l

Serialized Fields

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

Class org.netbeans.modules.vcscore.util.VariableInputFormatException extends IllegalArgumentException implements Serializable

serialVersionUID: 1730864462584417989l

Serialized Fields

message

String message

Class org.netbeans.modules.vcscore.util.VariableValueAdjustment extends Object implements Serializable

serialVersionUID: 2773459026157834845l

Serialized Fields

adjustingChar

char adjustingChar

adjustedChars

HashSet adjustedChars

adjustedVars

HashSet adjustedVars

quoting

String quoting


Package org.netbeans.modules.vcscore.util.table

Class org.netbeans.modules.vcscore.util.table.TableInfoModel extends AbstractTableModel implements Serializable

serialVersionUID: -794293494044050639l

Serialized Fields

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

Class org.netbeans.modules.vcscore.versioning.RefreshRevisionsAction extends CookieAction implements Serializable

serialVersionUID: 4288687339093602713l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.netbeans.modules.vcscore.versioning.RevisionChildren extends Children.Keys implements Serializable

Serialized Fields

list

RevisionList list

item

RevisionItem item

changeListenerToList

ChangeListener changeListenerToList

notificationListeners

ArrayList notificationListeners

added

boolean added

Class org.netbeans.modules.vcscore.versioning.RevisionEditorSupport.Env extends Object implements Serializable

serialVersionUID: -2945098431098324441l

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Disable serialization.

Class org.netbeans.modules.vcscore.versioning.RevisionEvent extends ChangeEvent implements Serializable

serialVersionUID: 2954900165229291293l

Serialized Fields

changedRevision

String changedRevision

revisionChangeID

int revisionChangeID

Class org.netbeans.modules.vcscore.versioning.RevisionItem extends Object implements Serializable

serialVersionUID: 6021472313331712674l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException,
                        NotActiveException
Serialized Fields

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

Class org.netbeans.modules.vcscore.versioning.RevisionList extends TreeSet implements Serializable

serialVersionUID: -8578787400541124223l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException,
                        NotActiveException

Class org.netbeans.modules.vcscore.versioning.VersioningRepository extends Object implements Serializable

serialVersionUID: 8047724018983158285l

Serialized Fields

verSystems

ArrayList verSystems

verSystemsCopy

ArrayList verSystemsCopy

names

Hashtable names

propListener

PropertyChangeListener propListener
property listener on systemName property of file system

Class org.netbeans.modules.vcscore.versioning.VersioningRepositoryEvent extends EventObject implements Serializable

Serialized Fields

vr

VersioningRepository vr

vfs

VersioningFileSystem vfs

added

boolean added


Package org.netbeans.modules.vcscore.versioning.impl

Class org.netbeans.modules.vcscore.versioning.impl.NumDotRevisionItem extends RevisionItem implements Serializable

serialVersionUID: 7946273312693547993l

Serialized Fields

numAcceptDots

int numAcceptDots
The number of dots that we match as subitems.

Class org.netbeans.modules.vcscore.versioning.impl.VersioningExplorer.Panel extends ExplorerPanel implements Serializable

serialVersionUID: -264310566346550916l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException


 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.