Holger's
Java API

Serialized Form


Package com.antelmann

Class com.antelmann.ExpiredLicenseException extends LicensingException implements Serializable

serialVersionUID: -6166592282231666434L

Class com.antelmann.License extends Object implements Serializable

serialVersionUID: 3846775460814623924L

Serialized Fields

signature

byte[] signature

licensee

String licensee

issuedFor

String issuedFor

creationDate

Date creationDate

signingDate

Date signingDate

expirationDate

Date expirationDate

usageLimit

int usageLimit

usageLeft

int usageLeft

includeSubPackages

boolean includeSubPackages

boundProperties

HashMap<K,V> boundProperties

boundEnv

HashMap<K,V> boundEnv

key

LicenseKey key

Class com.antelmann.LicenseKey extends Object implements Serializable

Class com.antelmann.LicenseKeyException extends LicensingException implements Serializable

serialVersionUID: -7072053377937429833L

Serialized Fields

key

LicenseKey key

Class com.antelmann.LicenseTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -3478127359839484931L

Serialized Fields

licenses

Vector<E> licenses

Class com.antelmann.LicensingException extends GeneralSecurityException implements Serializable

serialVersionUID: -5481412368042467878L

Serialized Fields

license

License license

licensee

Object licensee

Class com.antelmann.MissingLicenseException extends LicensingException implements Serializable

serialVersionUID: -8715125946937553972L


Package com.antelmann.calendar

Class com.antelmann.calendar.Alert extends Object implements Serializable

serialVersionUID: -5214465668090540169L

Serialized Fields

ce

CalendarEntry ce

alertMessage

String alertMessage

executionTime

Date executionTime

active

boolean active

acknowledged

boolean acknowledged

Class com.antelmann.calendar.CalendarEntry extends Object implements Serializable

serialVersionUID: -7505463629238949069L

Serialized Fields

id

int id

begin

Date begin

duration

long duration

title

String title

description

String description

location

String location

confirmed

boolean confirmed

canceled

boolean canceled

created

long created

updated

long updated

categories

HashSet<E> categories

properties

Properties properties

recurrence

Recurrence recurrence

Class com.antelmann.calendar.CalendarException extends FormatException implements Serializable

serialVersionUID: 4830295571319903092L

Class com.antelmann.calendar.Holiday extends Object implements Serializable

serialVersionUID: -9094150444942241536L

Serialized Fields

date

Date date

locale

Locale locale

name

String name

isPublic

boolean isPublic

Class com.antelmann.calendar.HolidayCalendar extends Object implements Serializable

serialVersionUID: 3172912195476794583L

Serialized Fields

holidays

TreeSet<E> holidays

Class com.antelmann.calendar.JCalendarEntry extends JLabel implements Serializable

serialVersionUID: 1072096062312357065L

Serialized Fields

entry

CalendarEntry entry

Class com.antelmann.calendar.JDayGrid extends JComponent implements Serializable

serialVersionUID: -8559281381629803231L

Serialized Fields

gridColor

Color gridColor
used to draw time interval lines


textColor

Color textColor
used to draw time interval text


beginTime

int beginTime
time in millis from day start


endTime

int endTime
time in millis from day start


timeInterval

int timeInterval
time in millis, used for displaying an interval w/ a line


timeSnapInterval

int timeSnapInterval
time in millis, used for snapping


intervalPixel

int intervalPixel
size of one time interval in pixels


gridPixel

int gridPixel
other size of the grid in pixels


printText

boolean printText

orientation

JDayGrid.Orientation orientation

calendar

Calendar calendar

entries

HashMap<K,V> entries

factory

CalendarEntryComponentFactory factory

Class com.antelmann.calendar.JHolidayList extends JList implements Serializable

serialVersionUID: 6868746434614388907L

Serialized Fields

holidays

HolidayCalendar holidays

Class com.antelmann.calendar.Recurrence extends Object implements Serializable

serialVersionUID: -8754381421104027709L

Serialized Fields

field

int field

amount

int amount

until

Date until

Class com.antelmann.calendar.Stopwatch extends Object implements Serializable

serialVersionUID: -6958796021257440232L

Serialized Fields

start

long start

paused

boolean paused

halted

long halted

end

long end

Class com.antelmann.calendar.TimeInDay extends Object implements Serializable

serialVersionUID: -5526502034225256712L

Serialized Fields

timeInDay

int timeInDay

Package com.antelmann.cddb

Class com.antelmann.cddb.ArgumentParser extends Object implements Serializable

serialVersionUID: 8411263038547003882L

Serialized Fields

line

String line

delimiter

String delimiter
protected to allow custom delimiters for subclasses

Class com.antelmann.cddb.Artist extends Resource implements Serializable

serialVersionUID: 7191584323932840088L

Serialized Fields

gender

Artist.Gender gender

sortName

String sortName

Class com.antelmann.cddb.CDDBEntry extends Object implements Serializable

serialVersionUID: 8365262133724869796L

Serialized Fields

parser

CDDBXmcdParser parser

record

CDDBRecord record

Class com.antelmann.cddb.CDDBProtocolException extends Exception implements Serializable

serialVersionUID: 7335340288009603967L

Serialized Fields

protocol

String protocol

query

String query

result

String result

Class com.antelmann.cddb.CDDBRecord extends Object implements Serializable

serialVersionUID: 3381900373805605017L

Serialized Fields

discid

String discid

category

String category

title

String title

exactMatch

boolean exactMatch

Class com.antelmann.cddb.CDDBServer extends Object implements Serializable

serialVersionUID: -5662780181019272316L

Serialized Fields

site

String site

protocol

String protocol

port

int port

address

String address

latitude

String latitude

longitude

String longitude

description

String description

Class com.antelmann.cddb.CDDBXmcdParser extends Object implements Serializable

serialVersionUID: -8492463040754461207L

Serialized Fields

content

String content

Class com.antelmann.cddb.CDDriveSample extends CDDrive implements Serializable

serialVersionUID: -776492262773257660L

Serialized Fields

queryString

String queryString

Class com.antelmann.cddb.CDID extends Object implements Serializable

serialVersionUID: -3106361702312575643L

Serialized Fields

id

String id

offset

int[] offset

length

int length

Class com.antelmann.cddb.CDSet extends HashSet<CDID> implements Serializable

serialVersionUID: 5147153001703426376L

Class com.antelmann.cddb.Composition extends Object implements Serializable

serialVersionUID: -42906087441574214L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
required to support proper de-serialization of the bi-directional relationship

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
required to support proper serialization of the bi-directional relationship

Throws:
IOException

Class com.antelmann.cddb.CompositionDB extends Object implements Serializable

serialVersionUID: 8252682187707648153L

Serialized Fields

compositions

Set<E> compositions

Class com.antelmann.cddb.Contribution extends Object implements Serializable

serialVersionUID: 5586055599046195246L

Serialized Fields

resource

Resource resource

role

Role role

importance

int importance

comment

String comment

Class com.antelmann.cddb.FuzzyLookup extends Object implements Serializable

serialVersionUID: -3681418504671139893L

Serialized Fields

table

Hashtable<K,V> table

Class com.antelmann.cddb.Genre extends Object implements Serializable

serialVersionUID: 1766439576765420689L

Serialized Fields

description

String description

Class com.antelmann.cddb.Group extends Resource implements Serializable

serialVersionUID: -5206683103335962743L

Serialized Fields

resources

HashSet<E> resources

Class com.antelmann.cddb.JCDChecker extends JMainFrame implements Serializable

serialVersionUID: 7771651798872322356L

Serialized Fields

currentCD

CDID currentCD

cdTextField

JTextField cdTextField

cdTextArea

JTextArea cdTextArea

server

FreeDB server

searchPattern

String searchPattern

fc

JFontChooser fc

fcc

JColorChooser fcc

bcc

JColorChooser bcc

testMode

JCheckBox testMode

Class com.antelmann.cddb.JCDCol extends JMainFrame implements Serializable

serialVersionUID: 3919118973601779940L

Serialized Fields

cdcol

CDCollection cdcol

cdcolTextPane

JTextArea cdcolTextPane

cdcolList

JList cdcolList

server

FreeDB server

db

FileCDDB db

searchPattern

String searchPattern

Class com.antelmann.cddb.JCDColBrowser extends JMainFrame implements Serializable

serialVersionUID: 9160327974473524200L

Serialized Fields

cdcol

CDCollection cdcol

cdcolTextPane

JTextArea cdcolTextPane

cdcolList

JSearchList cdcolList

searchPattern

String searchPattern

contentSearch

JCheckBox contentSearch

caseSearch

JCheckBox caseSearch

Class com.antelmann.cddb.JComposition extends JComponent implements Serializable

serialVersionUID: -6711430425078984661L

Serialized Fields

composition

Composition composition

allContributions

JCheckBox allContributions

allTracks

JCheckBox allTracks

title

JTextField title

parent

JTextField parent

genre

JComboBox genre

year

JFormattedTextField year

description

JTextArea description

contributionTable

com.antelmann.cddb.JContributionTable contributionTable

trackTable

com.antelmann.cddb.JTrackTable trackTable

children

JList children

editable

boolean editable

leftNewButton

JButton leftNewButton

leftEditButton

JButton leftEditButton

leftDeleteButton

JButton leftDeleteButton

rightNewButton

JButton rightNewButton

rightEditButton

JButton rightEditButton

rightDeleteButton

JButton rightDeleteButton

Class com.antelmann.cddb.RecursiveCycleException extends RuntimeException implements Serializable

serialVersionUID: -6245950364803684391L

Serialized Fields

o

Object o

Class com.antelmann.cddb.Resource extends Object implements Serializable

serialVersionUID: -474299005468788707L

Serialized Fields

name

String name

description

String description

Class com.antelmann.cddb.Role extends Object implements Serializable

serialVersionUID: 2042919202271628006L

Serialized Fields

description

String description

Class com.antelmann.cddb.SimpleCDCollection extends Object implements Serializable

serialVersionUID: -4237893991470959626L

Serialized Fields

CDSET_LOCATION

String CDSET_LOCATION
the filename where the CDSet is stored relative to the base dir


COL_CATEGORY

String COL_CATEGORY
the category used for creating records from collection entries


directory

MyFile directory

cdset

CDSet cdset

Class com.antelmann.cddb.Track extends Object implements Serializable

serialVersionUID: -425576466111193786L

Serialized Fields

cd

CDID cd

trackNo

int trackNo

title

String title

description

String description

recordingType

String recordingType

contributions

HashSet<E> contributions

compositions

HashSet<E> compositions
accessed by Composition

Class com.antelmann.cddb.XmcdFormatException extends FormatException implements Serializable

serialVersionUID: -7795673352158017291L

Serialized Fields

location

String location

Package com.antelmann.game

Class com.antelmann.game.AbstractGame extends Object implements Serializable

serialVersionUID: -2375451118405619952L

Serialized Fields

name

String name

numberOfPlayers

int numberOfPlayers

moveList

Stack<E> moveList

redoList

Stack<E> redoList

legalMoves

GameMove[] legalMoves

observers

HashSet<E> observers

Class com.antelmann.game.BookPlayer extends Object implements Serializable

serialVersionUID: 2556195920558121632L

Serialized Fields

book

Hashtable<K,V> book

player

Player player

name

String name

bookHits

int bookHits

Class com.antelmann.game.CannotPlayGameException extends GameRuntimeException implements Serializable

serialVersionUID: -7825468847574732784L

Serialized Fields

player

Player player

game

GamePlay game

Class com.antelmann.game.GameBoardMove extends Object implements Serializable

serialVersionUID: 3916390724999500091L

Serialized Fields

moveOption

Object moveOption

playerRole

int playerRole

positionTo

GameBoardPosition positionTo

positionFrom

GameBoardPosition positionFrom

Class com.antelmann.game.GameBoardPosition extends Object implements Serializable

serialVersionUID: -1175207030136507332L

Serialized Fields

position

int position

Class com.antelmann.game.GameDriver extends Object implements Serializable

serialVersionUID: -7185051701630336298L

Serialized Fields

game

GamePlay game

players

Player[] players

timer

Stopwatch[] timer

level

int level

responseTime

long responseTime

random

Random random

Class com.antelmann.game.GameException extends Exception implements Serializable

serialVersionUID: -2699881463251280747L

Serialized Fields

game

GamePlay game

Class com.antelmann.game.GameRuntimeException extends RuntimeException implements Serializable

serialVersionUID: -5620229047407791305L

Serialized Fields

game

GamePlay game

Class com.antelmann.game.HighscoreEntry extends Object implements Serializable

serialVersionUID: -5305548023326875947L

Serialized Fields

score

double score

user

String user

time

long time

Class com.antelmann.game.HighscoreTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -6460569728398423598L

Serialized Fields

list

List<E> list

formatter

DateFormat formatter

Class com.antelmann.game.JGameFrame extends JMainFrame implements Serializable

serialVersionUID: 1048104947372782413L

Serialized Fields

autoAdvance

JCheckBoxMenuItem autoAdvance

showWatch

JCheckBoxMenuItem showWatch

console

JCheckBoxMenuItem console

jplay

JGamePlay jplay

gameFrame

JInternalFrame gameFrame

legalMovesFrame

JInternalFrame legalMovesFrame

historyFrame

JInternalFrame historyFrame

redoFrame

JInternalFrame redoFrame

legalMovesList

com.antelmann.game.JMoveList legalMovesList

historyList

com.antelmann.game.JMoveList historyList

redoList

com.antelmann.game.JMoveList redoList

fileChooser

JFileChooser fileChooser

bookChooser

JFileChooser bookChooser

tools

JToolBar tools

isBusy

boolean isBusy

autoMoveButton

JButton autoMoveButton

randomMoveButton

JButton randomMoveButton

backButton

JButton backButton

forwardButton

JButton forwardButton

evalButton

JButton evalButton

jwatch

JWatchLabel jwatch

Class com.antelmann.game.JPlayerClient extends JMainFrame implements Serializable

serialVersionUID: 860741347100802936L

Serialized Fields

jplay

JGamePlay jplay

gameFrame

JInternalFrame gameFrame

legalMovesFrame

JInternalFrame legalMovesFrame

historyFrame

JInternalFrame historyFrame

serverMessageFrame

JInternalFrame serverMessageFrame

serverMessages

DefaultListModel serverMessages

legalMovesList

com.antelmann.game.JMoveList legalMovesList

historyList

com.antelmann.game.JMoveList historyList

fileChooser

JFileChooser fileChooser

jwatch

JWatchLabel jwatch

netStatus

JLabel netStatus

requestPending

boolean requestPending

myRoles

int[] myRoles

con

NetConnection con

conListener

MessageDelegator conListener

Class com.antelmann.game.MoveTemplate extends Object implements Serializable

serialVersionUID: -7024459561191495737L

Serialized Fields

player

int player

Class com.antelmann.game.RandomPlayer extends TemplatePlayer implements Serializable

serialVersionUID: -1688213522164461957L

Serialized Fields

random

Random random

checkForWin

boolean checkForWin

HEURISTIC_CONSTANT

int HEURISTIC_CONSTANT

Class com.antelmann.game.SocketPlayer extends Object implements Serializable

serialVersionUID: -3143408026074082860L

Serialized Fields

hostName

String hostName

port

int port

keepAlive

boolean keepAlive

Class com.antelmann.game.TemplatePlayer extends Object implements Serializable

Serialized Fields

playerName

String playerName

searchOption

int searchOption

levelOverride

int levelOverride

orderMoves

boolean orderMoves

Package com.antelmann.game.awari

Class com.antelmann.game.awari.AwariGame extends AbstractGame implements Serializable

serialVersionUID: 8345661640705546731L

Serialized Fields

board

int[] board

reverseNext

int reverseNext

Class com.antelmann.game.awari.AwariPlayer extends TemplatePlayer implements Serializable

serialVersionUID: 4921170950609823654L

Serialized Fields

random

Random random

Package com.antelmann.game.card

Class com.antelmann.game.card.BJCheater extends BJPlayer implements Serializable

serialVersionUID: -2163426428183451238L

Class com.antelmann.game.card.BJPlayer extends TemplatePlayer implements Serializable

serialVersionUID: -8446913838963307498L

Class com.antelmann.game.card.BlackJack extends AbstractGame implements Serializable

serialVersionUID: -8372899817004544134L

Serialized Fields

random

Random random

deck

CardDeck deck

hands

Vector<E> hands

dealerHand

Vector<E> dealerHand

openDealerCard

Card openDealerCard

Class com.antelmann.game.card.Card extends Object implements Serializable

serialVersionUID: 6892906178549182113L

Serialized Fields

rank

int rank

suit

byte suit

Class com.antelmann.game.card.CardDeck extends Object implements Serializable

serialVersionUID: -766409150440034465L

Serialized Fields

cards

Stack<E> cards

Package com.antelmann.game.checkers

Class com.antelmann.game.checkers.CheckersGame extends AbstractGame implements Serializable

serialVersionUID: 878531751489546944L

Serialized Fields

board

com.antelmann.game.checkers.CheckersBoard board

followupMoves

Vector<E> followupMoves

Class com.antelmann.game.checkers.CheckersPlayer extends TemplatePlayer implements Serializable

serialVersionUID: -920589714492673296L

Serialized Fields

random

Random random

Package com.antelmann.game.chess

Class com.antelmann.game.chess.BoardPosition extends GameBoardPosition implements Serializable

serialVersionUID: -5672381258284361546L

Class com.antelmann.game.chess.ChessGame extends AbstractGame implements Serializable

serialVersionUID: -767028146326411959L

Serialized Fields

board

com.antelmann.game.chess.ChessBoard board

tempMove

com.antelmann.game.chess.ChessMove tempMove

blackMovesFirst

boolean blackMovesFirst
used to enable black to move first in case the board was set up

Class com.antelmann.game.chess.ChessPlayer extends TemplatePlayer implements Serializable

serialVersionUID: 4314048066398438032L

Serialized Fields

random

Random random

Package com.antelmann.game.fourwins

Class com.antelmann.game.fourwins.FourWinsGame extends AbstractGame implements Serializable

serialVersionUID: -7580479947357059116L

Serialized Fields

MAX_MOVES

int MAX_MOVES

boardWidth

int boardWidth

boardHeight

int boardHeight

board

int[][] board

Class com.antelmann.game.fourwins.FourWinsPlayer extends TemplatePlayer implements Serializable

serialVersionUID: 4468286686431444991L

Serialized Fields

random

Random random

Package com.antelmann.game.gomoku

Class com.antelmann.game.gomoku.GomokuGame extends AbstractGame implements Serializable

serialVersionUID: -2678202549971261236L

Serialized Fields

board

int[][] board

width

int width

height

int height

Class com.antelmann.game.gomoku.GomokuPlayer extends TemplatePlayer implements Serializable

serialVersionUID: -2723027527829523990L

Serialized Fields

random

Random random

Package com.antelmann.game.mine

Class com.antelmann.game.mine.MineSweeper extends AbstractGame implements Serializable

serialVersionUID: 1403256706847543014L

Serialized Fields

field

int[][] field

opened

boolean[][] opened

numberOfMines

int numberOfMines

busted

boolean busted

hash

int hash

Package com.antelmann.game.muehle

Class com.antelmann.game.muehle.MuehleGame extends AbstractGame implements Serializable

serialVersionUID: -5095231269269893687L

Serialized Fields

field

int[] field

leftOnHand

int[] leftOnHand

Class com.antelmann.game.muehle.MuehlePlayer extends TemplatePlayer implements Serializable

serialVersionUID: 5358984832175362858L

Serialized Fields

random

Random random

Class com.antelmann.game.muehle.MuehlePosition extends GameBoardPosition implements Serializable

serialVersionUID: 225801582955323756L


Package com.antelmann.game.puzzle

Class com.antelmann.game.puzzle.EightQueens extends AbstractGame implements Serializable

serialVersionUID: -3617418950927816050L

Serialized Fields

board

byte[][] board

queens

int queens

Class com.antelmann.game.puzzle.JDiceEquation extends JComponent implements Serializable

serialVersionUID: -8957085147039400422L

Serialized Fields

diceField

JTextField diceField

goalField

JFormattedTextField goalField

rootBox

JCheckBox rootBox

solutionsArea

JTextArea solutionsArea

generateButton

JButton generateButton

Class com.antelmann.game.puzzle.JTilePuzzle extends AbstractTableModel implements Serializable

serialVersionUID: -9197827184866672147L

Serialized Fields

frame

GameGUI frame

play

AutoPlay play

game

TilePuzzle game

filter

ExtensionFileFilter filter

jgame

Container jgame

disableReverseMove

JCheckBoxMenuItem disableReverseMove

endWhenSolved

JCheckBoxMenuItem endWhenSolved

imageChooser

JFileChooser imageChooser

Class