Class | Description |
---|---|
ArchetypeTypeListCellRenderer |
A
ListCellRenderer implementation that
displays ArchetypeTypes . |
AttributesPaneBuilder<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Builder for game object attribute panels.
|
ConfirmErrorsDialog |
Utility class for displaying a dialog to keep or dump invalid attributes of a
game object.
|
DialogAttribute<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> |
A single Attribute, combining an
ArchetypeAttribute with its input
component(s). |
DialogAttributeAnimationName<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeBitmask<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
DialogAttribute for types with bitmasks to choose from.
|
DialogAttributeBool<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeBoolSpec<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeFaceName<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeFloat<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeInt<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeInvSpell<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeList<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeList2<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeLong<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeMapPath<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeScriptFile<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeSpell<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeString<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeText<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeTreasure<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
DialogAttributeZSpell<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
GameObjectAttributesDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Common base class for game object attributes dialogs.
|
GameObjectAttributesDialogFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
A factory that creates
dialogs for editing
game object attributes . |
GuiInfo<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> |
Information about one attribute line in a
GameObjectAttributesDialog . |
GuiInfoGlue<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> |
A
GuiInfo that fills one component both horizontally and vertically. |
GuiInfoRow<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> |
A
GuiInfo that fills one component horizontally. |
GuiInfoTwoColumn<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>,T extends ArchetypeAttribute> |
A
GuiInfo that displays a label and another component in two
columns. |
MaskChangeAL<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
ActionListener for the change buttons of bitmasks.
|
ScrollToVisibleFocusListener | |
StringKeyManager |
KeySelectionManager to manage the select-per-keystroke in a JComboBox (The
default KeySelectionManager fails because all strings start with whitespace '
').
|
ViewTreasurelistAL |
An
Action for the buttons on treasurelists. |
Exception | Description |
---|---|
InvalidAttributeException |
Indicates that an attribute cannot be encoded.
|