public final class FXMLItemBase extends Object implements FXMLItem
| Modifier and Type | Field and Description |
|---|---|
private int |
uid
The unique identifier of the image item.
|
| Constructor and Description |
|---|
FXMLItemBase(FXMLParams fxmlParams)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FXMLBuilder |
builder()
Return the resource builder.
|
FXMLComponent |
get()
Return the resource unique instance.
|
int |
getUid()
Gets the uid.
|
void |
setUid(int uid)
Sets the uid.
|
public FXMLItemBase(FXMLParams fxmlParams)
ResourcesfxmlParams - the primitive values for the fxmlComponentpublic FXMLComponent get()
get in interface ResourceItem<FXMLComponent,FXMLBuilder>public FXMLBuilder builder()
builder in interface ResourceItem<FXMLComponent,FXMLBuilder>public int getUid()
public void setUid(int uid)
uid - The uid to set.Copyright © 2011–2014 JRebirth OSS. All rights reserved.