public class EventPath extends java.lang.Object implements IComponent
| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<java.lang.String> |
eventPath
Get the eventPath property.
|
| Constructor and Description |
|---|
EventPath()
Empty constructor.
|
EventPath(java.lang.String eventPath)
Start with a default value.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<java.lang.String> |
eventPathProperty()
Get the eventPath property.
|
java.lang.String |
getEventPath()
Gets the value of the property eventPath.
|
java.util.List<javafx.beans.property.SimpleObjectProperty<?>> |
getProperties()
Gets any properties this component holds.
|
void |
setEventPath(java.lang.String eventPath)
Sets the value of the property eventPath.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassForComponentMap, getProperty, getProperty, getPropertyNamesAndClasses, removeBindingsclone, serialize, serializeToStringpublic javafx.beans.property.SimpleObjectProperty<java.lang.String> eventPathProperty
getEventPath(),
setEventPath(String)public EventPath()
public EventPath(java.lang.String eventPath)
eventPath - the default valuepublic javafx.beans.property.SimpleObjectProperty<java.lang.String> eventPathProperty()
getEventPath(),
setEventPath(String)public java.lang.String getEventPath()
public void setEventPath(java.lang.String eventPath)
public java.util.List<javafx.beans.property.SimpleObjectProperty<?>> getProperties()
IComponentgetProperties in interface IComponent