HomeSort by relevance Sort by last modified time
    Searched full:m_formatpattern (Results 1 - 1 of 1) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 50 private String m_formatPattern = "0";
51 private DecimalFormat m_format = new DecimalFormat(m_formatPattern);
106 m_formatPattern));
180 m_formatPattern = "0.";
183 m_formatPattern += "0";
186 m_format = new DecimalFormat(m_formatPattern);

Completed in 246 milliseconds