Uses of Class
VASSAL.tools.lang.Pair
Package
Description
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.-
Uses of Pair in VASSAL.configure
Modifier and TypeMethodDescriptionstatic List
<Pair<String[], AbstractConfigurable>> ListKeyCommandsDialog.findAllKeyCommands()
Begins a recursive search of the entire module for key commandsModifierConstructorDescriptionListKeyCommandsDialog
(EditorWindow owner, List<Pair<String[], AbstractConfigurable>> rows) -
Uses of Pair in VASSAL.launch
Modifier and TypeMethodDescriptionTilingHandler.findImages
(DataArchive archive, FileStore tcache, List<String> multi, List<Pair<String, IOException>> failed) TilingHandler.runSlicer
(List<String> multi, int maxheap, TilingHandler.StateMachineHandler h) -
Uses of Pair in VASSAL.tools.concurrent
-
Uses of Pair in VASSAL.tools.concurrent.listener
Modifier and TypeFieldDescriptionprotected final Collection
<Pair<Object, T>> EventAccumulator.col
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionEventAccumulator.events()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the collection of received source-event pairs.ModifierConstructorDescriptionEventAccumulator
(Collection<Pair<Object, T>> col) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Pair in VASSAL.tools.lang
-
Uses of Pair in VASSAL.tools.swing