Gridarta Editor
Package net.sf.gridarta.gui.dialog.gameobjectattributes

Classes

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