![]() |
Gridarta Editor
|
Public Member Functions | |
void | appendSummary (@NotNull final Document doc, @NotNull final Style style) |
DialogAttributeMapPath (@NotNull final ArchetypeAttributeMapPath ref, @NotNull final TilePanel input) | |
Creates a new instance. More... | |
String | getObjectText (@NotNull final G gameObject, @NotNull final Archetype< G, A, R > archetype, @NotNull final String @NotNull[] newMsg, @NotNull final ArchetypeType archetypeType) |
![]() | |
abstract void | appendSummary ( @NotNull Document doc, @NotNull Style style) |
Appends a summary line for this attribute to a Document. More... | |
abstract String | getObjectText ( @NotNull G gameObject, @NotNull Archetype< G, A, R > archetype, @NotNull String @NotNull[] newMsg, @NotNull ArchetypeType archetypeType) throws InvalidAttributeException |
Returns the attribute text for this attribute. More... | |
T | getRef () |
Returns the attribute data. More... | |
Private Attributes | |
final TilePanel | input |
The input ui component for editing the value. More... | |
Additional Inherited Members | |
![]() | |
void | addLine ( @NotNull final Document doc, @NotNull final AttributeSet style, @NotNull final String prefix, @NotNull final String postfix) |
Appends a line to a Document. More... | |
DialogAttribute ( @NotNull final T ref) | |
Creates a new instance. More... | |
Definition at line 32 of file DialogAttributeMapPath.java.
net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.DialogAttributeMapPath | ( | @NotNull final ArchetypeAttributeMapPath | ref, |
@NotNull final TilePanel | input | ||
) |
Creates a new instance.
ref | reference to the attribute data |
input | the input ui component for editing the value |
Definition at line 45 of file DialogAttributeMapPath.java.
References net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.input, and net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttribute< G, A, R, ArchetypeAttributeMapPath >.ref.
void net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.appendSummary | ( | @NotNull final Document | doc, |
@NotNull final Style | style | ||
) |
Definition at line 59 of file DialogAttributeMapPath.java.
References net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttribute< G, A, R, ArchetypeAttributeMapPath >.addLine(), net.sf.gridarta.gui.map.maptilepane.TilePanel.getText(), and net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.input.
String net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getObjectText | ( | @NotNull final G | gameObject, |
@NotNull final Archetype< G, A, R > | archetype, | ||
@NotNull final String @NotNull[] | newMsg, | ||
@NotNull final ArchetypeType | archetypeType | ||
) |
Definition at line 52 of file DialogAttributeMapPath.java.
References net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttribute< G, A, R, ArchetypeAttributeMapPath >.getRef(), net.sf.gridarta.gui.map.maptilepane.TilePanel.getText(), and net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.input.
|
private |
The input ui component for editing the value.
Definition at line 38 of file DialogAttributeMapPath.java.
Referenced by net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.appendSummary(), net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.DialogAttributeMapPath(), and net.sf.gridarta.gui.dialog.gameobjectattributes.DialogAttributeMapPath< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getObjectText().