Package ca.cgjennings.apps.arkham.diy
-
Interface Summary Interface Description Handler This adapter interface acts as the bridge between a Strange Eons game component and a DIY script.SettingBackedControl Implemented by user interface controls that can convert their state to and from settings key values automatically.VerbalDesignSupportAdapter.DesignAnalyzer An interface that represents the script function passed to the adapter. -
Class Summary Class Description DIY A scriptableGameComponent
.DIYEditor The game component editor used to edit scriptableDIY
components.DIYSheet TheSheet
implementation used by DIY components.ListItem A list item is an item that can be placed in a list or combo box control in a DIY component's user interface.ListItemRenderer A cell renderer for lists and combo boxes that correctly displaysListItem
s.SBCheckBox AJCheckBox
that implements theSettingBackedControl
interface.SBDropDown<E> AJComboBox
that implements theSettingBackedControl
interface.SBIntSpinner An integer-valued spinner that implements theSettingBackedControl
interface.SBTextField AJTextField
that implements theSettingBackedControl
interface.VerbalDesignSupportAdapter This class is an adapter for creatingAbstractVerbalDesignSupport
s for DIY components. -
Enum Summary Enum Description DIY.FaceStyle An enumeration of the different kinds of component layouts that are supported by DIY components.DIY.HighResolutionMode The valid modes for high resolution image substitution.