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 com.antelmann.game.puzzle.PuzzleNotSolvableException extends GameException implements Serializable

serialVersionUID: -2136915923568305302L

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

serialVersionUID: 5625847923326671763L

Serialized Fields

board

int[][] board

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

serialVersionUID: 986063706390238762L

Serialized Fields

puzzle

Object[][] puzzle

solution

Object[][] solution

ReverseMoveDisabled

boolean ReverseMoveDisabled

endWhenSolved

boolean endWhenSolved

Class com.antelmann.game.puzzle.TilePuzzlePlayer extends TemplatePlayer implements Serializable

serialVersionUID: 9095991555143586238L

Serialized Fields

random

Random random

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

serialVersionUID: 6076623982285771157L

Serialized Fields

board

byte[][] board

wolfs

int wolfs

sheeps

int sheeps

Package com.antelmann.game.quiz

Class com.antelmann.game.quiz.DemoQuizFrame extends JMainFrame implements Serializable

serialVersionUID: 0L

Serialized Fields

font

Font font

factory

QuestionComponentFactory factory

numberOfQuestions

int numberOfQuestions

list

List<E> list

highscoreList

List<E> highscoreList

highscoreFile

MyFile highscoreFile

user

String user

properties

Properties properties

logger

Logger logger

Class com.antelmann.game.quiz.JQuestionHandler extends JComponent implements Serializable

serialVersionUID: -1070330391229084518L

Serialized Fields

factory

QuestionComponentFactory factory

listener

QuizListener listener

list

List<E> list

answers

int[] answers

times

long[] times

topLabel

JLabel topLabel

current

JComponent current

index

int index

font

Font font

user

String user

Class com.antelmann.game.quiz.JQuizQuestion extends JComponent implements Serializable

serialVersionUID: 2324276228377412346L

Serialized Fields

prefix

String prefix

question

Question question

handler

AnswerHandler handler

font

Font font

buttons

JToggleButton[] buttons

label

JLabel label

continueButton

JButton continueButton

sw

Stopwatch sw

sorter

List<E> sorter

monitor

Monitor monitor

timer

Timer timer

Class com.antelmann.game.quiz.Question extends Object implements Serializable

serialVersionUID: 6513947588310126944L

Serialized Fields

display

String display

option

String[] option

answer

int answer

timeout

long timeout

Package com.antelmann.game.reversi

Class com.antelmann.game.reversi.ReversiGame extends AbstractGame implements Serializable

serialVersionUID: 9120341763056326196L

Serialized Fields

board

int[][] board

boardWidth

int boardWidth

boardHeight

int boardHeight

Class com.antelmann.game.reversi.ReversiPlayer extends TemplatePlayer implements Serializable

serialVersionUID: 1914776443694471905L

Serialized Fields

random

Random random

borderWeight

int borderWeight

cornerWeight

int cornerWeight

Package com.antelmann.game.ttt

Class com.antelmann.game.ttt.TickTackToe extends AbstractGame implements Serializable

serialVersionUID: -5020228607900916039L

Serialized Fields

board

int[] board
internal board representation


Package com.antelmann.game.wolfsheep

Class com.antelmann.game.wolfsheep.WolfsheepGame extends AbstractGame implements Serializable

serialVersionUID: 72759558890034844L

Serialized Fields

wolf

com.antelmann.game.wolfsheep.WolfsheepGame.Piece wolf

sheep

com.antelmann.game.wolfsheep.WolfsheepGame.Piece[] sheep

firstPlayer

byte firstPlayer

Class com.antelmann.game.wolfsheep.WSPlayer extends TemplatePlayer implements Serializable

serialVersionUID: -2664224340132676620L

Serialized Fields

random

Random random

Package com.antelmann.imagedb

Class com.antelmann.imagedb.ImageHolder extends EntityImpl implements Serializable

serialVersionUID: -2170868871767976700L

Serialized Fields

title

String title

time

long time

type

String type

url

URL url

fullImage

byte[] fullImage

thumbnail

byte[] thumbnail

description

String description

map

HashMap<K,V> map

Class com.antelmann.imagedb.ImageLoader extends JMainFrame implements Serializable

serialVersionUID: -2421313911981695344L

Serialized Fields

chooser

JFileChooser chooser

filter

ExtensionFileFilter filter

Class com.antelmann.imagedb.ImageTransferException extends Exception implements Serializable

serialVersionUID: -2599104195521652226L

Class com.antelmann.imagedb.ImageViewer extends JMainFrame implements Serializable

serialVersionUID: 5845591419328408028L

Serialized Fields

imageIcon

ImageIcon imageIcon

image

Image image

imageComponent

com.antelmann.imagedb.ImageViewer.ImageComponent imageComponent

scrollPane

JScrollPane scrollPane

maintainProportions

JCheckBoxMenuItem maintainProportions

sizeToFit

JCheckBoxMenuItem sizeToFit

Package com.antelmann.io

Class com.antelmann.io.BackupFrame extends JMainFrame implements Serializable

serialVersionUID: 2461398811651853829L

Serialized Fields

origFileField

JFileField origFileField

destFileField

JFileField destFileField

logFileField

JFileField logFileField

deleteCheckBox

JCheckBox deleteCheckBox

scheduleButton

JButton scheduleButton

startButton

JButton startButton

Class com.antelmann.io.CompareFrame extends JMainFrame implements Serializable

serialVersionUID: -5226976849200207810L

Serialized Fields

fileField1

JFileField fileField1

fileField2

JFileField fileField2

ta

JTextArea ta

monitor

Monitor monitor

stopButton

JButton stopButton

Class com.antelmann.io.DirectoryTreeNode extends FileTreeNode implements Serializable

serialVersionUID: 3298009520950499306L

Class com.antelmann.io.FileTableModel extends DefaultTableModel implements Serializable

serialVersionUID: -626726082690271183L

Class com.antelmann.io.FileTreeNode extends Object implements Serializable

serialVersionUID: 7817879951568130545L

Serialized Fields

file

File file

subFiles

ArrayList<E> subFiles

filter

FileFilter filter

Class com.antelmann.io.IniFile extends File implements Serializable

serialVersionUID: 6111424474353465725L

Serialized Fields

fieldSeparator

String fieldSeparator
uses the equal sign '=' by default


commentIndicator

char[] commentIndicator
uses '#' and '[' by default, the array must never be empty


charset

String charset
uses the default charset of this Java virtual machine by default

Class com.antelmann.io.MyFile extends File implements Serializable

serialVersionUID: 1237779913761118481L

Serialization Methods

writeObject

public void writeObject(Object obj,
                        boolean append)
                 throws IOException
serializes the given object, writes it to the file and flushes. Use with binary files only. Note: appending different objects to an existing file may result into ClassCastException in ObjectInputStream when reading back from the file; one solution is to simply write byte arrays as objects that contain the already serialized object.

Throws:
IOException
See Also:
MyFile.writeText(String, boolean), MyFile.writeBytes(byte[], boolean), Data.serialize(java.lang.Object)

Package com.antelmann.mgmt

Class com.antelmann.mgmt.ConnectionException extends DatabaseException implements Serializable

serialVersionUID: 7335438532141529327L

Class com.antelmann.mgmt.DatabaseException extends RemoteException implements Serializable

serialVersionUID: -9140502633320194217L

Class com.antelmann.mgmt.DBUpdateEvent extends EventObject implements Serializable

serialVersionUID: -4741034770798403685L

Serialized Fields

type

DBUpdateEvent.UpdateType type

resource

Resource resource

user

User user

Class com.antelmann.mgmt.EntityImpl extends Object implements Serializable

serialVersionUID: -3839228105275911858L

Serialized Fields

id

Object id

props

HashMap<K,V> props
provides unmonitored access to the properties


propertyChangeSupport

PropertyChangeSupport propertyChangeSupport
access to the embedded property change support; this variable is initally null (until initialized by enableChangeListenerSupport(boolean))

See Also:
EntityImpl.enableChangeListenerSupport(boolean)

Class com.antelmann.mgmt.EntityTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -1397081872222307186L

Serialized Fields

list

List<E> list

methodOrPropertyNames

String[] methodOrPropertyNames

methods

Method[] methods

Class com.antelmann.mgmt.JPasswordChangeForm extends JComponent implements Serializable

serialVersionUID: -4028590582824799549L

Serialized Fields

fieldLength

int fieldLength

user

User user

passwordValidator

Filter<T> passwordValidator

oldPasswordField

JPasswordField oldPasswordField

newPasswordField

JPasswordField newPasswordField

confirmPasswordField

JPasswordField confirmPasswordField

Class com.antelmann.mgmt.JPasswordHash extends JMainFrame implements Serializable

serialVersionUID: -2108175048590578862L

Class com.antelmann.mgmt.JUserLoginPanel extends JComponent implements Serializable

serialVersionUID: -8248022339644572913L

Serialized Fields

userField

JTextField userField

passwordField

JPasswordField passwordField

loginButton

JButton loginButton

cancelButton

JButton cancelButton

uls

UserLoginStore uls

user

User user

exception

Exception exception

keyListener

KeyListener keyListener

Class com.antelmann.mgmt.LoginEvent extends EventObject implements Serializable

serialVersionUID: 7494319848006258320L

Serialized Fields

user

User user

exception

Exception exception

Class com.antelmann.mgmt.RevisionEvent extends EventObject implements Serializable

serialVersionUID: 1638886544164049661L

Serialized Fields

user

User user

oldStatus

Status oldStatus

newStatus

Status newStatus

reason

String reason

Class com.antelmann.mgmt.SimpleEntityFilter extends Object implements Serializable

serialVersionUID: 1305586195189283225L

Serialized Fields

restrictions

Map<K,V> restrictions

Class com.antelmann.mgmt.TransactionException extends DatabaseException implements Serializable

serialVersionUID: -2054678499029025460L

Class com.antelmann.mgmt.UserImpl extends EntityImpl implements Serializable

serialVersionUID: 4076483684720862858L

Serialized Fields

name

String name

passwordHash

String passwordHash

active

boolean active

description

String description

accessList

HashSet<E> accessList
used to store actions that can be accessed

See Also:
UserImpl.canAccess(Object)

Class com.antelmann.mgmt.UserTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -4869370108462383732L

Serialized Fields

comparator

List<E> comparator

users

List<E> users

Class com.antelmann.mgmt.WrongDataException extends DatabaseException implements Serializable

serialVersionUID: 8989631584876334155L


Package com.antelmann.net

Class com.antelmann.net.HandshakeException extends IOException implements Serializable

serialVersionUID: 6718445048018685292L

Class com.antelmann.net.JChat extends JMainFrame implements Serializable

serialVersionUID: -1486628635911760025L

Serialized Fields

con

NetConnection con

server

ChatServer server

serverMenu

JMenuItem serverMenu

textArea

JTextArea textArea

inputText

JTextField inputText

callSign

String callSign

encryption

JCheckBoxMenuItem encryption

key

SynchronousKey key

Class com.antelmann.net.JFTP extends JMainFrame implements Serializable

serialVersionUID: 1107986293322611192L

Serialized Fields

localDirField

JFileField localDirField

hostField

JTextField hostField

userField

JTextField userField

passwordField

JPasswordField passwordField

remoteDirField

JTextField remoteDirField

jlog

JTextComponentLog jlog

deleteOption

JCheckBox deleteOption

uploadButton

JButton uploadButton

downloadButton

JButton downloadButton

stopButton

JButton stopButton

clearLogButton

JButton clearLogButton

monitor

Monitor monitor

logger

Logger logger

inAction

boolean inAction

Class com.antelmann.net.JMessenger extends JMainFrame implements Serializable

serialVersionUID: -4278520307531082834L

Serialized Fields

server

NetConnectionServer server

con

NetConnection con

textArea

JTextArea textArea

inputText

JTextField inputText

callSign

String callSign

encryption

JCheckBoxMenuItem encryption

key

SynchronousKey key
a very simple encryption


logger

Logger logger

fileChooser

JFileChooser fileChooser

sendFile

File sendFile

Class com.antelmann.net.JNetProperties extends JComponent implements Serializable

serialVersionUID: 2622426095727603294L

Serialized Fields

props

Properties props

field

JTextField[] field

Class com.antelmann.net.JSpider extends JMainFrame implements Serializable

serialVersionUID: -5812231818142923789L

Serialized Fields

jtree

JTree jtree

textField

JTextArea textField

crawlerMenu

JMenu crawlerMenu

includeHTMLCode

JCheckBoxMenuItem includeHTMLCode

singlePath

JCheckBoxMenuItem singlePath

progressBar

JProgressBar progressBar

Class com.antelmann.net.JURLCachePane extends JEditorPane implements Serializable

serialVersionUID: 2164716976772868807L

Serialized Fields

cache

Map<K,V> cache

Class com.antelmann.net.JWebBrowser extends JMainFrame implements Serializable

serialVersionUID: 8894203216788969688L

Serialized Fields

home

URL home

current

URLCache current

cache

HashMap<K,V> cache

history

Stack<E> history

forwards

Stack<E> forwards

favorites

Stack<E> favorites

favMenu

JMenu favMenu

stopButton

JButton stopButton

nowLoading

URLCache nowLoading

textPane

JURLCachePane textPane

textUrlField

JTextField textUrlField

fchooser

JFileChooser fchooser

hyperlinkHoover

URL hyperlinkHoover

busy

boolean busy

favoriteDefaults

String[] favoriteDefaults

Class com.antelmann.net.LocalWeb extends Object implements Serializable

serialVersionUID: -7574551923905523267L

Serialized Fields

webDir

MyFile webDir

webRoot

MyFile webRoot

Class com.antelmann.net.RSSChannel extends Object implements Serializable

serialVersionUID: -581860440414274425L

Serialized Fields

handler

RSSHandler handler

element

Element element

Class com.antelmann.net.RSSHandler extends Object implements Serializable

serialVersionUID: -7687181096193828724L

Serialized Fields

doc

Document doc

strict

boolean strict

Class com.antelmann.net.RSSItem extends Object implements Serializable

serialVersionUID: -4702278123332313241L

Serialized Fields

channel

RSSChannel channel

element

Element element

Class com.antelmann.net.RSSMenu extends JMenu implements Serializable

serialVersionUID: 0L

Serialized Fields

channel

RSSChannel channel

handler

RSSMenu.ItemHandler handler

useIcon

boolean useIcon

Class com.antelmann.net.SampleCrawlerSetting extends Object implements Serializable

serialVersionUID: -2050256965668017590L

Serialized Fields

depth

int depth

currentSiteOnly

boolean currentSiteOnly

restrictURLPattern

String[] restrictURLPattern

includeTextPattern

String[] includeTextPattern

includeHTMLCode

boolean includeHTMLCode

active

boolean active

Class com.antelmann.net.ServerLogFile extends MyFile implements Serializable

serialVersionUID: 8656579990080497085L

Serialized Fields

dateFormat

SimpleDateFormat dateFormat

Class com.antelmann.net.URLCache extends Object implements Serializable

serialVersionUID: 5452986503371927044L

Serialized Fields

url

URL url

updated

long updated

lastRefresh

long lastRefresh

refreshTime

long refreshTime

listeners

Vector<E> listeners

tooLargeForCaching

boolean tooLargeForCaching

header

Map<K,V> header

content

byte[] content

problem

IOException problem

refresher

com.antelmann.net.URLCache.RefreshThread refresher

Class com.antelmann.net.URLNode extends Object implements Serializable

serialVersionUID: 5325742446217277586L

Serialized Fields

tree

URLTree tree

parent

URLNode parent

uc

URLCache uc

children

Vector<E> children

leaf

boolean leaf

expanded

boolean expanded

Class com.antelmann.net.URLTree extends DefaultTreeModel implements Serializable

serialVersionUID: -5976999431784737271L

Serialized Fields

singlePath

boolean singlePath

crawler

CrawlerSetting crawler

allNodes

Vector<E> allNodes
Vector of URL objects


Package com.antelmann.net.mail

Class com.antelmann.net.mail.Email extends Object implements Serializable

serialVersionUID: 8371283412263510140L

Serialized Fields

to

String to

from

String from

cc

String cc

bcc

String bcc

subject

String subject

message

String message

type

String type

header

ArrayList<E> header

attachments

ArrayList<E> attachments

parameters

LinkedHashMap<K,V> parameters

Class com.antelmann.net.mail.Email.Attachment extends Object implements Serializable

serialVersionUID: -6955746250170817138L

Serialized Fields

fileName

String fileName

content

byte[] content

type

String type

Class com.antelmann.net.mail.Email.Header extends Object implements Serializable

serialVersionUID: 2266420008424200502L

Serialized Fields

name

String name

value

String value

Class com.antelmann.net.mail.EmailAccountTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -5567509054840661983L

Serialized Fields

accounts

Vector<E> accounts

Class com.antelmann.net.mail.JEmailAccountTable extends JTable implements Serializable

serialVersionUID: 4243491659897407023L

Serialized Fields

readOnly

boolean readOnly

Class com.antelmann.net.mail.JEmailClient extends JMainFrame implements Serializable

serialVersionUID: -5032795267766643074L

Serialized Fields

account

EmailAccount account

inbox

JMessageTable inbox

refreshButton

JButton refreshButton

Class com.antelmann.net.mail.JEmailWatcher extends JMainFrame implements Serializable

serialVersionUID: 2030865184625350436L

Serialized Fields

logger

Logger logger

logArea

JTextArea logArea

componentLog

JTextComponentLog componentLog

model

EmailAccountTableModel model

table

JEmailAccountTable table

timeChooser

JTimeChooser timeChooser

fileChooser

JFileChooser fileChooser

intervalField

JFormattedTextField intervalField

emailField

JTextField emailField

subjectField

JTextField subjectField

logFileField

JFileField logFileField

externalField

JCheckBox externalField

timeOutField

JFormattedTextField timeOutField

waitField

JFormattedTextField waitField

moveUpButton

JButton moveUpButton

moveDownButton

JButton moveDownButton

newButton

JButton newButton

deleteButton

JButton deleteButton

editButton

JButton editButton

openButton

JButton openButton

saveButton

JButton saveButton

netPropsArea

JNetProperties netPropsArea

propsRefreshButton

JButton propsRefreshButton

propsSaveButton

JButton propsSaveButton

propsLoadButton

JButton propsLoadButton

icon

ImageIcon icon

enableButton

JToggleButton enableButton

timer

Timer timer

running

boolean running

Class com.antelmann.net.mail.JMessageTable extends JTable implements Serializable

serialVersionUID: -5432343375937583514L

Serialized Fields

logger

Logger logger

Class com.antelmann.net.mail.JNewsletterManager extends JMainFrame implements Serializable

serialVersionUID: -8977361520072884048L

Serialized Fields

service

EmailAccount service

mainPanel

JTabbedPane mainPanel

logField

JTextArea logField

mailBodyEditor

JTextPane mailBodyEditor

subjectField

JTextField subjectField

fromField

JTextField fromField

addressEditor

JTextArea addressEditor

previewButton

JButton previewButton

sendMailButton

JButton sendMailButton

stopButton

JButton stopButton

smtpServerField

JTextField smtpServerField

userField

JTextField userField

passwordField

JPasswordField passwordField

authenticationField

JCheckBox authenticationField

verboseField

JCheckBox verboseField

mailTab

String mailTab

addressTab

String addressTab

tableTab

String tableTab

logTab

String logTab

preferenceTab

String preferenceTab

mailFileChooser

JFileChooser mailFileChooser

addressFileChooser

JFileChooser addressFileChooser

tableFileChooser

JFileChooser tableFileChooser

logFileChooser

JFileChooser logFileChooser

monitor

Monitor monitor

personalNameDefaultField

JTextField personalNameDefaultField

nameDefaultLabel

JLabel nameDefaultLabel

replacerField

JCheckBox replacerField

progress

JProgressBar progress

fileField

JFileField fileField

attachmentField

JFileField attachmentField

logFile

LogFile logFile

debugWriter

LogWriter debugWriter

replacerCallback

EmailCustomizer replacerCallback

tableModel

TableModel tableModel

emailColumn

int emailColumn

table

JTable table

clearButton

JButton clearButton

importButton

JButton importButton

searchText

String searchText

Package com.antelmann.ooffice

Class com.antelmann.ooffice.OfficeException extends Exception implements Serializable

serialVersionUID: 957483490593724778L


Package com.antelmann.sound

Class com.antelmann.sound.JJukeBox extends JMainFrame implements Serializable

serialVersionUID: -5051925527829848224L

Serialized Fields

jb

JukeBox jb

currentDir

File currentDir

slider

com.antelmann.sound.JPlayerSlider slider

Class com.antelmann.sound.JMP3Player extends JPlayer implements Serializable

serialVersionUID: 7594568934803176046L

Class com.antelmann.sound.JPlayer extends JMainFrame implements Serializable

serialVersionUID: -7284470418171449477L

Serialized Fields

handler

TransferHandler handler

slider

com.antelmann.sound.JPlayerSlider slider

fileChooser

JFileChooser fileChooser

player

SoundPlayer player

filter

ExtensionFileFilter filter

musicOnIcon

ImageIcon musicOnIcon

musicOffIcon

ImageIcon musicOffIcon

speaker

JLabel speaker

Class com.antelmann.sound.SoundException extends Exception implements Serializable

serialVersionUID: -4258444897261053315L

Serialized Fields

sound

Object sound

Package com.antelmann.sql

Class com.antelmann.sql.JDBCInfoPane extends JComponent implements Serializable

serialVersionUID: -6967597618576103363L

Serialized Fields

connection

Connection connection

data

DatabaseMetaData data

tableNames

JList tableNames

metaData

Map<K,V> metaData

rowData

Map<K,V> rowData

Class com.antelmann.sql.JDBCRowModel extends JDBCTableModel implements Serializable

serialVersionUID: 8778301923966826105L

Serialized Fields

currentRow

int currentRow

map

HashMap<K,V> map

Class com.antelmann.sql.JDBCRowProxy$1 extends Object implements Serializable

Class com.antelmann.sql.JDBCTableEditor extends JTable implements Serializable

serialVersionUID: 6599873513226515371L

Serialized Fields

lastRow

int lastRow

Class com.antelmann.sql.JDBCTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 2487661888487685951L

Serialized Fields

con

Connection con

tableName

String tableName

set

ResultSet set

size

int size

updateable

boolean updateable

insertMode

boolean insertMode

parent

Component parent

statement

Statement statement

columnNames

String[] columnNames

Class com.antelmann.sql.ResultSetMetaDataTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 7177233771789817572L

Serialized Fields

metaData

ResultSetMetaData metaData

columnNames

String[] columnNames

columnTypes

String[] columnTypes

sizes

int[] sizes

rows

int rows

Class com.antelmann.sql.ResultSetTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -8688638386835711241L

Serialized Fields

rs

ResultSet rs

size

int size

idField

String idField

Class com.antelmann.sql.RowItem extends EntityImpl implements Serializable

serialVersionUID: 8611873943850983015L

Serialized Fields

tableName

String tableName

idColumn

String idColumn

columns

String[] columns

dirty

boolean dirty

Class com.antelmann.sql.RowItemTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 2721384615980485234L

Serialized Fields

list

ArrayList<E> list

editable

boolean editable

Package com.antelmann.timeregister

Class com.antelmann.timeregister.JActivityBrowser extends JComponent implements Serializable

serialVersionUID: 7177313882998563674L

Serialized Fields

db

PunchAdminDB db

unitModel

WorkUnitTableModel unitModel

sumTable

JTable sumTable

unitTable

JTable unitTable

activityList

JList activityList

intervalChooser

JDateIntervalChooser intervalChooser

chartPanel

JPanel chartPanel

sumField

JTextField sumField

internalRefresh

boolean internalRefresh

Class com.antelmann.timeregister.JBarcodePunchClock extends JComponent implements Serializable

serialVersionUID: -5134914549179137953L

Serialized Fields

timeFormat

DateFormat timeFormat

station

PunchStation station

codeField

JPasswordField codeField

logArea

JTextArea logArea

tcl

JTextComponentLog tcl

Class com.antelmann.timeregister.JPunchClock extends JComponent implements Serializable

serialVersionUID: 3796806602461624337L

Serialized Fields

punchFlavor

DataFlavor punchFlavor

dndHandler

TransferHandler dndHandler

dateFormat

DateFormat dateFormat

considerTimePeriod

long considerTimePeriod
no one works for 8 days straight


station

PunchStation station

analyzer

PunchDataAnalyzer analyzer

listModelOut

DefaultListModel listModelOut

listModelIn

DefaultListModel listModelIn

outList

JList outList

inList

JList inList

refreshLabel

JLabel refreshLabel

activityList

Set<E> activityList

Class com.antelmann.timeregister.JPunchDataAnalyzer extends JTabbedPane implements Serializable

serialVersionUID: 5720393261672842824L

Serialized Fields

cache

PunchDataAnalyzer cache

analyzer

PunchDataAnalyzer analyzer

employee

User employee

lastPunchTime

JTextField lastPunchTime

presentOrAbsent

JTextField presentOrAbsent

presentOrAbsentFor

JTextField presentOrAbsentFor

workingTime

JTextField workingTime

workingTimeSince

JTimeChooser workingTimeSince

workingTimeUntil

JTimeChooser workingTimeUntil

punchModel

PunchTableModel punchModel

Class com.antelmann.timeregister.JPunchDataAnalyzerList extends JComponent implements Serializable

serialVersionUID: 28892624737008904L

Serialized Fields

db

PunchDB db

pda

JPunchDataAnalyzer pda

cache

PunchDataAnalyzer cache

employeeList

JList employeeList

Class com.antelmann.timeregister.JUserBrowser extends JComponent implements Serializable

serialVersionUID: 7177313882998563674L

Serialized Fields

db

PunchAdminDB db

punchModel

PunchTableModel punchModel

punchTable

JTable punchTable

unitModel

WorkUnitTableModel unitModel

unitTable

JTable unitTable

employeeField

JComboBox employeeField

intervalChooser

JDateIntervalChooser intervalChooser

summaryPanel

com.antelmann.timeregister.JUserSummary summaryPanel

activityChartPanel

JPanel activityChartPanel

internalRefresh

boolean internalRefresh

Class com.antelmann.timeregister.JUserEditor extends JComponent implements Serializable

serialVersionUID: -7757010499200482917L

Serialized Fields

db

PunchAdminDB db

model

com.antelmann.timeregister.UserTableModel model

table

JTable table

Class com.antelmann.timeregister.JWorkUnitEditor extends JComponent implements Serializable

serialVersionUID: 7177313882998563674L

Serialized Fields

dformat

DateFormat dformat

standardDayBegin

TimeInDay standardDayBegin

standardUnitLength

long standardUnitLength

db

PunchAdminDB db

unitModel

WorkUnitTableModel unitModel

unitTable

JTable unitTable

activities

String[] activities

logger

Logger logger

employeeField

JComboBox employeeField

intervalChooser

JDateIntervalChooser intervalChooser

protocol

JTextArea protocol

currentUser

User currentUser

internalRefresh

boolean internalRefresh

allButton

JRadioButton allButton

nonGeneratedButton

JRadioButton nonGeneratedButton

outsideButton

JRadioButton outsideButton

conflictButton

JRadioButton conflictButton

punchModel

PunchTableModel punchModel

summaryPanel

com.antelmann.timeregister.JUserSummary summaryPanel

Class com.antelmann.timeregister.JWorkUnitForm extends JComponent implements Serializable

serialVersionUID: -3314482763035483842L

Serialized Fields

hourFormat

SimpleDateFormat hourFormat

db

PunchAdminDB db

unit

WorkUnit unit

beginField

JTimeChooser beginField

endField

JTimeChooser endField

breakField

JFormattedTextField breakField

lengthField

JTextField lengthField

userField

JComboBox userField

typeField

JComboBox typeField

activityField

JComboBox activityField

approvedField

JCheckBox approvedField

commentField

JTextArea commentField

Class com.antelmann.timeregister.JWorkUnitValidatorEditor extends JComponent implements Serializable

serialVersionUID: -8876565715406051438L

Serialized Fields

db

PunchAdminDB db

form

com.antelmann.timeregister.JWorkUnitValidatorForm form

list

JList list

logger

Logger logger

Class com.antelmann.timeregister.PunchAdminTool extends JMainFrame implements Serializable

serialVersionUID: -3749040051496840219L

Serialized Fields

db

PunchAdminDB db

logger

Logger logger

currentUser

User currentUser

desktop

JDesktopPane desktop

loginItem

JMenuItem loginItem

currentUserStatusFrame

JInternalFrame currentUserStatusFrame

userEditorFrame

JInternalFrame userEditorFrame

workUnitEditorFrame

JInternalFrame workUnitEditorFrame

userBrowserFrame

JInternalFrame userBrowserFrame

scheduleEditorFrame

JInternalFrame scheduleEditorFrame

holidayEditorFrame

JInternalFrame holidayEditorFrame

userReportFrame

JInternalFrame userReportFrame

activityReportFrame

JInternalFrame activityReportFrame

activityFrame

JInternalFrame activityFrame

Class com.antelmann.timeregister.PunchClientFrame extends JMainFrame implements Serializable

serialVersionUID: 3683230670330197879L

Serialized Fields

station

PunchStation station

tpane

JTabbedPane tpane

jpc

JPunchClock jpc

Class com.antelmann.timeregister.PunchData extends Object implements Serializable

serialVersionUID: -5028406516062661590L

Serialized Fields

time

Date time

user

User user

checkIn

boolean checkIn

location

String location

activity

String activity

comment

String comment

Class com.antelmann.timeregister.PunchDataAnalyzer extends AbstractPunchDB implements Serializable

serialVersionUID: 7007318349995640067L

Serialized Fields

tree

TreeSet<E> tree

db

PunchDB db

Class com.antelmann.timeregister.PunchServerFrame extends JMainFrame implements Serializable

serialVersionUID: -4369141126049661917L

Serialized Fields

db

PunchAdminDB db

dbs

PunchDBServer dbs

port

int port

logger

Logger logger

server

NetConnectionServer server

logArea

JTextArea logArea

ntp

NTPServer ntp

logAllButton

JCheckBox logAllButton

Class com.antelmann.timeregister.PunchServerTray extends JPopupMenu implements Serializable

serialVersionUID: 0L

Serialized Fields

server

PunchServerFrame server

tray

org.jdesktop.jdic.tray.TrayIcon tray

image

Icon image

showServerItem

JMenuItem showServerItem

showString

String showString

hideString

String hideString

Class com.antelmann.timeregister.PunchTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 2039306502172579991L

Serialized Fields

list

ArrayList<E> list

Class com.antelmann.timeregister.RemotePunchDBImpl extends UnicastRemoteObject implements Serializable

serialVersionUID: -1961035218581191053L

Serialized Fields

db

PunchDB db

Class com.antelmann.timeregister.TimeRangeSummaryTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 0L

Serialized Fields

db

PunchAdminDB db

from

Date from

until

Date until

users

ArrayList<E> users

map

HashMap<K,V> map

rowSorter

ArrayList<E> rowSorter

Class com.antelmann.timeregister.TimeUser extends UserImpl implements Serializable

serialVersionUID: 3581765234191566454L

Serialized Fields

schedule

WorkUnitValidator schedule
represents the hashed version of the password

Class com.antelmann.timeregister.UserStatusTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -774739728971474047L

Serialized Fields

db

PunchAdminDB db

users

ArrayList<E> users

last

HashMap<K,V> last

timePassed

HashMap<K,V> timePassed

locations

HashMap<K,V> locations

rowSorter

ArrayList<E> rowSorter

Class com.antelmann.timeregister.WorkUnit extends Object implements Serializable

serialVersionUID: -4129509780257348623L

Serialized Fields

begin

Date begin

length

long length

breakTime

long breakTime

user

User user

type

WorkUnit.Type type

activity

String activity

comment

String comment

approved

boolean approved

Class com.antelmann.timeregister.WorkUnitTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -4593699026057488842L

Serialized Fields

list

ArrayList<E> list

Class com.antelmann.timeregister.WorkUnitValidator extends Object implements Serializable

serialVersionUID: 5812351459094483500L

Serialized Fields

name

String name

intervals

ArrayList<E> intervals

dayTime

HashMap<K,V> dayTime

pauses

HashMap<K,V> pauses

standardDayBegin

TimeInDay standardDayBegin

minUnitLength

long minUnitLength

maxUnitLength

long maxUnitLength

Class com.antelmann.timeregister.WorkUnitValidator.CheckInterval extends Object implements Serializable

serialVersionUID: 2977805366079171952L

Serialized Fields

from

TimeInDay from

until

TimeInDay until

checkIn

boolean checkIn

Package com.antelmann.util

Class com.antelmann.util.AbstractIterator$1 extends Object implements Serializable

Class com.antelmann.util.AbstractIterator$2 extends Object implements Serializable

Class com.antelmann.util.Encoded extends Object implements Serializable

serialVersionUID: 8521814906577190091L

Serialized Fields

encryptedObject

byte[] encryptedObject

key

String key

Class com.antelmann.util.FormatException extends Exception implements Serializable

serialVersionUID: -1514322501591901535L

Serialized Fields

formattedContent

Object formattedContent

Class com.antelmann.util.IterationException extends RuntimeException implements Serializable

serialVersionUID: -2574621739498376067L

Class com.antelmann.util.Misc$1 extends Object implements Serializable

Class com.antelmann.util.Misc$2 extends Object implements Serializable

Class com.antelmann.util.Range extends Object implements Serializable

serialVersionUID: 5468642451767109198L

Serialized Fields

lowerBound

Comparable<T> lowerBound

upperBound

Comparable<T> upperBound

inclusive

boolean inclusive

Class com.antelmann.util.ResourceNotFoundException extends RuntimeException implements Serializable

serialVersionUID: -4741573872221219506L

Serialized Fields

resource

Object resource

Class com.antelmann.util.UniversalComparator$1 extends Object implements Serializable


Package com.antelmann.util.gui

Class com.antelmann.util.gui.AlarmClockFrame extends JMainFrame implements Serializable

serialVersionUID: -6160891457957795647L

Serialized Fields

jwatch

JWatchLabel jwatch

Class com.antelmann.util.gui.CloseButton extends JButton implements Serializable

serialVersionUID: 5312761625303410350L

Class com.antelmann.util.gui.FontSelectionEvent extends EventObject implements Serializable

serialVersionUID: -6260752888655538400L

Serialized Fields

font

Font font

Class com.antelmann.util.gui.FontViewer extends JMainFrame implements Serializable

serialVersionUID: 3206964082921688184L

Serialized Fields

fc

JFontChooser fc

ffc

JFontFileChooser ffc

Class com.antelmann.util.gui.FormDialog extends JDialog implements Serializable

serialVersionUID: 7306807636646051459L

Serialized Fields

value

Object value

exception

Exception exception

buttonPressed

int buttonPressed

Class com.antelmann.util.gui.FormValidationException extends Exception implements Serializable

serialVersionUID: -7613935262065573984L

Serialized Fields

form

JComponent form

errorComponent

JComponent errorComponent

Class com.antelmann.util.gui.JCipher extends JComponent implements Serializable

serialVersionUID: 0L

Serialized Fields

key

CipherKey key

originField

JTextArea originField

targetField

JTextArea targetField

password

String password

Class com.antelmann.util.gui.JComboButton extends JComboBox implements Serializable

serialVersionUID: 0L

Serialized Fields

internal

boolean internal

actionOnSelect

boolean actionOnSelect

Class com.antelmann.util.gui.JDateIntervalChooser extends JComponent implements Serializable

serialVersionUID: 0L

Serialized Fields

intervalField

JComboBox intervalField

beginField

JTimeChooser beginField

endField

JTimeChooser endField

dateChooser

com.toedter.calendar.JCalendar dateChooser

count

int count

internal

boolean internal

Class com.antelmann.util.gui.JDiskUsage extends JComponent implements Serializable

serialVersionUID: 5652010271977749718L

Serialized Fields

fileSizeComparator

Comparator<T> fileSizeComparator

tree

JTree tree

cache

HashMap<K,V> cache

Class com.antelmann.util.gui.JFileField extends JComponent implements Serializable

serialVersionUID: -3765985417186188911L

Serialized Fields

chooser

JFileChooser chooser

textField

JTextField textField

button

JButton button

dirty

boolean dirty

Class com.antelmann.util.gui.JFontChooser extends JComponent implements Serializable

serialVersionUID: 735227717250207090L

Serialized Fields

familyList

JList familyList

boldBox

JCheckBox boldBox

italicBox

JCheckBox italicBox

sizeSpinner

JSpinner sizeSpinner

compareButton

JButton compareButton

sampleArea

JTextArea sampleArea

okButtonPressed

boolean okButtonPressed

Class com.antelmann.util.gui.JFontControl extends JComponent implements Serializable

serialVersionUID: -948104583493181500L

Serialized Fields

familyControl

JComboBox familyControl

sizeControl

JSpinner sizeControl

boldControl

JToggleButton boldControl

italicControl

JToggleButton italicControl

Class com.antelmann.util.gui.JFontFileChooser extends JSplitPane implements Serializable

serialVersionUID: 5187952952730872918L

Serialized Fields

rootDirectory

File rootDirectory

tree

JTree tree

boldBox

JCheckBox boldBox

italicBox

JCheckBox italicBox

sizeSpinner

JSpinner sizeSpinner

compareButton

JButton compareButton

sampleArea

JTextArea sampleArea

fc

JFileChooser fc

okButtonPressed

boolean okButtonPressed

Class com.antelmann.util.gui.JKeyButton extends JButton implements Serializable

serialVersionUID: 0L

Serialized Fields

component

Component component

Class com.antelmann.util.gui.JMainFrame extends JFrame implements Serializable

serialVersionUID: 4755425435337668079L

Serialized Fields

logger

Logger logger
used if verbose is true


hasStatusBar

boolean hasStatusBar
See Also:
JMainFrame.hasStatusBar()

statusLabel

JLabel statusLabel
represents the status text if constructed with a status bar


statusBar

JPanel statusBar

verbose

boolean verbose
if true, the methods say() and complain() write to out and err respectively; if false, calls to those methods are ignored

See Also:
JMainFrame.say(String), JMainFrame.complain(String)

Class com.antelmann.util.gui.JMemoryGauge extends JComponent implements Serializable

serialVersionUID: -8356961775615026372L

Serialized Fields

rt

Runtime rt

nf

NumberFormat nf

usedOfTotal

JProgressBar usedOfTotal

totalOfMax

JProgressBar totalOfMax

interval

long interval

timer

Timer timer

Class com.antelmann.util.gui.JPrinterSelect extends JComponent implements Serializable

serialVersionUID: 6016518754683820149L

Serialized Fields

list

JList list

Class com.antelmann.util.gui.JSearchList extends JComponent implements Serializable

serialVersionUID: 0L

Serialized Fields

elements

Object[] elements

model

DefaultListModel model

list

JList list

search

JTextField search

last

String last

Class com.antelmann.util.gui.JTimeChooser extends JSpinner implements Serializable

serialVersionUID: -5524090997350592980L

Class com.antelmann.util.gui.JTouchNumPad extends JComponent implements Serializable

serialVersionUID: 8216840010909126008L

Serialized Fields

component

Component component

count

int count

numberButtons

JKeyButton[] numberButtons

decimalButton

JKeyButton decimalButton

minusButton

JKeyButton minusButton

enterButton

JKeyButton enterButton

backButton

JKeyButton backButton

leftButton

JKeyButton leftButton

rightButton

JKeyButton rightButton

Class com.antelmann.util.gui.JWatchLabel extends JLabel implements Serializable

serialVersionUID: 4898200148947939967L

Serialized Fields

date

Date date

format

DateFormat format

ts

TimeSystem ts

watch

Stopwatch watch

timer

Timer timer

active

boolean active

interval

int interval

Class com.antelmann.util.gui.Plot2DFunction extends JPanel implements Serializable

serialVersionUID: 4756057957639396589L

Serialized Fields

function

Function2D function
the function to be plotted


text

String text
some text to be drawn in the upper left corner (if not null)


scaleX

int scaleX
pixel per number interval (n to n+1) on the x-axis; the higher the scale, the larger the stretch for a number interval; default is 100


scaleY

int scaleY
pixel per number interval (n to n+1) on the y-axis; the higher the scale, the larger the stretch for a number interval; default is 100


dimension

Dimension dimension
specifies the size (in pixels) of the area to be drawn; default is (600, 400)


nullPoint

Point nullPoint
defines the pixel coordinates of the point where ((x = 0) && (y = 0)); default is (300, 200)


crossColor

Color crossColor
color of the null-coorinate cross to be drawn; default is darkGray


functionColor

Color functionColor
color of the function to be plotted; default is blue


textColor

Color textColor
color of the String to be drawn; default is black

Class com.antelmann.util.gui.PropertiesEditorFrame extends JMainFrame implements Serializable

serialVersionUID: 2702088927729584352L

Serialized Fields

file

MyFile file

model

PropertiesTableModel model

table

JTable table

Class com.antelmann.util.gui.SchedulerFrame extends JMainFrame implements Serializable

serialVersionUID: -2862786793822379542L

Serialized Fields

logger

Logger logger

timer

Timer timer

description

Component description

fixedRate

JCheckBox fixedRate

intervalList

JComboBox intervalList

interval

JSpinner interval

activeButton

JToggleButton activeButton

text

JTextArea text

Class com.antelmann.util.gui.SplashScreen extends Window implements Serializable

serialVersionUID: 6542684371587960602L

Serialized Fields

ml

MouseListener ml

owner

Window owner

image

Image image

closeOnClick

boolean closeOnClick

disposed

boolean disposed

Class com.antelmann.util.gui.TextViewerFrame extends JMainFrame implements Serializable

serialVersionUID: 1884551457870544634L

Serialized Fields

ta

JTextArea ta

parent

Component parent

searchString

String searchString

Class com.antelmann.util.gui.WaitMessageDialog extends JDialog implements Serializable

serialVersionUID: -455466062531173266L


Package com.antelmann.util.logging

Class com.antelmann.util.logging.Level extends Object implements Serializable

serialVersionUID: -6255426885431391139L

Serialized Fields

text

String text

compareValue

int compareValue

Class com.antelmann.util.logging.LogEntry extends Object implements Serializable

serialVersionUID: -1463226425379920488L

Serialized Fields

level

Level level

message

String message

time

long time

sourceClassName

String sourceClassName

sourceString

String sourceString

thrown

Throwable thrown

threadName

String threadName

stack

StackTraceElement[] stack

parameters

Object[] parameters

Class com.antelmann.util.logging.LogException extends RuntimeException implements Serializable

serialVersionUID: -6491689248403436729L


Package com.antelmann.util.table

Class com.antelmann.util.table.ColorEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 0L

Serialized Fields

currentColor

Color currentColor

button

JButton button

colorChooser

JColorChooser colorChooser

dialog

JDialog dialog

Class com.antelmann.util.table.ColorRenderer extends JLabel implements Serializable

serialVersionUID: 0L

Serialized Fields

unselectedBorder

Border unselectedBorder

selectedBorder

Border selectedBorder

isBordered

boolean isBordered

Class com.antelmann.util.table.CustomThemeTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 0L

Serialized Fields

theme

CustomTheme theme

Class com.antelmann.util.table.FontCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 0L

Serialized Fields

fc

JFontChooser fc

Class com.antelmann.util.table.JCustomThemeEditor extends JComponent implements Serializable

serialVersionUID: 0L

Serialized Fields

table

JTable table

model

CustomThemeTableModel model

fc

JFileChooser fc

Class com.antelmann.util.table.LineColorRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 5109741415801812292L

Serialized Fields

one

Color one

two

Color two

Class com.antelmann.util.table.MethodTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 1986553433579778631L

Serialized Fields

list

List<E> list

methods

Method[] methods

Class com.antelmann.util.table.MovableListModel extends DefaultListModel implements Serializable

serialVersionUID: 7217226521189013229L

Class com.antelmann.util.table.MovableTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -1700113117753714715L

Serialized Fields

model

TableModel model

list

ArrayList<E> list

Class com.antelmann.util.table.PropertiesTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 2712267251032296467L

Serialized Fields

props

Properties props

Class com.antelmann.util.table.TimeCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: -8288495065294368152L

Serialized Fields

formatter

DateFormat formatter

lformatter

DateFormat lformatter



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads