Class MassPieceLoader
java.lang.Object
VASSAL.counters.MassPieceLoader
Class to load a directory full of images and create counters
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final int
protected ConfigureTree
protected static final int
protected static final int
protected VASSAL.counters.MassPieceLoader.MassLoaderDialog
protected static final Color
protected static final String
protected static final String
protected static final int
protected static final String
protected static final String
protected static final int
protected static final int
protected Configurable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addImageToModule
(String name) Add the named image to the moduleprotected String
getPieceName
(String baseName) Maintain a record of all names changed by the user for image basenames.void
load()
-
Field Details
-
SKIP_COL
protected static final int SKIP_COL- See Also:
-
DESC_COL
protected static final int DESC_COL- See Also:
-
IMAGE_COL
protected static final int IMAGE_COL- See Also:
-
NAME_COL
protected static final int NAME_COL- See Also:
-
COPIES_COL
protected static final int COPIES_COL- See Also:
-
COLUMN_COUNT
protected static final int COLUMN_COUNT- See Also:
-
EDITABLE_COLOR
-
target
-
configureTree
-
dialog
protected VASSAL.counters.MassPieceLoader.MassLoaderDialog dialog -
ENDS_WITH
- See Also:
-
INCLUDES
- See Also:
-
MATCHES
- See Also:
-
EQUALS
- See Also:
-
BASE_IMAGE
- See Also:
-
-
Constructor Details
-
MassPieceLoader
-
-
Method Details
-
load
public void load() -
addImageToModule
Add the named image to the module- Parameters:
name
- Image name
-
getPieceName
-