|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.java.plugin.extension.converter.Converters
public class Converters
Collection of default converters
Nested Class Summary | |
---|---|
static class |
Converters.Image2Icon
Creates an ImageIcon from the given image |
static class |
Converters.Object2String
Simple toString() based object to string converter |
static class |
Converters.String2Boolean
Converts String to boolean. |
static class |
Converters.String2Byte
|
static class |
Converters.String2Character
|
static class |
Converters.String2Class
Loads Class from stringusing given laoder |
static class |
Converters.String2Double
|
static class |
Converters.String2File
Convert from a string to a file using the files string constructor |
static class |
Converters.String2Float
|
static class |
Converters.String2Integer
|
static class |
Converters.String2Long
|
static class |
Converters.String2Short
|
static class |
Converters.String2Url
Converts a String to an URL. |
static class |
Converters.Url2Image
Loads an image from the given URL or returns null |
Constructor Summary | |
---|---|
Converters()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Converters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |