org.eclipse.jgit.awtui
Class UIText

java.lang.Object
  extended by org.eclipse.jgit.nls.TranslationBundle
      extended by org.eclipse.jgit.awtui.UIText

public class UIText
extends TranslationBundle

Translation bundle for JGit UI


Field Summary
 java.lang.String authenticationRequired
           
 java.lang.String author
           
 java.lang.String date
           
 java.lang.String enterUsernameAndPasswordFor
           
 java.lang.String mustBeSpecialTableModel
           
 java.lang.String password
           
 java.lang.String username
           
 java.lang.String warning
           
 
Constructor Summary
UIText()
           
 
Method Summary
static UIText get()
           
 
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authenticationRequired

public java.lang.String authenticationRequired

author

public java.lang.String author

date

public java.lang.String date

enterUsernameAndPasswordFor

public java.lang.String enterUsernameAndPasswordFor

mustBeSpecialTableModel

public java.lang.String mustBeSpecialTableModel

password

public java.lang.String password

username

public java.lang.String username

warning

public java.lang.String warning
Constructor Detail

UIText

public UIText()
Method Detail

get

public static UIText get()
Returns:
an instance of this translation bundle


Copyright © 2011. All Rights Reserved.