| java.lang.Object org.netbeans.modules.vmd.midp.converter.wizard.ConverterUtil
ConverterUtil | public class ConverterUtil (Code) | | author: David Kaspar |
Method Summary | |
static void | convertBoolean(DesignComponent component, String propertyName, String value) | static void | convertByte(DesignComponent component, String propertyName, String value) | static void | convertChar(DesignComponent component, String propertyName, String value) | static void | convertConverterItemComponent(DesignComponent component, String propertyName, HashMap<String, ConverterItem> id2item, String value) | static void | convertDouble(DesignComponent component, String propertyName, String value) | static void | convertFloat(DesignComponent component, String propertyName, String value) | static void | convertInteger(DesignComponent component, String propertyName, String value) | static void | convertLong(DesignComponent component, String propertyName, String value) | static void | convertShort(DesignComponent component, String propertyName, String value) | static void | convertString(DesignComponent component, String propertyName, String value) | static void | convertStringWithUserCode(DesignComponent component, String propertyName, String value) | static void | convertToPropertyValue(DesignComponent component, String propertyName, TypeID propertyType, String value) | static PropertyValue | decryptStringArrayArray(String value, TypeID type, int dimension) | public static String | decryptStringFromJavaCode(String value) | static Boolean | getBoolean(String value) | static Byte | getByte(String value) | static Character | getChar(String value) | static Double | getDouble(String value) | static Float | getFloat(String value) | static Integer | getInteger(String value) | static Long | getLong(String value) | static Short | getShort(String value) | static PropertyValue | getStringWithUserCode(String value) |
decryptStringFromJavaCode | public static String decryptStringFromJavaCode(String value)(Code) | | |
|
|