Uses of Class
de.grogra.util.I18NBundle
Package
Description
-
Uses of I18NBundle in de.grogra.blocks
-
Uses of I18NBundle in de.grogra.cli
-
Uses of I18NBundle in de.grogra.cli.ui
Modifier and TypeMethodDescriptionint
CLIWindowSupport.showChoiceDialog
(String title, I18NBundle bundle, String keyBase, String[] options) Create a dialog where one of the options get selected. -
Uses of I18NBundle in de.grogra.ext.pdb
-
Uses of I18NBundle in de.grogra.ext.x3d
-
Uses of I18NBundle in de.grogra.gl
-
Uses of I18NBundle in de.grogra.gpuflux
-
Uses of I18NBundle in de.grogra.grammar
Modifier and TypeMethodDescriptionvoid
RecognitionExceptionList.addLexicalError
(I18NBundle bundle, String key, antlr.collections.AST node) void
RecognitionExceptionList.addLexicalError
(I18NBundle bundle, String key, antlr.Token token) void
RecognitionExceptionList.addLexicalWarning
(I18NBundle bundle, String key, antlr.collections.AST node) void
RecognitionExceptionList.addLexicalWarning
(I18NBundle bundle, String key, antlr.Token token) void
RecognitionExceptionList.addSemanticError
(I18NBundle bundle, String key, antlr.collections.AST node) void
RecognitionExceptionList.addSemanticError
(I18NBundle bundle, String key, antlr.Token token) void
RecognitionExceptionList.addSemanticWarning
(I18NBundle bundle, String key, antlr.collections.AST node) void
RecognitionExceptionList.addSemanticWarning
(I18NBundle bundle, String key, antlr.Token token) void
RecognitionExceptionList.addSyntacticError
(I18NBundle bundle, String key, antlr.collections.AST node) void
RecognitionExceptionList.addSyntacticError
(I18NBundle bundle, String key, antlr.Token token) void
RecognitionExceptionList.addSyntacticWarning
(I18NBundle bundle, String key, antlr.collections.AST node) void
RecognitionExceptionList.addSyntacticWarning
(I18NBundle bundle, String key, antlr.Token token) -
Uses of I18NBundle in de.grogra.graph
Modifier and TypeMethodDescriptionstatic final BooleanAttribute
Attributes.init
(BooleanAttribute a, String simpleName, I18NBundle bundle) static final BooleanAttribute
Attributes.init
(BooleanAttribute a, String name, I18NBundle bundle, String resourceKey) static final ByteAttribute
Attributes.init
(ByteAttribute a, String simpleName, I18NBundle bundle) static final ByteAttribute
Attributes.init
(ByteAttribute a, String name, I18NBundle bundle, String resourceKey) static final CharAttribute
Attributes.init
(CharAttribute a, String simpleName, I18NBundle bundle) static final CharAttribute
Attributes.init
(CharAttribute a, String name, I18NBundle bundle, String resourceKey) static final DoubleAttribute
Attributes.init
(DoubleAttribute a, String simpleName, I18NBundle bundle) static final DoubleAttribute
Attributes.init
(DoubleAttribute a, String name, I18NBundle bundle, String resourceKey) static final FloatAttribute
Attributes.init
(FloatAttribute a, String simpleName, I18NBundle bundle) static final FloatAttribute
Attributes.init
(FloatAttribute a, String name, I18NBundle bundle, String resourceKey) static final IntAttribute
Attributes.init
(IntAttribute a, String simpleName, I18NBundle bundle) static final IntAttribute
Attributes.init
(IntAttribute a, String name, I18NBundle bundle, String resourceKey) static final LongAttribute
Attributes.init
(LongAttribute a, String simpleName, I18NBundle bundle) static final LongAttribute
Attributes.init
(LongAttribute a, String name, I18NBundle bundle, String resourceKey) static final ObjectAttribute
Attributes.init
(ObjectAttribute a, String simpleName, I18NBundle bundle) static final ObjectAttribute
Attributes.init
(ObjectAttribute a, String name, I18NBundle bundle, String resourceKey) static final ShortAttribute
Attributes.init
(ShortAttribute a, String simpleName, I18NBundle bundle) static final ShortAttribute
Attributes.init
(ShortAttribute a, String name, I18NBundle bundle, String resourceKey) static final StringAttribute
Attributes.init
(StringAttribute a, String simpleName, I18NBundle bundle) static final StringAttribute
Attributes.init
(StringAttribute a, String name, I18NBundle bundle, String resourceKey) static final VoidAttribute
Attributes.init
(VoidAttribute a, String simpleName, I18NBundle bundle) static final VoidAttribute
Attributes.init
(VoidAttribute a, String name, I18NBundle bundle, String resourceKey) final Attribute
Attribute.initializeI18N
(I18NBundle bundle, String resourceKey) ModifierConstructorDescriptionIntEnumerationAttribute
(String simpleName, I18NBundle bundle, int count) SpecialEdgeDescriptor
(I18NBundle bundle, String key, int bits, Class nodeClass) -
Uses of I18NBundle in de.grogra.graph.impl
-
Uses of I18NBundle in de.grogra.icon
Modifier and TypeMethodDescriptionprotected Object
ImageIconTheme.convertImpl
(String key, I18NBundle bundle) protected Object
ScaledIconTheme.convertImpl
(String key, I18NBundle bundle) protected Object
URLIconTheme.convertImpl
(String key, I18NBundle bundle) -
Uses of I18NBundle in de.grogra.imp
Modifier and TypeFieldDescriptionstatic final I18NBundle
IMP.I18N
static final I18NBundle
View.I18N
-
Uses of I18NBundle in de.grogra.imp.feedback
ModifierConstructorDescriptionFeedbackAction
(FeedbackDialog dialog, I18NBundle thisI18NBundle) FeedbackType
(I18NBundle thisI18NBundle) -
Uses of I18NBundle in de.grogra.imp.io
-
Uses of I18NBundle in de.grogra.imp2d
-
Uses of I18NBundle in de.grogra.imp3d
-
Uses of I18NBundle in de.grogra.pf.boot
Modifier and TypeMethodDescriptionstatic I18NBundle
Main.getI18NBundle()
static I18NBundle
Main.getI18NBundle
(String pluginId) -
Uses of I18NBundle in de.grogra.pf.io
-
Uses of I18NBundle in de.grogra.pf.registry
Modifier and TypeMethodDescriptionDirectory.getI18NBundle()
Item.getI18NBundle()
final I18NBundle
Plugin.getI18NBundle()
Returns the resource bundle which represents the contents of the plugin.properties file.PluginDescriptor.getI18NBundle()
Root.getI18NBundle()
-
Uses of I18NBundle in de.grogra.pf.ui
Modifier and TypeFieldDescriptionstatic final I18NBundle
Languages.I18N
static final I18NBundle
UI.I18N
Modifier and TypeMethodDescriptionUI.convert
(String name, String argument, I18NBundle bundle) UIToolkit.createButton
(I18NBundle bundle, String key, Dimension size, int flags, Command cmd, Context ctx) int
Window.showChoiceDialog
(String title, I18NBundle bundle, String keyBase, String[] options) -
Uses of I18NBundle in de.grogra.pf.ui.swing
Modifier and TypeMethodDescriptionint
WindowSupport.showChoiceDialog
(String title, I18NBundle bundle, String keyBase, String[] options) -
Uses of I18NBundle in de.grogra.pm
Modifier and TypeMethodDescriptionPluginManager.convert
(String name, String argument, I18NBundle bundle) -
Uses of I18NBundle in de.grogra.rgg
Modifier and TypeFieldDescriptionstatic final I18NBundle
Attributes.I18N
static final I18NBundle
Library.I18N
The resource bundle for thede.grogra.rgg
package.static final I18NBundle
RGG.I18N
-
Uses of I18NBundle in de.grogra.util
Modifier and TypeFieldDescriptionprotected final I18NBundle
HTMLLoggingFormatter.i18n
static final I18NBundle
ProgressMonitor.I18N
static final I18NBundle
Utils.I18N
Modifier and TypeMethodDescriptionstatic I18NBundle
I18NBundle.getInstance
(Class cls) static I18NBundle
I18NBundle.getInstance
(String bundle, String baseName, Class cls) Modifier and TypeMethodDescriptionResourceConverter.convert
(String name, String argument, I18NBundle bundle) ResourceConverterBase.convert
(String name, String resource, I18NBundle bundle) protected abstract Object
ResourceConverterBase.convertImpl
(String key, I18NBundle bundle) static Object
Utils.get
(I18NBundle bundle, String key, String type, Object defaultDescription) void
AWTSplashScreen.init
(String title, String build_date, URL background, URL foreground, URL logo, Rectangle barBounds, URL barLeft, URL barRight, Point textLocation, Font textFont, Color textColor, boolean versionInfo, I18NBundle mainI18n) void
ConsoleSplashScreen.init
(String title, String build_date, URL background, URL foreground, URL logo, Rectangle barBounds, URL barLeft, URL barRight, Point textLocation, Font textFont, Color textColor, boolean versionInfo, I18NBundle mainI18n) void
SplashScreen.init
(String title, String build_date, URL background, URL foreground, URL logo, Rectangle barBounds, URL barLeft, URL barRight, Point textLocation, Font textFont, Color textColor, boolean versionInfo, I18NBundle mainI18n) ModifierConstructorDescriptionDescribedLevel
(I18NBundle bundle, String key, int value) EnumerationType
(String name, I18NBundle bundle, int count) Creates a newEnumerationType
consisting ofcount
values of typeint
beginning with 0.EnumerationType
(String name, I18NBundle bundle, String[] suffixes) Creates a newEnumerationType
consisting ofkeys.length
values of typeint
beginning with 0.EnumerationType
(String name, I18NBundle bundle, String[] suffixes, Object[] values, Type implType) EnumValueImpl
(I18NBundle i18n, String key, ListModel list) HTMLLoggingFormatter
(I18NBundle i18n, Dimension iconSize) KeyDescriptionImpl
(String key, I18NBundle bundle, String bundleKey, Type type, Quantity quantity) -
Uses of I18NBundle in de.grogra.xl.compiler
Modifier and TypeFieldDescriptionstatic final I18NBundle
CompilerBase.I18N
Resource bundle for messages.static final I18NBundle
ProblemReporter.I18N
Resource bundle for messages. -
Uses of I18NBundle in de.grogra.xl.compiler.pattern
-
Uses of I18NBundle in de.grogra.xl.expr
-
Uses of I18NBundle in de.grogra.xl.parser