Example usage for java.text Format subclass-usage

List of usage examples for java.text Format subclass-usage

Introduction

In this page you can find the example usage for java.text Format subclass-usage.

Usage

From source file net.gtaun.wl.lang.BeanMessageFormat.java

/**
 * A message format which handles property navigation. 
 * 
 * @author Peransin Nicolas 
 */
public class BeanMessageFormat extends Format {

From source file org.mypsycho.text.BeanMessageFormat.java

/**
 * A message format which handles property navigation.
 *
 * @author Peransin Nicolas
 */
public class BeanMessageFormat extends java.text.Format {

From source file com.anrisoftware.globalpom.version.VersionFormat.java

/**
 * Parses version with major, minor and revision.
 *
 * @see Version
 *
 * @author Erwin Mueller, erwin.mueller@deventm.org

From source file com.anrisoftware.globalpom.format.locale.LocaleFormat.java

/**
 * Formats and parses a {@link Value} value.
 * 
 * @author Erwin Mueller, erwin.mueller@deventm.org
 * @since 1.10
 */

From source file org.getobjects.jmi.JMITreeLabelFormat.java

public class JMITreeLabelFormat extends Format {
    private static final long serialVersionUID = 1L;
    protected static final Log log = LogFactory.getLog("JMI");

    /* formatting */

From source file org.getobjects.jmi.JMIDocTitleFormat.java

public class JMIDocTitleFormat extends Format {
    private static final long serialVersionUID = 1L;
    protected static final Log log = LogFactory.getLog("JMI");

    /* formatting */

From source file org.opengroupware.format.GMapsAddressFormat.java

/**
 * GMapsAddressFormat
 * <p>
 * Takes an OGoAddress object and returns a GoogleMaps URL for that.
 * 
 * @author helge

From source file org.osaf.cosmo.eim.schema.text.TriageStatusFormat.java

/**
 * Parses and formats EIM triage status text values.
 * <p>
 * Triage status is formatted as such:
 * <p>
 * <pre>

From source file com.anrisoftware.globalpom.format.point.PointFormat.java

/**
 * Formats and parses a {@link Point2D} point.
 * 
 * @author Erwin Mueller, erwin.mueller@deventm.org
 * @since 1.1
 */

From source file org.xlsx4j.org.apache.poi.ss.usermodel.FractionFormat.java

/**
 * <p>Format class that handles Excel style fractions, such as "# #/#" and "#/###"</p>
 * 
 * <p>As of this writing, this is still not 100% accurate, but it does a reasonable job
 * of trying to mimic Excel's fraction calculations.  It does not currently
 * maintain Excel's spacing.</p>