Java Doc for SourceJammerClient.java in  » Source-Control » sourcejammer » org » sourcejammer » client » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Source Control » sourcejammer » org.sourcejammer.client 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.sourcejammer.client.SourceJammerClient

SourceJammerClient
public class SourceJammerClient (Code)
Title: $FileName: SourceJammerClient.java$
version:
   $VerNum: 19$
author:
   $AuthorName: Rob MacGrogan$


author:
   $Description: $

author:
   $KeyWordsOff: $

Inner Class :final public static class ConfXMLNodes

Field Summary
final public static  StringBOLD
    
final public static  StringBOLDITALIC
    
final public static  StringITALIC
    
final public static  StringJ_FILE_CHOOSER
    
final public static  StringPLAIN
    
final public static  StringTREE_FILE_DIALOG
    
final public static  StringVERSION
    
final public static  Stringlfa_DELETE
    
final public static  Stringlfa_GET_LATEST
    
final public static  Stringlfa_NO_SPECIAL_ACTION
    
final public static  Stringlfa_SET_READ_ONLY
    


Method Summary
public  ColorgetAddedColor()
     Returns the addedColor.
public  intgetDefaultEOLType()
     Returns the defaultEOLType.
public  char[]getDefaultEndOfLine()
     Returns the defaultEndOfLine.
public  intgetDefaultFileType()
     Returns the defaultFileType.
public  ColorgetDeletedColor()
     Returns the deletedColor.
public  StringgetDisplayTextPropertiesFileName()
     Returns the displayTextPropertiesFileName.
public  StringgetFileDialogType()
     Returns the fileDialogType.
public  FileEventListenerPluginPoolgetFileListeners()
    
public  FileEventListenerPluginPoolgetFilePool()
     Returns the filePool.
public  String[]getHideFileCommand()
     Returns the hideFileCommand.
public  StringgetInitialLookAndFeel()
     Returns the initialLookAndFeel.
public static  SourceJammerClientgetInstance()
    
public static  SourceJammerClientgetInstance(String confPath)
    
public  StringgetKeyStoreFile()
    
public  String[]getMakeWritableCommand()
     Returns the makeWritableCommand.
public  intgetMaxFileSendChunkSize()
     Returns the maxFileSendChunkSize.
public  ColorgetModifiedColor()
     Returns the modifiedColor.
public  FontgetMonoFont()
     Returns the monoFont.
public  ColorgetNotInArchiveColor()
     Returns the notInArchiveColor.
public  ColorgetNotInLocalColor()
     Returns the notInLocalColor.
public  ColorgetNotInSyncColor()
     Returns the notInSyncColor.
public  StringgetOnAddFileAction()
     Returns the onAddFileAction.
public  StringgetOnCheckInFileAction()
     Returns the onCheckInFileAction.
public  StringgetOnFileModifiedOnCheckin()
     Returns the onFileModifiedOnCheckin.
public  StringgetOnGetFileAction()
     Returns the onGetFileAction.
public  ArrayListgetPlugins()
    
public  String[]getShowFileCommand()
     Returns the showFileCommand.
public  intgetTabSize()
     Returns the tabSize.
public  intgetZipIfLargerThan()
     Returns the zipIfLargerThan.
public  voidsave()
    
public  voidsetAddedColor(Color addedColor)
     Sets the addedColor.
public  voidsetDefaultEOLType(int defaultEOLType)
     Sets the defaultEOLType.
public  voidsetDefaultEndOfLine(char[] defaultEndOfLine)
     Sets the defaultEndOfLine.
public  voidsetDefaultFileType(int defaultFileType)
     Sets the defaultFileType.
public  voidsetDeletedColor(Color deletedColor)
     Sets the deletedColor.
public  voidsetDisplayTextPropertiesFileName(String displayTextPropertiesFileName)
     Sets the displayTextPropertiesFileName.
public  voidsetFileDialogType(String fileDialogType)
     Sets the fileDialogType.
public  voidsetFilePool(FileEventListenerPluginPool filePool)
     Sets the filePool.
public  voidsetHideFileCommand(String[] hideFileCommand)
     Sets the hideFileCommand.
public  voidsetInitialLookAndFeel(String initialLookAndFeel)
     Sets the initialLookAndFeel.
public  voidsetKeyStoreFile(String keyStoreFile)
     Sets the keyStoreFile.
public  voidsetMakeWritableCommand(String[] makeWritableCommand)
     Sets the makeWritableCommand.
public  voidsetMaxFileSendChunkSize(int maxFileSendChunkSize)
     Sets the maxFileSendChunkSize.
public  voidsetModifiedColor(Color modifiedColor)
     Sets the modifiedColor.
public  voidsetMonoFont(Font monoFont)
     Sets the monoFont.
public  voidsetNotInArchiveColor(Color notInArchiveColor)
     Sets the notInArchiveColor.
public  voidsetNotInLocalColor(Color notInLocalColor)
     Sets the notInLocalColor.
public  voidsetNotInSyncColor(Color notInSyncColor)
     Sets the notInSyncColor.
public  voidsetOnAddFileAction(String onAddFileAction)
     Sets the onAddFileAction.
public  voidsetOnCheckInFileAction(String onCheckInFileAction)
     Sets the onCheckInFileAction.
public  voidsetOnFileModifiedOnCheckin(String onFileModifiedOnCheckin)
     Sets the onFileModifiedOnCheckin.
public  voidsetOnGetFileAction(String onGetFileAction)
     Sets the onGetFileAction.
public  voidsetShowFileCommand(String[] showFileCommand)
     Sets the showFileCommand.
public  voidsetTabSize(int tabSize)
     Sets the tabSize.
public  voidsetZipIfLargerThan(int zipIfLargerThan)
     Sets the zipIfLargerThan.

Field Detail
BOLD
final public static String BOLD(Code)



BOLDITALIC
final public static String BOLDITALIC(Code)



ITALIC
final public static String ITALIC(Code)



J_FILE_CHOOSER
final public static String J_FILE_CHOOSER(Code)



PLAIN
final public static String PLAIN(Code)



TREE_FILE_DIALOG
final public static String TREE_FILE_DIALOG(Code)



VERSION
final public static String VERSION(Code)



lfa_DELETE
final public static String lfa_DELETE(Code)



lfa_GET_LATEST
final public static String lfa_GET_LATEST(Code)



lfa_NO_SPECIAL_ACTION
final public static String lfa_NO_SPECIAL_ACTION(Code)



lfa_SET_READ_ONLY
final public static String lfa_SET_READ_ONLY(Code)





Method Detail
getAddedColor
public Color getAddedColor()(Code)
Returns the addedColor. Color



getDefaultEOLType
public int getDefaultEOLType()(Code)
Returns the defaultEOLType. int



getDefaultEndOfLine
public char[] getDefaultEndOfLine()(Code)
Returns the defaultEndOfLine. char[]



getDefaultFileType
public int getDefaultFileType()(Code)
Returns the defaultFileType. int



getDeletedColor
public Color getDeletedColor()(Code)
Returns the deletedColor. Color



getDisplayTextPropertiesFileName
public String getDisplayTextPropertiesFileName()(Code)
Returns the displayTextPropertiesFileName. String



getFileDialogType
public String getFileDialogType()(Code)
Returns the fileDialogType. String



getFileListeners
public FileEventListenerPluginPool getFileListeners()(Code)



getFilePool
public FileEventListenerPluginPool getFilePool()(Code)
Returns the filePool. FileEventListenerPluginPool



getHideFileCommand
public String[] getHideFileCommand()(Code)
Returns the hideFileCommand. String[]



getInitialLookAndFeel
public String getInitialLookAndFeel()(Code)
Returns the initialLookAndFeel. String



getInstance
public static SourceJammerClient getInstance()(Code)



getInstance
public static SourceJammerClient getInstance(String confPath)(Code)



getKeyStoreFile
public String getKeyStoreFile()(Code)



getMakeWritableCommand
public String[] getMakeWritableCommand()(Code)
Returns the makeWritableCommand. String[]



getMaxFileSendChunkSize
public int getMaxFileSendChunkSize()(Code)
Returns the maxFileSendChunkSize. int



getModifiedColor
public Color getModifiedColor()(Code)
Returns the modifiedColor. Color



getMonoFont
public Font getMonoFont()(Code)
Returns the monoFont. Font



getNotInArchiveColor
public Color getNotInArchiveColor()(Code)
Returns the notInArchiveColor. Color



getNotInLocalColor
public Color getNotInLocalColor()(Code)
Returns the notInLocalColor. Color



getNotInSyncColor
public Color getNotInSyncColor()(Code)
Returns the notInSyncColor. Color



getOnAddFileAction
public String getOnAddFileAction()(Code)
Returns the onAddFileAction. String



getOnCheckInFileAction
public String getOnCheckInFileAction()(Code)
Returns the onCheckInFileAction. String



getOnFileModifiedOnCheckin
public String getOnFileModifiedOnCheckin()(Code)
Returns the onFileModifiedOnCheckin. String



getOnGetFileAction
public String getOnGetFileAction()(Code)
Returns the onGetFileAction. String



getPlugins
public ArrayList getPlugins()(Code)



getShowFileCommand
public String[] getShowFileCommand()(Code)
Returns the showFileCommand. String[]



getTabSize
public int getTabSize()(Code)
Returns the tabSize. int



getZipIfLargerThan
public int getZipIfLargerThan()(Code)
Returns the zipIfLargerThan. int



save
public void save() throws TransformerException, IOException(Code)



setAddedColor
public void setAddedColor(Color addedColor)(Code)
Sets the addedColor.
Parameters:
  addedColor - The addedColor to set



setDefaultEOLType
public void setDefaultEOLType(int defaultEOLType)(Code)
Sets the defaultEOLType.
Parameters:
  defaultEOLType - The defaultEOLType to set



setDefaultEndOfLine
public void setDefaultEndOfLine(char[] defaultEndOfLine)(Code)
Sets the defaultEndOfLine.
Parameters:
  defaultEndOfLine - The defaultEndOfLine to set



setDefaultFileType
public void setDefaultFileType(int defaultFileType)(Code)
Sets the defaultFileType.
Parameters:
  defaultFileType - The defaultFileType to set



setDeletedColor
public void setDeletedColor(Color deletedColor)(Code)
Sets the deletedColor.
Parameters:
  deletedColor - The deletedColor to set



setDisplayTextPropertiesFileName
public void setDisplayTextPropertiesFileName(String displayTextPropertiesFileName)(Code)
Sets the displayTextPropertiesFileName.
Parameters:
  displayTextPropertiesFileName - The displayTextPropertiesFileName to set



setFileDialogType
public void setFileDialogType(String fileDialogType)(Code)
Sets the fileDialogType.
Parameters:
  fileDialogType - The fileDialogType to set



setFilePool
public void setFilePool(FileEventListenerPluginPool filePool)(Code)
Sets the filePool.
Parameters:
  filePool - The filePool to set



setHideFileCommand
public void setHideFileCommand(String[] hideFileCommand)(Code)
Sets the hideFileCommand.
Parameters:
  hideFileCommand - The hideFileCommand to set



setInitialLookAndFeel
public void setInitialLookAndFeel(String initialLookAndFeel)(Code)
Sets the initialLookAndFeel.
Parameters:
  initialLookAndFeel - The initialLookAndFeel to set



setKeyStoreFile
public void setKeyStoreFile(String keyStoreFile)(Code)
Sets the keyStoreFile.
Parameters:
  keyStoreFile - The keyStoreFile to set



setMakeWritableCommand
public void setMakeWritableCommand(String[] makeWritableCommand)(Code)
Sets the makeWritableCommand.
Parameters:
  makeWritableCommand - The makeWritableCommand to set



setMaxFileSendChunkSize
public void setMaxFileSendChunkSize(int maxFileSendChunkSize)(Code)
Sets the maxFileSendChunkSize.
Parameters:
  maxFileSendChunkSize - The maxFileSendChunkSize to set



setModifiedColor
public void setModifiedColor(Color modifiedColor)(Code)
Sets the modifiedColor.
Parameters:
  modifiedColor - The modifiedColor to set



setMonoFont
public void setMonoFont(Font monoFont)(Code)
Sets the monoFont.
Parameters:
  monoFont - The monoFont to set



setNotInArchiveColor
public void setNotInArchiveColor(Color notInArchiveColor)(Code)
Sets the notInArchiveColor.
Parameters:
  notInArchiveColor - The notInArchiveColor to set



setNotInLocalColor
public void setNotInLocalColor(Color notInLocalColor)(Code)
Sets the notInLocalColor.
Parameters:
  notInLocalColor - The notInLocalColor to set



setNotInSyncColor
public void setNotInSyncColor(Color notInSyncColor)(Code)
Sets the notInSyncColor.
Parameters:
  notInSyncColor - The notInSyncColor to set



setOnAddFileAction
public void setOnAddFileAction(String onAddFileAction)(Code)
Sets the onAddFileAction.
Parameters:
  onAddFileAction - The onAddFileAction to set



setOnCheckInFileAction
public void setOnCheckInFileAction(String onCheckInFileAction)(Code)
Sets the onCheckInFileAction.
Parameters:
  onCheckInFileAction - The onCheckInFileAction to set



setOnFileModifiedOnCheckin
public void setOnFileModifiedOnCheckin(String onFileModifiedOnCheckin)(Code)
Sets the onFileModifiedOnCheckin.
Parameters:
  onFileModifiedOnCheckin - The onFileModifiedOnCheckin to set



setOnGetFileAction
public void setOnGetFileAction(String onGetFileAction)(Code)
Sets the onGetFileAction.
Parameters:
  onGetFileAction - The onGetFileAction to set



setShowFileCommand
public void setShowFileCommand(String[] showFileCommand)(Code)
Sets the showFileCommand.
Parameters:
  showFileCommand - The showFileCommand to set



setTabSize
public void setTabSize(int tabSize)(Code)
Sets the tabSize.
Parameters:
  tabSize - The tabSize to set



setZipIfLargerThan
public void setZipIfLargerThan(int zipIfLargerThan)(Code)
Sets the zipIfLargerThan.
Parameters:
  zipIfLargerThan - The zipIfLargerThan to set



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.