public final class StringProperty extends Property
| Modifier and Type | Class | Description |
|---|---|---|
static class |
StringProperty.Maker |
Inner class for making instances of StringProperty
|
| Modifier and Type | Field | Description |
|---|---|---|
static StringProperty |
EMPTY_STRING_PROPERTY |
canonical instance for empty strings
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
static StringProperty |
getInstance(java.lang.String str) |
Return the canonical StringProperty instance
corresponding to the given string value
|
java.lang.Object |
getObject() |
This method expects to be overridden by subclasses
|
java.lang.String |
getString() |
This method expects to be overridden by subclasses.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue, toStringpublic static final StringProperty EMPTY_STRING_PROPERTY
public static StringProperty getInstance(java.lang.String str)
str - the base Stringpublic java.lang.Object getObject()
Propertypublic java.lang.String getString()
Propertypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.