Package | Description |
---|---|
javafx.fxml |
Contains classes for loading an object hierarchy from markup.
|
Modifier and Type | Field and Description |
---|---|
private FXMLLoader.SupportedType |
FXMLLoader.MethodHandler.type |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<FXMLLoader.SupportedType,java.util.Map<java.lang.String,java.lang.reflect.Method>> |
FXMLLoader.ControllerAccessor.controllerMethods |
Modifier and Type | Method and Description |
---|---|
private static FXMLLoader.SupportedType |
FXMLLoader.toSupportedType(java.lang.reflect.Method m) |
static FXMLLoader.SupportedType |
FXMLLoader.SupportedType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FXMLLoader.SupportedType[] |
FXMLLoader.SupportedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<FXMLLoader.SupportedType,java.util.Map<java.lang.String,java.lang.reflect.Method>> |
FXMLLoader.ControllerAccessor.getControllerMethods() |
Modifier and Type | Method and Description |
---|---|
private FXMLLoader.MethodHandler |
FXMLLoader.Element.getControllerMethodHandle(java.lang.String handlerName,
FXMLLoader.SupportedType... types) |
Constructor and Description |
---|
MethodHandler(java.lang.Object controller,
java.lang.reflect.Method method,
FXMLLoader.SupportedType type) |