public final class FXMLItemBase extends AbstractResourceItem<FXMLItem,FXMLParams,FXMLComponent> implements FXMLItemReal
Constructor and Description |
---|
FXMLItemBase(boolean isSingleton)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
static FXMLItemBase |
create()
Build a fresh instance of
FXMLItemBase . |
static FXMLItemBase |
create(boolean isSingleton)
Build a fresh instance of
FXMLItemBase . |
boolean |
isSingleton()
Return the flag that indicates if the item will help to retrieve the same FXMLComponent instance or another instance at each call.
|
uid, uid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder, getNew
public FXMLItemBase(boolean isSingleton)
isSingleton
- flag that indicate if the FXML Component is unique or multiple.public static FXMLItemBase create()
FXMLItemBase
.FXMLItemBase
instancepublic static FXMLItemBase create(boolean isSingleton)
FXMLItemBase
.isSingleton
- flag that indicate if the FXML Component is unique or multiple.FXMLItemBase
instancepublic boolean isSingleton()
isSingleton
in interface FXMLItem
Copyright © 2011–2016 JRebirth OSS. All rights reserved.