public class EditorContext
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static EditorContext |
CONTEXT_DEFAULT
Default EditorContext with empty name and no user object.
|
static java.lang.String |
PROPERTY_EDITABLE
A property for the EditorContext.
|
static java.lang.String |
PROPERTY_EDITOR_NODE_CUSTOMIZER
A property for the EditorContext.
|
static java.lang.String |
PROPERTY_MAX
A property for the EditorContext.
|
static java.lang.String |
PROPERTY_MIN
A property for the EditorContext.
|
static java.lang.String |
PROPERTY_OBSERVABLE_LIST
A property for the EditorContext.
|
| Constructor and Description |
|---|
EditorContext(java.lang.String name)
Creates an EditorContext with a name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Override equals.
|
java.lang.String |
getName()
Gets the name of the abstract context.
|
javafx.collections.ObservableMap<java.lang.Object,java.lang.Object> |
getProperties()
Returns an observable map of properties on this node for use primarily by application developers.
|
int |
hashCode() |
boolean |
hasProperties()
Tests if Node has properties.
|
void |
setName(java.lang.String name)
Sets the name of the EditorContext.
|
java.lang.String |
toString() |
public static final java.lang.String PROPERTY_EDITOR_NODE_CUSTOMIZER
public static final java.lang.String PROPERTY_OBSERVABLE_LIST
public static final java.lang.String PROPERTY_EDITABLE
public static final java.lang.String PROPERTY_MIN
public static final java.lang.String PROPERTY_MAX
public static EditorContext CONTEXT_DEFAULT
public EditorContext(java.lang.String name)
name - the name of the EditorContextpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name of the EditorContextpublic final javafx.collections.ObservableMap<java.lang.Object,java.lang.Object> getProperties()
public boolean hasProperties()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - object to compare.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object