Uses of Class
VASSAL.build.module.documentation.HelpWindow
Package | Description |
---|---|
VASSAL.build.module.documentation |
Contains classes that may be added to a
Documentation . |
VASSAL.build.module.map.boardPicker.board |
Contains classes that may be added to a
Board . |
VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule 's and ModuleExtension 's. |
VASSAL.counters |
Provides classes that define game pieces.
|
VASSAL.i18n | |
VASSAL.launch |
-
Uses of HelpWindow in VASSAL.build.module.documentation
Fields in VASSAL.build.module.documentation declared as HelpWindow Modifier and Type Field Description protected HelpWindow
HelpFile. frame
Methods in VASSAL.build.module.documentation that return HelpWindow Modifier and Type Method Description protected HelpWindow
HelpFile. getHelpWindow()
Methods in VASSAL.build.module.documentation with parameters of type HelpWindow Modifier and Type Method Description void
HelpWindowExtension. setBaseWindow(HelpWindow w)
Deprecated. -
Uses of HelpWindow in VASSAL.build.module.map.boardPicker.board
Constructors in VASSAL.build.module.map.boardPicker.board with parameters of type HelpWindow Constructor Description EditRegionAction(Region target, HelpWindow helpWindow, RegionGrid.Config dialogOwner)
-
Uses of HelpWindow in VASSAL.configure
Fields in VASSAL.configure declared as HelpWindow Modifier and Type Field Description protected HelpWindow
ConfigureTree. helpWindow
protected HelpWindow
EditPropertiesAction. helpWindow
Methods in VASSAL.configure with parameters of type HelpWindow Modifier and Type Method Description protected void
PropertiesWindow. initialize(Configurable target, HelpWindow helpWindow)
Constructors in VASSAL.configure with parameters of type HelpWindow Constructor Description ConfigureTree(Configurable root, HelpWindow helpWindow)
Creates new ConfigureTreeConfigureTree(Configurable root, HelpWindow helpWindow, EditorWindow editorWindow)
EditPropertiesAction(Configurable target, HelpWindow helpWindow, Frame dialogOwner)
EditPropertiesAction(Configurable target, HelpWindow helpWindow, Frame dialogOwner, ConfigureTree tree)
ExtensionTree(Configurable root, HelpWindow helpWindow, ModuleExtension extension, EditorWindow editorWindow)
PropertiesWindow(Frame owner, boolean modal, Configurable target, HelpWindow helpWindow)
ShowHelpAction(HelpWindow helpWindow, URL contents, URL iconURL)
ShowHelpAction(HelpWindow helpWindow, HelpFile contents, URL iconURL)
-
Uses of HelpWindow in VASSAL.counters
Methods in VASSAL.counters with parameters of type HelpWindow Modifier and Type Method Description void
PieceDefiner. setBaseWindow(HelpWindow w)
Deprecated. -
Uses of HelpWindow in VASSAL.i18n
Fields in VASSAL.i18n declared as HelpWindow Modifier and Type Field Description protected HelpWindow
TranslateAction. helpWindow
Constructors in VASSAL.i18n with parameters of type HelpWindow Constructor Description MyPropertiesWindow(Frame owner, boolean modal, Configurable target, HelpWindow helpWindow, TranslateWindow tw)
TranslateAction(Configurable target, HelpWindow helpWindow, ConfigureTree tree)
TranslateVassalWindow(Frame owner, boolean modal, Translatable target, HelpWindow helpWindow, ConfigureTree tree)
TranslateWindow(Frame owner, boolean modal, Translatable target, HelpWindow helpWindow, ConfigureTree tree)
-
Uses of HelpWindow in VASSAL.launch
Fields in VASSAL.launch declared as HelpWindow Modifier and Type Field Description protected HelpWindow
EditorWindow. helpWindow