Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
N
O
P
R
S
U
G
getClassType()
- Method in class joperties.interpreters.
AbstractInterpreter
This method returns the class that this interpreted handles.
getClassType()
- Method in class joperties.interpreters.
CollectionInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
AffineTransformInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
BigDecimalInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
BigIntegerInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
BooleanInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
ByteInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
CharacterInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
ColorInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
DateInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
DimensionInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
DoubleInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
FloatInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
FontInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
GradientPaintInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
IntegerInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
LocaleInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
LongInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
Point2DDInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
Point2DFInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
Point2DInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
PointInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
PolygonInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
RadialGradientPaintInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
RectangleInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
ShortInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
StringBufferInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
StringInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
URIInterpreter
getClassType()
- Method in class joperties.interpreters.defaultinterpreters.
URLInterpreter
getCollectionSeperator()
- Method in class joperties.interpreters.
CollectionInterpreter
This method returns the String used as the separator for items in a collection.
getDescription()
- Method in class joperties.interpreters.
AbstractInterpreter
This method returns a description of the way this interpreter interprets and encodes the objects.
getDescription()
- Method in class joperties.interpreters.
CollectionInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
AffineTransformInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
BigDecimalInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
BigIntegerInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
BooleanInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
ByteInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
CharacterInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
ColorInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
DateInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
DimensionInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
DoubleInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
FloatInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
FontInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
GradientPaintInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
IntegerInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
LocaleInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
LongInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
Point2DDInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
Point2DFInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
Point2DInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
PointInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
PolygonInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
RadialGradientPaintInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
RectangleInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
ShortInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
StringBufferInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
StringInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
URIInterpreter
getDescription()
- Method in class joperties.interpreters.defaultinterpreters.
URLInterpreter
getInterpreter()
- Method in exception joperties.exceptions.
EncodingException
This method returns the interpreter that failed.
getInterpreter()
- Method in exception joperties.exceptions.
InterpretationException
This method returns the interpreter that failed.
getInterpreter(Class<T>)
- Static method in class joperties.interpreters.
Interpreters
This method will return a registered interpreter which interprets the provided class (if found).
getInterpreters()
- Static method in class joperties.interpreters.
Interpreters
This method returns a collection (LinkedList internally) which contains all the registered interpreters.
getJoperty(String, Class<T>)
- Method in class joperties.
Joperties
This method interprets the value of the provided key as an object of the class provided.
getJoperty(String, AbstractInterpreter<T>)
- Method in class joperties.
Joperties
This method interprets the value of the provided key as an object of the class provided.
getNotInterpretedClass()
- Method in exception joperties.exceptions.
NoApropriateInterpeterFoundException
This method returns the class that an interpreter was not found for.
getObject()
- Method in exception joperties.exceptions.
EncodingException
This method returns the object that failed to be encoded.
getString()
- Method in exception joperties.exceptions.
InterpretationException
This method returns the string that failed to be interpreted.
getStringToInterpret()
- Method in exception joperties.exceptions.
NoApropriateInterpeterFoundException
This method returns the string that was meant to be interpreted.
getSupportedClasses()
- Static method in class joperties.interpreters.
Interpreters
This method returns a list of classes that the registered interpreters interpret.
getSupportedClassesNames()
- Static method in class joperties.interpreters.
Interpreters
This method returns a list of the names of the classes that the registered interpreters interpret.
GradientPaintInterpreter
- Class in
joperties.interpreters.defaultinterpreters
GradientPaintInterpreter()
- Constructor for class joperties.interpreters.defaultinterpreters.
GradientPaintInterpreter
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
N
O
P
R
S
U