Interface TitleOwner
-
- All Known Implementing Classes:
ToolbarTitledPane,XPathRuleEditorController
public interface TitleOwnerSome titled object.- Author:
- Clément Fournier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.reactfx.value.Val<java.lang.String>titleProperty()Title of the region.
-