| Modifier and Type | Class and Description |
|---|---|
class |
ContextImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<IsParentOf<Context,Context>> |
ContextImpl.children |
protected List<IsParentOf<Context,Context>> |
ContextImpl.children |
protected IsParentOf<Context,Context> |
ContextImpl.parent |
protected IsParentOf<Context,Context> |
ContextImpl.parent |
| Modifier and Type | Method and Description |
|---|---|
List<IsParentOf<Context,Context>> |
ContextImpl.getChildren() |
List<IsParentOf<Context,Context>> |
ContextImpl.getChildren() |
IsParentOf<Context,Context> |
ContextImpl.getParent() |
IsParentOf<Context,Context> |
ContextImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextImpl.addChild(Context child) |
void |
ContextImpl.setParent(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextImpl.addChild(IsParentOf<Context,Context> isParentOf) |
void |
ContextImpl.addChild(IsParentOf<Context,Context> isParentOf) |
protected void |
ContextImpl.addChildFromJson(IsParentOf<Context,Context> isParentOf) |
protected void |
ContextImpl.addChildFromJson(IsParentOf<Context,Context> isParentOf) |
protected void |
ContextImpl.setChildrenFromJson(List<IsParentOf<Context,Context>> children) |
protected void |
ContextImpl.setChildrenFromJson(List<IsParentOf<Context,Context>> children) |
void |
ContextImpl.setParent(IsParentOf<Context,Context> isParentOf) |
void |
ContextImpl.setParent(IsParentOf<Context,Context> isParentOf) |
protected void |
ContextImpl.setParentFromJson(IsParentOf<Context,Context> isParentOf) |
protected void |
ContextImpl.setParentFromJson(IsParentOf<Context,Context> isParentOf) |
| Modifier and Type | Class and Description |
|---|---|
class |
IsParentOfImpl<Out extends Context,In extends Context> |
class |
IsParentOfImpl<Out extends Context,In extends Context> |
| Modifier and Type | Method and Description |
|---|---|
List<IsParentOf<Context,Context>> |
Context.getChildren() |
List<IsParentOf<Context,Context>> |
Context.getChildren() |
IsParentOf<Context,Context> |
Context.getParent() |
IsParentOf<Context,Context> |
Context.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addChild(Context child) |
void |
Context.setParent(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addChild(IsParentOf<Context,Context> isParentOf) |
void |
Context.addChild(IsParentOf<Context,Context> isParentOf) |
void |
Context.setParent(IsParentOf<Context,Context> isParentOf) |
void |
Context.setParent(IsParentOf<Context,Context> isParentOf) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsParentOf<Out extends Context,In extends Context> |
interface |
IsParentOf<Out extends Context,In extends Context> |
Copyright © 2019. All Rights Reserved.