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
 String authenticationRequired
           
 String author
           
 String date
           
 String enterUsernameAndPasswordFor
           
 String mustBeSpecialTableModel
           
 String password
           
 String username
           
 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 String authenticationRequired

author

public String author

date

public String date

enterUsernameAndPasswordFor

public String enterUsernameAndPasswordFor

mustBeSpecialTableModel

public String mustBeSpecialTableModel

password

public String password

username

public String username

warning

public 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.