A C E G I J K L M O P R S W _

A

ACTION_Refresh - Static variable in class com.jbase.jbuilder5vcs.Actions
 
Actions - class com.jbase.jbuilder5vcs.Actions.
Title: jBuilder/Perforce
Description: For integrate perforce on jBuilder5,
Found all the basic action and group for integrate P4,
each anonymous class is a menu.
Remark: The truth table for enable menu:
X -> Does not have
V -> Must be
Cmd File On DepotFile on PendingNew File Sync V

Edit V X
Revert
V
Submit
V
Add X X V
If no connection, all menu without "connect" will be disable.
Actions() - Constructor for class com.jbase.jbuilder5vcs.Actions
 
ADD - Static variable in class com.jbase.jbuilder5vcs.Actions
Add file(s) action
add(Node[]) - Method in class com.jbase.jbuilder5vcs.P4Cmd
Add file(s) to P4 and update the lists file on the P4ClientSpec
add(Node[], Set, Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
Add file(s) to P4 and update the lists file on the P4ClientSpec
add(Set, Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
Add file(s) to P4 and update the lists file on the P4ClientSpec
addFile(Node[]) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Add file(s) on Pending list of P4,
addFile(Set, Project) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Add file(s) on Pending list of P4, file come from VCSBrowser
addFileOnDepot(StringBuffer) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
Add filse on the depot colection
addFileOnPending(StringBuffer) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
Add filse on the pending colection

C

CMD_ADD - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_CHANGE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_CLIENT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_CLIENT_OPTION - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_CONSOLE_INPUT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_CONSOLE_MODE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_EDIT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_FILE_TYPE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_FILE_TYPE_TEXT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_HAVE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_HOST_OPTION - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_P4 - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_PASSWORD - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_PORT_OPTION - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_REVERT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_SUBMIT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_SYNC - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
CMD_USER - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
com.jbase.jbuilder5vcs - package com.jbase.jbuilder5vcs
 
COMMENT_MANDATORY - Static variable in class com.jbase.jbuilder5vcs.RevisionStatus
 
COMMIT - Static variable in class com.jbase.jbuilder5vcs.Actions
Will be call by the VCSCommitBrowser.
commit(Set, OutputRunnerListener, Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
For submit all modifications selected on the status window to P4.
commitFile(Set, OutputRunnerListener, Project) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
For commit file from the VCSBrowser
ConfigPanel - class com.jbase.jbuilder5vcs.ConfigPanel.
Title: jBuilder/Perforce
Description: The panel will be integrate on jBuilder,
This is the swing panel with the basic configuration for
communicate with P4 (on local computer).
ConfigPanel() - Constructor for class com.jbase.jbuilder5vcs.ConfigPanel
 
CONNECT - Static variable in class com.jbase.jbuilder5vcs.Actions
Try to connect to P4
connect() - Method in class com.jbase.jbuilder5vcs.P4Cmd
Try to connect with P4, for this make a refresh
connect() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Try to connect to P4
connected - Variable in class com.jbase.jbuilder5vcs.PerforceVCS
 

E

EDIT - Static variable in class com.jbase.jbuilder5vcs.Actions
Pass file from depot to default pending list
edit(Node[]) - Method in class com.jbase.jbuilder5vcs.P4Cmd
For "check-out" file(s) from P4 and update the lists file on the P4ClientSpec
edit(Node[], Set, Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
For "check-out" file(s) from P4 and update the lists file on the P4ClientSpec
edit(Set, Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
For "check-out" file(s) from P4 and update the lists file on the P4ClientSpec
editFile(Node[]) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Pass file(s) from depot to default pending list of P4,
editFile(Set, Project) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Pass file(s) from depot to default pending list of P4, file come from VCSBrowser

G

getAccess() - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
getAction(DelegateAction) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
This is a test for create my refresh action, but it doesn't work ;-(
getActions() - Method in class com.jbase.jbuilder5vcs.RevisionStatus
 
getClient() - Method in class com.jbase.jbuilder5vcs.ConfigPanel
CLIENT Property
getClient() - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
getDefaultPort() - Method in class com.jbase.jbuilder5vcs.ConfigPanel
PORT DEFAULT Property
getDeleteDialog() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
NOT USED
getDepot() - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
getDescription() - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
getDescription() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
 
getDescription() - Method in class com.jbase.jbuilder5vcs.RevisionStatus
 
getFileNameInRepository(File) - Static method in class com.jbase.jbuilder5vcs.PerforceVCS
NOT USED
getHelpTopic() - Method in class com.jbase.jbuilder5vcs.jPropertyPage
NOT USED
getHost() - Method in class com.jbase.jbuilder5vcs.ConfigPanel
HOST Property
getHost() - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
getName() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
 
getOptions(int) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
getOwner() - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
getP4ContextMenu() - Static method in class com.jbase.jbuilder5vcs.Actions
Create a new action group with the action for P4 for the context menu
getP4Menu() - Static method in class com.jbase.jbuilder5vcs.Actions
Create a new action group with the action for P4 and the connect
getPassword() - Method in class com.jbase.jbuilder5vcs.ConfigPanel
PASSWORD Property
getPort() - Method in class com.jbase.jbuilder5vcs.ConfigPanel
PORT Property
getProjectConfigPage(JBProject) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Return the property page to display when the user clicks on the Team tab.
getProjectStatus(Project) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Get the project status from the current P4cmd
getRepositoryPath() - Static method in class com.jbase.jbuilder5vcs.PerforceVCS
NOT USED
getRevisions(Url) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
NOT USED
getRoot() - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
getSource(Url, RevisionInfo) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
NOT USED
getStatus(Project) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
Get the status list of the specified project,
getStatus(Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
Get the status from the current description
getStatusIcon() - Method in class com.jbase.jbuilder5vcs.RevisionStatus
Returns the icon that will be displayed in the VCSCommitBrowser
getTitle() - Method in class com.jbase.jbuilder5vcs.P4ErrorApplication
 
getUpdate() - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
getUser() - Method in class com.jbase.jbuilder5vcs.ConfigPanel
USER Property
getVCSBrowserContextActionProvider() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
NOT USED
getVCSContextMenuGroup() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Return the list of actions that will be presented in the context menu in the project pane.
getVCSFileMenuGroup() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
 
getVCSIcon() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
 
getVCSProjectMenuGroup() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
The menu will be appear on the Team Menu of jBuilder

I

initialize(Component) - Static method in class com.jbase.jbuilder5vcs.P4SyncPanel
 
initialize(Component, String[], String, String) - Static method in class com.jbase.jbuilder5vcs.ListDialog
Set up the dialog.
initOpenTool(byte, byte) - Static method in class com.jbase.jbuilder5vcs.PerforceVCS
Register the PerforceVCS with the VCS Factory.
isBinary(Url) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
 
isConfigureVCSMenuEnabled() - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Set the menu enable for the configuration of Perfoce.
isConnected() - Method in class com.jbase.jbuilder5vcs.P4Cmd
Check on a attribute of the P4ClientSpec, if it's null, the connection
is down
isModifiedInVCS() - Method in class com.jbase.jbuilder5vcs.RevisionStatus
called by VCSCommitBrowser to determine if the file has repository changes
isModifiedLocally() - Method in class com.jbase.jbuilder5vcs.RevisionStatus
 
isNew() - Method in class com.jbase.jbuilder5vcs.RevisionStatus
 
isOnVCS(Url, Project, int) - Method in class com.jbase.jbuilder5vcs.P4Cmd
Test if the file pass on parameter is under P4.
isUnderVCS(String, int) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
Check on the collection respective (depot or pending) if
isUnderVCS(Url) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
The methode inherite of VCS, it's overload for add the depot or pending list.
isUnderVCS(Url, int) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Retrun true, if the file passed in parameter are on P4 nDepotPending -> On P4, a file should be on the depot or on a pending list.

J

jPropertyPage - class com.jbase.jbuilder5vcs.jPropertyPage.
Title: jBuilder/Perforce
Description: The class take by jBuilder for construct the Config Panel
Company:jBase.
jPropertyPage(JBProject) - Constructor for class com.jbase.jbuilder5vcs.jPropertyPage
 

K

KEY_ACCESS - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 
KEY_CLIENT - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 
KEY_DESCRIPTION - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 
KEY_FILES - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 
KEY_HOST - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 
KEY_OPTIONS - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 
KEY_OWNER - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 
KEY_ROOT - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 
KEY_UPDATE - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 
KEY_VIEW - Static variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 

L

ListDialog - class com.jbase.jbuilder5vcs.ListDialog.
Use this modal dialog to let the user choose one string from a long list.
LogError - class com.jbase.jbuilder5vcs.LogError.
Title: Log Error Description: Utility for log error Company: jBase
LogError() - Constructor for class com.jbase.jbuilder5vcs.LogError
 
logInfo(String, String) - Static method in class com.jbase.jbuilder5vcs.LogError
 

M

main(String[]) - Static method in class com.jbase.jbuilder5vcs.Actions
Just for tests
main(String[]) - Static method in class com.jbase.jbuilder5vcs.ListDialog
This is here so that you can view ListDialog even if you haven't written the code to include it in a program.
main(String[]) - Static method in class com.jbase.jbuilder5vcs.P4ClientSpec
For test only
main(String[]) - Static method in class com.jbase.jbuilder5vcs.P4SyncPanel
 
MSG_COMMIT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_COMMITTED - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_CONNECT_IMPOSSIBLE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_CONNECT_TITLE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_DESCRIPTION - Static variable in class com.jbase.jbuilder5vcs.Actions
 
MSG_ENTER_COMMENT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_IS_UPTODATE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_NO_ITEMS - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_NO_SUBMITTED - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_ADD_TITLE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_COMMIT_TITLE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_EDIT_TITLE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_FILE_NOT_ON_CLIENT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_FILE_REVERTED - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_FILE_REVERTED_AFTER_ADD - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_NO_CONNECTION - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_OPEN_FOR_ADD - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_OPEN_FOR_EDIT - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_REVERT_TITLE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_SUBMIT_TITLE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_SUBMITTED - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_SYNCHRO_TITLE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_UPDATING - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_UPTODATE - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_P4_WAS_ADD - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_SUCCESSFULL - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
MSG_UNSUCCESSFULL - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 

O

ON_DEP_OR_PEN_LIST - Static variable in class com.jbase.jbuilder5vcs.Actions
 
ON_DEPOT_LIST - Static variable in class com.jbase.jbuilder5vcs.Actions
 
ON_PENDING_LIST - Static variable in class com.jbase.jbuilder5vcs.Actions
 

P

P4ClientSpec - class com.jbase.jbuilder5vcs.P4ClientSpec.
Title: JBuilder/Perforce
Description: Integration of Perforce on jBuilder
This class is a mirror of the P4 client, it maintain the list of
file on the pending list and on the depot list.
P4ClientSpec() - Constructor for class com.jbase.jbuilder5vcs.P4ClientSpec
 
P4ClientSpec(String, String, String) - Constructor for class com.jbase.jbuilder5vcs.P4ClientSpec
Creates new P4ClientSpec
P4Cmd - class com.jbase.jbuilder5vcs.P4Cmd.
Title: JBuilder/Perforce Description: call command of P4.
command supported: - sync - edit - submit - revert - client - add - have - change This class has a field variable with a p4ClientSpec.
P4Cmd() - Constructor for class com.jbase.jbuilder5vcs.P4Cmd
 
P4ErrorApplication - exception com.jbase.jbuilder5vcs.P4ErrorApplication.
Title: JBuilder/Perforce Description: Integration of Perforce on jBuilder, the goal is to represente
a applicative error of P4.
P4ErrorApplication() - Constructor for class com.jbase.jbuilder5vcs.P4ErrorApplication
 
P4ErrorApplication(String) - Constructor for class com.jbase.jbuilder5vcs.P4ErrorApplication
 
P4ErrorApplication(String, String) - Constructor for class com.jbase.jbuilder5vcs.P4ErrorApplication
 
P4ErrorConnection - exception com.jbase.jbuilder5vcs.P4ErrorConnection.
Title: JBuilder/Perforce Description: Integration of Perforce on jBuilder, the goal is to represente
a error of connection to P4.
P4ErrorConnection() - Constructor for class com.jbase.jbuilder5vcs.P4ErrorConnection
 
P4ErrorConnection(String) - Constructor for class com.jbase.jbuilder5vcs.P4ErrorConnection
 
P4SyncPanel - class com.jbase.jbuilder5vcs.P4SyncPanel.
Title: JBuilder/Perforce Description: Integration of Perforce on jBuilder, This is the dialog for enter some information for the synchronize.
P4SyncPanel(Frame) - Constructor for class com.jbase.jbuilder5vcs.P4SyncPanel
 
PerforceVCS - class com.jbase.jbuilder5vcs.PerforceVCS.
Title: jBuilder/Perforce
Description: For integrate perforce on jBuilder, This is the start class.
PerforceVCS() - Constructor for class com.jbase.jbuilder5vcs.PerforceVCS
 
PROJECT_STATUS - Static variable in class com.jbase.jbuilder5vcs.Actions
The project status window for a overview of all file on project
PROP_CLIENT - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_CLIENT_DEFAULT - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_HOST - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_ISNEW - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_P4 - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_PASSWORD - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_PATH - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_PORT - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_PORT_DEFAULT - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_USER - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 
PROP_USER_DEFAULT - Static variable in class com.jbase.jbuilder5vcs.PerforceVCS
 

R

readProperties() - Method in class com.jbase.jbuilder5vcs.jPropertyPage
Read properties from the project for setting the
refresh() - Method in class com.jbase.jbuilder5vcs.P4Cmd
Refresch the class, get the description from P4
refresh(String, String, String) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
For refresh the list of avaible file on P4 and reconfigure
removeFileFromPending(StringBuffer) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
Remove file from the pending colection
REVERT - Static variable in class com.jbase.jbuilder5vcs.Actions
Undo midification from P4
revert(Node[]) - Method in class com.jbase.jbuilder5vcs.P4Cmd
Undo the modifications and update the lists file on the P4ClientSpec
revert(Node[], Set, Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
Undo the modifications and update the lists file on the P4ClientSpec
revert(Set, Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
Undo the modifications and update the lists file on the P4ClientSpec
revertFile(Node[]) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Revert file(s) on Pending list of P4,
revertFile(Set, Project) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Revert file(s) on Pending list of P4, file come from VCSBrowser
RevisionStatus - class com.jbase.jbuilder5vcs.RevisionStatus.
Title: jBuilder/Perforce
Description: Implementation of the VCSFileStatus abstract class to provide status information about
revisions stored in this VCS.
This is fundamental to provide support for the VCSCommitBrowser dialog.
RevisionStatus(int) - Constructor for class com.jbase.jbuilder5vcs.RevisionStatus
 

S

setAccess(String) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
setClient(String) - Method in class com.jbase.jbuilder5vcs.ConfigPanel
 
setClient(String) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
setDefaultPort(boolean) - Method in class com.jbase.jbuilder5vcs.ConfigPanel
 
setDepot(String) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
Properties Get and Set
setDescriptiont(String) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
setHost(String) - Method in class com.jbase.jbuilder5vcs.ConfigPanel
 
setHost(String) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
setOptions(String, int) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
setOwner(String) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
setPassword(String) - Method in class com.jbase.jbuilder5vcs.ConfigPanel
 
setPort(String) - Method in class com.jbase.jbuilder5vcs.ConfigPanel
 
setRoot(String) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
setUpdate(String) - Method in class com.jbase.jbuilder5vcs.P4ClientSpec
 
setUser(String) - Method in class com.jbase.jbuilder5vcs.ConfigPanel
 
showDialog(Component) - Static method in class com.jbase.jbuilder5vcs.P4SyncPanel
 
showDialog(Component, String) - Static method in class com.jbase.jbuilder5vcs.ListDialog
Show the initialized dialog.
STATUS_NEW - Static variable in class com.jbase.jbuilder5vcs.RevisionStatus
 
STATUS_ON_DEPOT - Static variable in class com.jbase.jbuilder5vcs.RevisionStatus
 
STATUS_ON_WORKSPACE - Static variable in class com.jbase.jbuilder5vcs.RevisionStatus
 
STATUS_REMOVED - Static variable in class com.jbase.jbuilder5vcs.RevisionStatus
 
SUBMIT - Static variable in class com.jbase.jbuilder5vcs.Actions
Submit modifications to P4
submit(Node[], String) - Method in class com.jbase.jbuilder5vcs.P4Cmd
For submit all modifications to P4 and update the lists file on the P4ClientSpec Warning: If another user had modified and submit the files, you must launch P4 for merge the files.
submitFile(Node[], String) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Pass file(s) from default pending list to depot of P4, if some files must be merge, the user must be launch P4 for make manualy merge.
SYNC - Static variable in class com.jbase.jbuilder5vcs.Actions
Synchronise file from P4
sync(Node[]) - Method in class com.jbase.jbuilder5vcs.P4Cmd
For synchronize file(s) with P4,
sync(Node[], Set, Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
For synchronize file(s) with P4,
sync(Set, Project) - Method in class com.jbase.jbuilder5vcs.P4Cmd
For synchronize file(s) with P4,
syncFile(Node[]) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Synchronize file(s) from depot of P4,
syncFile(Set, Project) - Method in class com.jbase.jbuilder5vcs.PerforceVCS
Synchronize file(s) from depot of P4, file come from VCSBrowser

W

writeProperties() - Method in class com.jbase.jbuilder5vcs.jPropertyPage
Write properties on the project when the Config panel

_

_mySpec - Static variable in class com.jbase.jbuilder5vcs.P4Cmd
 
_url - Variable in class com.jbase.jbuilder5vcs.P4ClientSpec
 

A C E G I J K L M O P R S W _