Uses of Class
VASSAL.tools.lang.Pair
Packages that use Pair
Package
Description
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.-
Uses of Pair in VASSAL.configure
Methods in VASSAL.configure that return types with arguments of type PairModifier and TypeMethodDescriptionstatic List
<Pair<String[], AbstractConfigurable>> ListKeyCommandsDialog.findAllKeyCommands()
Begins a recursive search of the entire module for key commandsConstructor parameters in VASSAL.configure with type arguments of type PairModifierConstructorDescriptionListKeyCommandsDialog
(EditorWindow owner, List<Pair<String[], AbstractConfigurable>> rows) -
Uses of Pair in VASSAL.launch
Methods in VASSAL.launch that return PairModifier 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
Fields in VASSAL.tools.concurrent declared as PairMethods in VASSAL.tools.concurrent with parameters of type Pair -
Uses of Pair in VASSAL.tools.concurrent.listener
Fields in VASSAL.tools.concurrent.listener with type parameters of type PairModifier and TypeFieldDescriptionprotected final Collection
<Pair<Object, T>> EventAccumulator.col
Deprecated, for removal: This API element is subject to removal in a future version.Methods in VASSAL.tools.concurrent.listener that return types with arguments of type PairModifier 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.Constructor parameters in VASSAL.tools.concurrent.listener with type arguments of type PairModifierConstructorDescriptionEventAccumulator
(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
Methods in VASSAL.tools.lang that return Pair -
Uses of Pair in VASSAL.tools.swing
Methods in VASSAL.tools.swing with parameters of type Pair