com.jidesoft.converter.StringConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jide-oss Show documentation
Show all versions of jide-oss Show documentation
JIDE Common Layer (Professional Swing Components)
/*
* @(#) IntegerConverter.java
*
* Copyright 2002 - 2003 JIDE Software. All rights reserved.
*/
package com.jidesoft.converter;
/**
* Converter which converts String to String and converts it back.
*/
public class StringConverter extends DefaultObjectConverter {
/**
* ConverterContext if the String is a file name.
*/
public static ConverterContext CONTEXT_FILENAME = new ConverterContext("String.FileName");
/**
* ConverterContext if the String is a multiple line text.
*/
public static ConverterContext CONTEXT_MULTILINE = new ConverterContext("String.Multiline");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy