Package com.jbase.jbuilder5vcs

Class Summary
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.
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).
jPropertyPage Title: jBuilder/Perforce
Description: The class take by jBuilder for construct the Config Panel
Company:jBase.
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.
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.
P4SyncPanel Title: JBuilder/Perforce Description: Integration of Perforce on jBuilder, This is the dialog for enter some information for the synchronize.
PerforceVCS Title: jBuilder/Perforce
Description: For integrate perforce on jBuilder, This is the start class.
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.
 

Exception Summary
P4ErrorApplication Title: JBuilder/Perforce Description: Integration of Perforce on jBuilder, the goal is to represente
a applicative error of P4.
P4ErrorConnection Title: JBuilder/Perforce Description: Integration of Perforce on jBuilder, the goal is to represente
a error of connection to P4.