Module org.autogui
Package org.autogui.swing.table
Class GuiSwingTableColumnCollection.TargetAndSpecifierMap
java.lang.Object
org.autogui.swing.table.GuiSwingTableColumnCollection.TargetAndSpecifierMap
- Enclosing class:
GuiSwingTableColumnCollection
a selected target field name and specifiers as an intermediate state of
GuiSwingTableColumnCollection.TableSelectionSourceDynamicForList
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
-
Constructor Summary
ConstructorsConstructorDescriptionTargetAndSpecifierMap
(String targetName, Map<GuiSwingTableColumn.SpecifierManagerIndex, Integer> specMap) -
Method Summary
-
Field Details
-
targetName
-
specMap
-
hash
protected int hash
-
-
Constructor Details
-
TargetAndSpecifierMap
public TargetAndSpecifierMap(String targetName, Map<GuiSwingTableColumn.SpecifierManagerIndex, Integer> specMap)
-
-
Method Details