Interface FxmlNodeSupport
-
- All Known Implementing Classes:
AbstractFxmlNodeSupport
public interface FxmlNodeSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OngoingNestedNodeCreation
nestedFxmlNode()
OngoingNonNestedNodeCreation
nonNestedFxmlNode()
-
-
-
Method Detail
-
nestedFxmlNode
OngoingNestedNodeCreation nestedFxmlNode()
-
nonNestedFxmlNode
OngoingNonNestedNodeCreation nonNestedFxmlNode()
-
-