Skip navigation links
A B C D E F G H I N O P R S T U V 

A

add(StartPawn) - Method in class net.sourceforge.chessshell.plugin.api.StartPawnSeries
Add another pawn.
addBookmark(String) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Precondition: Current position is NOT bookmark'ed, AND current position != null (position count > 0).
addGame(PawnAndPieceCount, PawnAndPieceCount, StartPawnSeries) - Method in interface net.sourceforge.chessshell.plugin.api.IPositionSearchIndexer
Add another game.
addMove(byte, byte, String) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Add move and position after it (unless null).
addNewFolder(String) - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
Add folder at the current path location.
addNewItem(FolderItem) - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
Add new item at the current path location.
addPosition(String) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Add position from a FEN string.
addPositionAnnotationSymbol(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Add NAG symbol for current position.
append(String) - Method in class net.sourceforge.chessshell.plugin.api.FolderPath
Add element to path.

B

backOne() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
Jump one character back in the input stream.
bookmark(int, String, boolean) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
bookmark(int, String, boolean, String) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
BookmarkChangeDescription - Class in net.sourceforge.chessshell.plugin.api
A description of an update to be made on a bookmark.
BookmarkChangeDescription(int, String) - Constructor for class net.sourceforge.chessshell.plugin.api.BookmarkChangeDescription
 
bookmarkIndex - Variable in class net.sourceforge.chessshell.plugin.api.BookmarkChangeDescription
 
bytesToDecode - Variable in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
 

C

canBookmarkPosition() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
canClassifyPosition() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
canGoBack() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
classifyPosition(int, int) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
clear() - Method in class net.sourceforge.chessshell.plugin.api.StartPawnSeries
 
clearAll() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Empty all of the database.
clearAllBookmarks() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Delete all bookmarks.
clearBookmarks() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
Remove all bookmarks.
close() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
Finish any pending work, cleanup ressources.
close() - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
 
close() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
close() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnSymbolGetter
 
close() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Always call this when the database is not to be used anymore.
compact() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
SQLite VACUUM operation.
containsMove(byte, byte) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
containsPosition(String) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
containsPositionAnnotationSymbol(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 

D

data - Variable in class net.sourceforge.chessshell.plugin.api.FolderItem
 
decode(byte) - Method in class net.sourceforge.chessshell.plugin.api.PawnAndTotalPieceCountEncoder
Decode the given byte.
decode() - Method in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
Decode the next value from the byte array set up previously with setBytes(byte[]).
decodeBytesIndex - Variable in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
 
decodeCurrentPair - Variable in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
 
decodeInFirstHalfByte - Variable in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
 
decodePreviousReturnValue - Variable in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
 
deleteBookmark(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Delete bookmark by index.
deleteBookmark() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Precondition: Current position is bookmark'ed.
deleteContentIndex(long) - Method in interface net.sourceforge.chessshell.plugin.api.IContentIndexHolder
 
deleteFolder(int) - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
Delete i'th folder at the current path location.
deleteItem(int) - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
Delete i'th item at the current path location.
deleteItemByContentIndex(long) - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
Delete item with the given CONTENT index (!), also decrementing index of items with higher index than the given one.
deleteMove(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Delete move.
descriptor - Variable in class net.sourceforge.chessshell.plugin.api.FolderPath
 

E

encode(PawnAndPieceCount) - Method in class net.sourceforge.chessshell.plugin.api.PawnAndTotalPieceCountEncoder
Encode pawn count and piece count in one byte.
encode(StartPawnSeries, int) - Method in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
Encode the pawns given, with a fixed length of output.
encode(StartPawnSeries, boolean) - Method in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
Encode the pawns given as a byte array.
encode(StartPawnSeries) - Method in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
Encode the pawns given as a byte array.
equals(Object) - Method in class net.sourceforge.chessshell.plugin.api.PawnAndPieceCount
 
equals(Object) - Method in class net.sourceforge.chessshell.plugin.api.StartPawnPair
 

F

finishBulkAdding() - Method in interface net.sourceforge.chessshell.plugin.api.IPositionSearchIndexer
Finish bulk add mode.
first - Variable in class net.sourceforge.chessshell.plugin.api.StartPawnPair
 
FolderItem - Class in net.sourceforge.chessshell.plugin.api
 
FolderItem(String, long) - Constructor for class net.sourceforge.chessshell.plugin.api.FolderItem
 
FolderItem(String, long, Object) - Constructor for class net.sourceforge.chessshell.plugin.api.FolderItem
 
FolderPath - Class in net.sourceforge.chessshell.plugin.api
 
FolderPath() - Constructor for class net.sourceforge.chessshell.plugin.api.FolderPath
 
fromByteToCounts - Static variable in class net.sourceforge.chessshell.plugin.api.PawnAndTotalPieceCountEncoder
 
fromByteToPawns - Static variable in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
 
fromCountsToByte - Static variable in class net.sourceforge.chessshell.plugin.api.PawnAndTotalPieceCountEncoder
 
fromPawnsToByte - Static variable in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
 

G

gameIndex - Variable in class net.sourceforge.chessshell.plugin.api.GameIndexAndTrack
 
GameIndexAndTrack - Class in net.sourceforge.chessshell.plugin.api
 
GameIndexAndTrack(int, String) - Constructor for class net.sourceforge.chessshell.plugin.api.GameIndexAndTrack
 
GameSymbolType - Enum in net.sourceforge.chessshell.plugin.api
 
GameSymbolType() - Constructor for enum net.sourceforge.chessshell.plugin.api.GameSymbolType
 
gameTrack - Variable in class net.sourceforge.chessshell.plugin.api.BookmarkChangeDescription
 
gameTrack - Variable in class net.sourceforge.chessshell.plugin.api.GameIndexAndTrack
 
get(PawnCount, PieceCount) - Static method in class net.sourceforge.chessshell.plugin.api.PawnAndPieceCount
 
getAdditionalContent() - Method in interface net.sourceforge.chessshell.plugin.api.IGameSymbolGetter
 
getBookmarkCount() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getBookmarkDescription(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getBookmarkedPositionCount() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
getBookmarkedPositionDescription(int) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
getBookmarkedPositionIndexes(int) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
getBookmarkGameTracks(int) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
Return the 'game tracks' of the bookmarked positions of the given game.
getBookmarkId() - Method in class net.sourceforge.chessshell.plugin.api.BookmarkChangeDescription
Return the bookmark id (1-based index).
getBytePosition() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
 
getBytePosition() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnSymbolGetter
 
getBytePosition() - Method in class net.sourceforge.chessshell.plugin.api.PgnGameEndVisitor
 
getChar() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
 
getCharGetter() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnSymbolGetter
 
getContent() - Method in interface net.sourceforge.chessshell.plugin.api.IGameSymbolGetter
 
getContentIndex() - Method in class net.sourceforge.chessshell.plugin.api.FolderItem
 
getCurrentPath() - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
 
getCurrentPosition() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getData() - Method in class net.sourceforge.chessshell.plugin.api.FolderItem
 
getDefaultMoveRating() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getDescription() - Method in class net.sourceforge.chessshell.plugin.api.FolderItem
 
getDescriptor() - Method in class net.sourceforge.chessshell.plugin.api.FolderPath
 
getEncoding() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
 
getEncoding() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnSymbolGetter
 
getFileName() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getFirst() - Method in class net.sourceforge.chessshell.plugin.api.StartPawnPair
 
getFolderCount() - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
 
getFolderName(int) - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
 
getGameBytePosition(int) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
getGameCount() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
getGameIndex() - Method in class net.sourceforge.chessshell.plugin.api.GameIndexAndTrack
 
getGameTrack() - Method in class net.sourceforge.chessshell.plugin.api.BookmarkChangeDescription
Return the 'game track' - a description of how to reach the bookmarked position from the initial position of the game.
getGameTrack() - Method in class net.sourceforge.chessshell.plugin.api.GameIndexAndTrack
 
getIndexInBookmarks(int, String) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
getIndexOfMove(byte, byte) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getItem(int) - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
 
getItemCount() - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
 
getLineNo() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
 
getLineNo() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnSymbolGetter
 
getMaxMoveRating() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getMove(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Read move from database.
getMoveCount() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getMoveFrom() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getMoveRating(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getMoveTextCommentAfter(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getMoveTextCommentBefore(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getMoveTo() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getMoveValueAnnotation(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getNextGameIndex() - Method in interface net.sourceforge.chessshell.plugin.api.IPositionSearchIndexer
Used to iterate through a result set.
getPawnCount() - Method in class net.sourceforge.chessshell.plugin.api.PawnAndPieceCount
 
getPieceCount() - Method in class net.sourceforge.chessshell.plugin.api.PawnAndPieceCount
 
getPositionAnnotationSymbol(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getPositionAnnotationSymbolCount() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getPositionCount() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getPositionInLine() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
 
getPositionTextComment() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getProperties() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
getSecond() - Method in class net.sourceforge.chessshell.plugin.api.StartPawnPair
 
getSeries() - Method in class net.sourceforge.chessshell.plugin.api.StartPawnSeries
 
getString(long, long) - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
 
getType() - Method in interface net.sourceforge.chessshell.plugin.api.IGameSymbolGetter
 
goBackOneMove() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
When we have previously selected (played) a move, or added a move, it is possible to go back.
goForwardByMove(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Select the i'th move (0-based index).

H

hashCode() - Method in class net.sourceforge.chessshell.plugin.api.PawnAndPieceCount
 
hashCode() - Method in class net.sourceforge.chessshell.plugin.api.StartPawnPair
 
hasMoveRating(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
hasParentFolder() - Method in class net.sourceforge.chessshell.plugin.api.FolderPath
 
hasParentFolder() - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
 

I

ICharGetter - Interface in net.sourceforge.chessshell.plugin.api
It offers the ability to get one character at a time from an input source.
IContentIndexHolder - Interface in net.sourceforge.chessshell.plugin.api
 
IFolderManager - Interface in net.sourceforge.chessshell.plugin.api
Generic manager of a folder hierarchy.
IGameSetTraverser - Interface in net.sourceforge.chessshell.plugin.api
 
IGameSymbolGetter<T> - Interface in net.sourceforge.chessshell.plugin.api
 
ignoreRestOfCurrentLine() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
 
indexate() - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
init() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
init is useful between calls to getString()
initializeSearch(PawnAndPieceCount, PawnAndPieceCount, Set<StartPawn>) - Method in interface net.sourceforge.chessshell.plugin.api.IPositionSearchIndexer
Call this before iterating through the result set.
IPgnFileIndexer - Interface in net.sourceforge.chessshell.plugin.api
 
IPgnSymbolGetter - Interface in net.sourceforge.chessshell.plugin.api
 
IPositionSearchIndexer - Interface in net.sourceforge.chessshell.plugin.api
A helper for optimizing searches on position in game databases.
IProgressReporter - Interface in net.sourceforge.chessshell.plugin.api
 
isAtEnd() - Method in interface net.sourceforge.chessshell.plugin.api.ICharGetter
 
isAtEnd() - Method in interface net.sourceforge.chessshell.plugin.api.IGameSymbolGetter
 
isClosed() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
isCurrentPositionBookmarked() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
isGameTerminator(GameSymbolType) - Static method in enum net.sourceforge.chessshell.plugin.api.GameSymbolType
 
ISimplePositionDatabase - Interface in net.sourceforge.chessshell.plugin.api
 
isOnlyMove(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
 
isPositionBookmarked(int, String) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
 
isUpdated() - Method in interface net.sourceforge.chessshell.plugin.api.IPositionSearchIndexer
 
itsContentIndex - Variable in class net.sourceforge.chessshell.plugin.api.FolderItem
 
itsDescription - Variable in class net.sourceforge.chessshell.plugin.api.FolderItem
 

N

navigateToParent() - Method in class net.sourceforge.chessshell.plugin.api.FolderPath
Navigate one level up, if possible.
navigateToRoot() - Method in class net.sourceforge.chessshell.plugin.api.FolderPath
 
net.sourceforge.chessshell.plugin.api - package net.sourceforge.chessshell.plugin.api
 

O

onGameEnd() - Method in class net.sourceforge.chessshell.plugin.api.PgnGameEndVisitor
 

P

PawnAndPieceCount - Class in net.sourceforge.chessshell.plugin.api
A valid combination of pawn count + piece count.
PawnAndPieceCount(PawnCount, PieceCount) - Constructor for class net.sourceforge.chessshell.plugin.api.PawnAndPieceCount
 
PawnAndTotalPieceCountEncoder - Class in net.sourceforge.chessshell.plugin.api
Use for compressing two numbers, one for a pawn count, another for a piece count, into one byte.
PawnAndTotalPieceCountEncoder() - Constructor for class net.sourceforge.chessshell.plugin.api.PawnAndTotalPieceCountEncoder
 
pawnCount - Variable in class net.sourceforge.chessshell.plugin.api.PawnAndPieceCount
 
PawnCount - Enum in net.sourceforge.chessshell.plugin.api
The possible number of pawns for one side of a legal chess position.
PawnCount() - Constructor for enum net.sourceforge.chessshell.plugin.api.PawnCount
 
PgnGameEndVisitor - Class in net.sourceforge.chessshell.plugin.api
 
PgnGameEndVisitor(IPgnSymbolGetter) - Constructor for class net.sourceforge.chessshell.plugin.api.PgnGameEndVisitor
 
pieceCount - Variable in class net.sourceforge.chessshell.plugin.api.PawnAndPieceCount
 
PieceCount - Enum in net.sourceforge.chessshell.plugin.api
The possible number of pieces of one side for a legal chess position, not counting the king.
PieceCount() - Constructor for enum net.sourceforge.chessshell.plugin.api.PieceCount
 
prepareBulkAdding() - Method in interface net.sourceforge.chessshell.plugin.api.IPositionSearchIndexer
Switch to bulk add mode.
promoteVariation(int, int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Promote move.
psg - Variable in class net.sourceforge.chessshell.plugin.api.PgnGameEndVisitor
 

R

read() - Method in interface net.sourceforge.chessshell.plugin.api.IGameSymbolGetter
 
removeBookmark(int) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
Remove i'th bookmark.
reportProgress(long) - Method in interface net.sourceforge.chessshell.plugin.api.IProgressReporter
 

S

second - Variable in class net.sourceforge.chessshell.plugin.api.StartPawnPair
 
selectBookmark(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Navigate to bookmark by index.
selectFolderByIndex(int) - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
Navigate to the i'th folder from current path location.
selectNextBookmark() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Navigate to next bookmark.
selectParentFolder() - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
Navigate to parent folder, if it exists.
selectPreviousBookmark() - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Navigate to previous bookmark.
selectRootFolder() - Method in interface net.sourceforge.chessshell.plugin.api.IFolderManager
Navigate to root folder.
separator - Static variable in class net.sourceforge.chessshell.plugin.api.FolderPath
 
series - Variable in class net.sourceforge.chessshell.plugin.api.StartPawnSeries
 
setBookmarkDescription(int, String) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Set description for i'th bookmark.
setBookmarkedPositionDescription(int, String) - Method in interface net.sourceforge.chessshell.plugin.api.IPgnFileIndexer
Update description of given bookmark.
setBytes(byte[]) - Method in class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
Set up a byte array that can then be decoded, by calling decode() iteratively.
setDefaultMoveRating(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Set default move rating value.
setMaxMoveRating(int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Set maximal move rating.
setMoveRating(int, int) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Set move rating.
setMoveTextCommentAfter(int, String) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Set move text comment 'after'.
setMoveTextCommentBefore(int, String) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Set move text comment 'before'.
setMoveValueAnnotation(int, MoveValueAnnotation) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Move value annotations (!,?,...) - only one per move.
setOnlyMoveAnnotation(int, boolean) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Update only-move annotation for move.
setPositionTextComment(String) - Method in interface net.sourceforge.chessshell.plugin.api.ISimplePositionDatabase
Set text comment on current position.
setUpdated(boolean) - Method in interface net.sourceforge.chessshell.plugin.api.IPositionSearchIndexer
Set the updated status.
size() - Method in class net.sourceforge.chessshell.plugin.api.StartPawnSeries
 
StartPawn - Enum in net.sourceforge.chessshell.plugin.api
 
StartPawn() - Constructor for enum net.sourceforge.chessshell.plugin.api.StartPawn
 
StartPawnPair - Class in net.sourceforge.chessshell.plugin.api
 
StartPawnPair(StartPawn, StartPawn) - Constructor for class net.sourceforge.chessshell.plugin.api.StartPawnPair
 
StartPawnSeries - Class in net.sourceforge.chessshell.plugin.api
Usage is for giving an ordered series of pawns that have left their square of origin.
StartPawnSeries() - Constructor for class net.sourceforge.chessshell.plugin.api.StartPawnSeries
 
StartPawnSeriesEncoder - Class in net.sourceforge.chessshell.plugin.api
Encoding and decoding of a series of pawns.
StartPawnSeriesEncoder() - Constructor for class net.sourceforge.chessshell.plugin.api.StartPawnSeriesEncoder
 

T

toString() - Method in class net.sourceforge.chessshell.plugin.api.FolderPath
 
traverse() - Method in interface net.sourceforge.chessshell.plugin.api.IGameSetTraverser
 
traverse() - Method in class net.sourceforge.chessshell.plugin.api.PgnGameEndVisitor
 

U

updateGame(long, PawnAndPieceCount, PawnAndPieceCount, StartPawnSeries) - Method in interface net.sourceforge.chessshell.plugin.api.IPositionSearchIndexer
Update the information about the given game.

V

valueOf(String) - Static method in enum net.sourceforge.chessshell.plugin.api.GameSymbolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.chessshell.plugin.api.PawnCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.chessshell.plugin.api.PieceCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.chessshell.plugin.api.StartPawn
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.chessshell.plugin.api.GameSymbolType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Static variable in class net.sourceforge.chessshell.plugin.api.PawnAndPieceCount
 
values() - Static method in enum net.sourceforge.chessshell.plugin.api.PawnCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.chessshell.plugin.api.PieceCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.chessshell.plugin.api.StartPawn
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I N O P R S T U V 
Skip navigation links