public interface FXMLItem extends ResourceItem<FXMLItem,FXMLParams,FXMLComponent>
FXMLComponent
resource.Modifier and Type | Method and Description |
---|---|
default FXMLComponent |
get()
Return the resource unique instance.
|
FXMLComponent |
getNew()
Build a new FXMLComponent without storing it.
|
default boolean |
isSingleton()
Return the flag that indicates if the item will help to retrieve the same FXMLComponent instance or another instance at each call.
|
default FXMLItem |
set(FXMLParams fxmlParams)
Attach the resource parameter.
|
builder
default FXMLItem set(FXMLParams fxmlParams)
set
in interface ResourceItem<FXMLItem,FXMLParams,FXMLComponent>
fxmlParams
- the primitive values for this resourcedefault FXMLComponent get()
get
in interface ResourceItem<FXMLItem,FXMLParams,FXMLComponent>
default boolean isSingleton()
FXMLComponent getNew()
FXMLComponent
instances.FXMLComponent
instanceCopyright © 2011–2016 JRebirth OSS. All rights reserved.