Class AbstractFxmlNodeSupport
- java.lang.Object
-
- org.minifx.fxcommons.fxml.commons.spring.AbstractFxmlNodeSupport
-
- All Implemented Interfaces:
FxmlNodeSupport
public class AbstractFxmlNodeSupport extends java.lang.Object implements FxmlNodeSupport
-
-
Constructor Summary
Constructors Constructor Description AbstractFxmlNodeSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OngoingNestedNodeCreation
nestedFxmlNode()
OngoingNonNestedNodeCreation
nonNestedFxmlNode()
-
-
-
Method Detail
-
nestedFxmlNode
public OngoingNestedNodeCreation nestedFxmlNode()
- Specified by:
nestedFxmlNode
in interfaceFxmlNodeSupport
-
nonNestedFxmlNode
public OngoingNonNestedNodeCreation nonNestedFxmlNode()
- Specified by:
nonNestedFxmlNode
in interfaceFxmlNodeSupport
-
-