@BehaviorDataFor(value=DockableBehavior.class) public class Dockable extends BehaviorDataBase implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model> |
modelKey |
private String |
name |
private static long |
serialVersionUID
The generated serial version uid.
|
| Constructor and Description |
|---|
Dockable() |
| Modifier and Type | Method and Description |
|---|---|
static Dockable |
create() |
org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model> |
modelKey() |
Dockable |
modelKey(org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model> modelKey) |
String |
name() |
Dockable |
name(String name) |
String |
toString() |
getCustomBehaviorsgetBehaviorsprivate static final long serialVersionUID
private String name
private org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model> modelKey
Copyright © 2011–2015 JRebirth OSS. All rights reserved.