|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoapi.gui.StdFormatters
public class StdFormatters
Standard formatters which are used by the API as defaults Moved from StdFormatters to gui.StdFormatters on version 0.8
Nested Class Summary | |
---|---|
static class |
StdFormatters.IntegerSliderFormat
Formatting class for turning a float numeric string to an int one |
static class |
StdFormatters.SuffixFormat
Formatting class for a given suffix with a space between |
Field Summary | |
---|---|
static moapi.gui.StdFormatters.DefaultFormat |
defaultFormat
Default formatter for adding the name label |
static StdFormatters.IntegerSliderFormat |
integerSlider
Integer formatter for sliders |
static moapi.gui.StdFormatters.NoFormat |
noFormat
Formatter for an option that only displays the option value |
Constructor Summary | |
---|---|
StdFormatters()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final moapi.gui.StdFormatters.DefaultFormat defaultFormat
public static final StdFormatters.IntegerSliderFormat integerSlider
public static final moapi.gui.StdFormatters.NoFormat noFormat
Constructor Detail |
---|
public StdFormatters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |