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

boundMacAddress

String boundMacAddress

key

LicenseKey key

Class com.antelmann.LicenseKey extends Object implements Serializable

serialVersionUID: -3427828143074679760L

Class com.antelmann.LicenseKeyException extends LicensingException implements Serializable

serialVersionUID: -7072053377937429833L

Serialized Fields

key

LicenseKey key

Class com.antelmann.LicenseTableModel extends AbstractObjectTableModel<License> implements Serializable

serialVersionUID: 3876049844943250674L

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

Class com.antelmann.ShowLicensesAction extends MyAbstractAction implements Serializable

serialVersionUID: 1L


Package com.antelmann.ai

Class com.antelmann.ai.Perceptron extends Object implements Serializable

serialVersionUID: -3928546738042593621L

Serialized Fields

weight

int[] weight

threshold

int threshold

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.CalendarCell extends Object implements Serializable

serialVersionUID: 6167233154902576430L

Serialized Fields

date

Date date

value

Object value

weekHeader

boolean weekHeader

isActiveMonth

boolean isActiveMonth

ch

CalendarHelper ch

Class com.antelmann.calendar.CalendarChangeEvent extends EventObject implements Serializable

serialVersionUID: -7945069648306594260L

Serialized Fields

firstChangedDate

Date firstChangedDate

lastChangedDate

Date lastChangedDate

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

serialVersionUID: -7505463629238949069L

Serialized Fields

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.CalendarHelper extends Object implements Serializable

serialVersionUID: -7596163217194694024L

Serialized Fields

calendar

Calendar calendar

Class com.antelmann.calendar.CalendarTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -8925594031417065614L

Serialized Fields

locale

Locale locale

cmodel

CalendarModel cmodel

calendar

Calendar calendar

withWeekNumber

boolean withWeekNumber

ch

CalendarHelper ch

Class com.antelmann.calendar.DefaultCalendarModel extends AbstractCalendarModel implements Serializable

serialVersionUID: 2191843903653700086L

Serialized Fields

map

TreeMap<K,V> map

thisMonthOnly

Date thisMonthOnly

ch

CalendarHelper ch

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

ch

CalendarHelper ch

Class com.antelmann.calendar.HourFormat extends Format implements Serializable

serialVersionUID: -3061507115321063389L

Serialized Fields

useLongDisplayFormat

boolean useLongDisplayFormat

decimalFormat

DecimalFormat decimalFormat

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.JSimpleCalendarPanel extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

table

JTable table

model

CalendarTableModel model

Class com.antelmann.calendar.QuarterFormat extends DateFormat implements Serializable

serialVersionUID: 1146255091276805269L

Serialized Fields

show4YearDigits

boolean show4YearDigits

showQ

boolean showQ

yearFirst

boolean yearFirst

separator

char separator

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

system

TimeSystem system

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.crm

Class com.antelmann.crm.AddressInfoImpl extends Object implements Serializable

serialVersionUID: -6736478110949045589L

Serialized Fields

address

GlobalAddress address

beginTime

Date beginTime

endTime

Date endTime

enabled

boolean enabled

description

String description

Class com.antelmann.crm.BankAccount extends Object implements Serializable

serialVersionUID: -527421383080359971L

Serialized Fields

ownerName

String ownerName

countryCode

String countryCode

bankCode

String bankCode

accountNumber

String accountNumber

iban

String iban

bic

String bic

Class com.antelmann.crm.ContactImpl extends PropertyEntryImpl implements Serializable

serialVersionUID: -1636018202977756264L

Serialized Fields

enabled

boolean enabled

name

String name

notes

String notes

beginTime

Date beginTime

endTime

Date endTime

address

GlobalAddress address

imageHolder

ImageHolder imageHolder

iconHolder

ImageHolder iconHolder

tags

HashSet<E> tags

moreAddresses

ArrayList<E> moreAddresses

Class com.antelmann.crm.FriendsEntry extends DefaultSpecialRelationship<T extends DBEntry,T extends DBEntry,String> implements Serializable

serialVersionUID: 7230988978692523949L

Class com.antelmann.crm.GlobalAddress extends Object implements Serializable

serialVersionUID: -6977316260313536969L

Serialized Fields

salutation

String salutation

locale

Locale locale

map

Hashtable<K,V> map

Class com.antelmann.crm.ImmutableGlobalAddress extends GlobalAddress implements Serializable

serialVersionUID: 6133883995047799735L

Class com.antelmann.crm.ImmutableSnailMailAddress extends SnailMailAddress implements Serializable

serialVersionUID: -8986587918797390050L

Class com.antelmann.crm.PersonImpl extends ContactImpl<T extends Keyword> implements Serializable

serialVersionUID: -3254168436940345564L

Serialized Fields

birthday

Date birthday

personTitle

String personTitle

firstName

String firstName

familyName

String familyName

middleName

String middleName

nickname

String nickname

gender

Person.Gender gender

Class com.antelmann.crm.PhoneNumber extends Object implements Serializable

serialVersionUID: 1126095997181492432L

Serialized Fields

number

String number

Class com.antelmann.crm.PropertyEntryWithAddress extends PropertyEntryImpl implements Serializable

serialVersionUID: -1269075332662620009L

Serialized Fields

map

Hashtable<K,V> map

address

GlobalAddress address

Class com.antelmann.crm.SnailMailAddress extends Object implements Serializable

serialVersionUID: -5183855206108296875L

Serialized Fields

title

String title

street

String street

streetNumber

String streetNumber

city

String city

zip

String zip

country

String country

state

String state

fullAddressMap

HashMap<K,V> fullAddressMap
contains the overriding fullAddress Strings for the locales. typically, only one locale is set - if any


Package com.antelmann.db

Class com.antelmann.db.AbstractDBEntry extends Object implements Serializable

serialVersionUID: -5938667171943441706L

Serialized Fields

id

Object id

Class com.antelmann.db.BaseDocument extends PropertyEntryImpl implements Serializable

serialVersionUID: 7089309805062685568L

Serialized Fields

title

String title

description

String description

notes

String notes

originalLocation

URL originalLocation

beginTime

Date beginTime

endTime

Date endTime

imageHolder

ImageHolder imageHolder

binaryData

BinaryData binaryData

keywords

Taggable.Adapter<T extends Tag> keywords

Class com.antelmann.db.Category.Adapter extends Object implements Serializable

serialVersionUID: -1105294536447785142L

Serialized Fields

name

String name

parent

Category<T> parent

children

Vector<E> children

Class com.antelmann.db.Category.Entry extends AbstractDBEntry implements Serializable

serialVersionUID: 1716368513181910705L

Serialized Fields

name

String name

parent

Category<T> parent

Class com.antelmann.db.CollectionClassStore extends Object implements Serializable

serialVersionUID: -7613254378345473769L

Serialized Fields

listener

TransactionListener listener

committedData

Hashtable<K,V> committedData

temp

Hashtable<K,V> temp

updates

Hashtable<K,V> updates

deletes

HashSet<E> deletes

db

Database<S> db

type

Class<T> type

serialize

boolean serialize

idFactory

IDFactory idFactory

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

serialVersionUID: 7335438532141529327L

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

serialVersionUID: -9140502633320194217L

Class com.antelmann.db.DatabaseTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -4961318757140578795L

Serialized Fields

db

Database<S> db

list

List<E> list

Class com.antelmann.db.DBAccessDeniedWarning extends DBVetoException implements Serializable

serialVersionUID: -9174609678047914203L

Class com.antelmann.db.DBAccessLoggerLevel extends Level implements Serializable

serialVersionUID: -2674044981940096288L

Class com.antelmann.db.DBStoreProfiler.ProfileModel extends AbstractTableModel implements Serializable

serialVersionUID: -3123033206252400668L

Serialized Fields

types

ArrayList<E> types

methods

ArrayList<E> methods

dps

ArrayList<E> dps

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

serialVersionUID: -4741034770798403685L

Serialized Fields

type

DBClassStore.DBMethod type

parameter

Object parameter

user

User user

time

long time

option

Object option

returnValue

Object returnValue

Class com.antelmann.db.DBVersionedUpdateEvent extends DBUpdateEvent implements Serializable

serialVersionUID: 6004938420790974413L

Serialized Fields

oldVersion

DBEntry oldVersion

newVersion

DBEntry newVersion

Class com.antelmann.db.DBVetoException extends DatabaseException implements Serializable

serialVersionUID: -8229259297953262208L

Class com.antelmann.db.DefaultDBReference extends Object implements Serializable

serialVersionUID: -1416540175841175772L

Serialized Fields

referenceID

Object referenceID

referenceClass

Class<T> referenceClass

referenceString

String referenceString

Class com.antelmann.db.DefaultEntryRelationship extends AbstractDBEntry implements Serializable

serialVersionUID: -5627526081404082856L

Serialized Fields

fromReference

DBReference fromReference

toReference

DBReference toReference

type

Object type

option

Object option

comment

String comment

bidirectional

boolean bidirectional

beginTime

Date beginTime

endTime

Date endTime

Class com.antelmann.db.DefaultSpecialRelationship extends DefaultEntryRelationship implements Serializable

serialVersionUID: 8014527743807960935L

Class com.antelmann.db.EntryHeader extends PropertyEntryImpl implements Serializable

serialVersionUID: -4956874533409680208L

Serialized Fields

entryType

Class<T> entryType

displayProperty

String displayProperty

Class com.antelmann.db.IntegrityWarning extends DBVetoException implements Serializable

serialVersionUID: 8487981685763016707L

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

serialVersionUID: -4028590582824799549L

Serialized Fields

fieldLength

int fieldLength

user

User user

passwordPolicy

PasswordPolicy passwordPolicy

oldPasswordField

JPasswordField oldPasswordField

newPasswordField

JPasswordField newPasswordField

confirmPasswordField

JPasswordField confirmPasswordField

actionListener

ActionListener actionListener

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

serialVersionUID: -2108175048590578862L

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

serialVersionUID: -8248022339644572913L

Serialized Fields

location

String location

userField

JTextField userField

passwordField

JPasswordField passwordField

loginButton

JButton loginButton

cancelButton

JButton cancelButton

uls

UserLoginStore uls

user

User user

exception

Exception exception

keyListener

KeyListener keyListener

clearUserOnChange

boolean clearUserOnChange

Class com.antelmann.db.Keyword extends AbstractDBEntry implements Serializable

serialVersionUID: -6232821917483842808L

Class com.antelmann.db.LockEntry extends AbstractDBEntry implements Serializable

serialVersionUID: -1443551612289824365L

Serialized Fields

ref

DBReference ref

who

String who

where

String where

when

long when

why

String why

token

String token

Class com.antelmann.db.LockInfo extends Object implements Serializable

serialVersionUID: 1473476371102607274L

Serialized Fields

reference

DBReference reference

who

String who

where

String where

when

long when

why

String why

Class com.antelmann.db.MutableCategory.Adapter extends Category.Adapter<T> implements Serializable

serialVersionUID: -8743061426919522428L

Class com.antelmann.db.MutableCategory.Entry extends Category.Entry implements Serializable

serialVersionUID: -198579880542865540L

Class com.antelmann.db.NotApplicableDataWarning extends WrongDataException implements Serializable

serialVersionUID: 2698129546808200666L

Class com.antelmann.db.PropertyEntryFilter extends Object implements Serializable

serialVersionUID: 1305586195189283225L

Serialized Fields

restrictions

Map<K,V> restrictions

filterString

String filterString

innerFilter

Filter<T> innerFilter

Class com.antelmann.db.PropertyEntryImpl extends AbstractDBEntry implements Serializable

serialVersionUID: -3839228105275911858L

Serialized Fields

props

HashMap<K,V> props
provides unmonitored and unchecked access to the properties for the inheriting class; altering the properties directly would circumvent the property change support. Also, this instance is a subclass of HashMap for that it overrides put, get and remove to support PropertyEntryImpl.isCaseInsensitive().


propertyChangeSupport

PropertyChangeSupport propertyChangeSupport
access to the embedded property change support; this variable is initially null (until initialized by PropertyEntryImpl.setChangeListenerSupport(boolean))

See Also:
PropertyEntryImpl.setChangeListenerSupport(boolean)

vcs

VetoableChangeSupport vcs
access to the embedded vetoable change support; this variable is initially null (until initialized by PropertyEntryImpl.setVetoableChangeSupport(boolean))

See Also:
PropertyEntryImpl.setVetoableChangeSupport(boolean)

um

UndoManager um
access to the embedded undo/redo support; this variable is initially null (until initialized by PropertyEntryImpl.setUndoSupported(boolean))


internalEdit

boolean internalEdit

caseInsensitive

boolean caseInsensitive

Class com.antelmann.db.PropertyEntryTableModel extends AbstractObjectTableModel<T extends PropertyEntry> implements Serializable

serialVersionUID: -1397081872222307186L

Serialized Fields

methodOrPropertyNames

String[] methodOrPropertyNames

type

Class<T> type

methods

Method[] methods

editableColumns

HashSet<E> editableColumns

Class com.antelmann.db.ProtocolNoteEntry extends AbstractDBEntry implements Serializable

serialVersionUID: 1080551065025088262L

Serialized Fields

time

long time

ref

DBReference ref

notes

String notes

Class com.antelmann.db.SecureUserImpl extends UserImpl implements Serializable

serialVersionUID: 2715888965765341277L

Class com.antelmann.db.Stub extends AbstractDBEntry implements Serializable

serialVersionUID: -7221862169113972155L

Serialized Fields

originalClass

Class<T> originalClass

displayValue

Object displayValue

Class com.antelmann.db.Taggable.Adapter extends Object implements Serializable

serialVersionUID: 2714263015360281166L

Serialized Fields

groups

HashSet<E> groups

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

serialVersionUID: -2054678499029025460L

Class com.antelmann.db.UserImpl extends PropertyEntryImpl implements Serializable

serialVersionUID: 4076483684720862858L

Serialized Fields

name

String name

passwordHash

String passwordHash

active

boolean active

description

String description

email

String email

accessList

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

See Also:
UserImpl.hasAccess(Object)

accessFilter

Filter<T> accessFilter

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

serialVersionUID: 8989631584876334155L


Package com.antelmann.db.remote

Class com.antelmann.db.remote.RemoteDBChangeFilter extends Object implements Serializable

serialVersionUID: -5041939480277806896L

Serialized Fields

entryClassNames

String[] entryClassNames

Class com.antelmann.db.remote.RemoteDBUpdateEvent extends EventObject implements Serializable

serialVersionUID: 6399720223763748079L

Serialized Fields

computer

InetAddress computer

user

DefaultDBReference user

entryClassName

String entryClassName

type

DBClassStore.DBMethod type

parameter

Object parameter

time

long time

returnValue

Object returnValue

Class com.antelmann.db.remote.RemoteDBUpdateEvent.Option extends Object implements Serializable

serialVersionUID: -7608056922682218382L

Serialized Fields

computer

InetAddress computer

user

DefaultDBReference user

Package com.antelmann.genealogy

Class com.antelmann.genealogy.GAnnotation extends ProtocolNoteEntry implements Serializable

serialVersionUID: 1352010162193649370L

Serialized Fields

user

Stub<T extends DBEntry> user

url

URL url

userOnly

boolean userOnly

Class com.antelmann.genealogy.GEventEntry extends GEventImpl implements Serializable

serialVersionUID: -6368709773874201771L

Serialized Fields

id

Object id

Class com.antelmann.genealogy.GEventImpl extends Object implements Serializable

serialVersionUID: -5573774598051761751L

Serialized Fields

title

String title

time

long time

endTime

Date endTime

location

String location

geoPoint

GeoPoint geoPoint

tags

Taggable.Adapter<T extends Tag> tags

Class com.antelmann.genealogy.GEventRelation extends DefaultSpecialRelationship<P extends GPerson,E extends GEventEntry,R> implements Serializable

serialVersionUID: 1L

Class com.antelmann.genealogy.GPerson extends PersonImpl<GTag> implements Serializable

serialVersionUID: -533777860839727265L

Serialized Fields

sortingTitle

String sortingTitle

maidenName

String maidenName

birthdayExact

boolean birthdayExact

deceasedDateExact

boolean deceasedDateExact

birthLocation

String birthLocation

deceasedLocation

String deceasedLocation

occupation

String occupation

religion

String religion

highestEducation

String highestEducation

Class com.antelmann.genealogy.GPerson.Header extends EntryHeader<GPerson> implements Serializable

serialVersionUID: 2492140767765146108L

Class com.antelmann.genealogy.GPersonalBlogEntry extends AbstractDBEntry implements Serializable

serialVersionUID: 2422040670844563901L

Serialized Fields

person

Stub<T extends DBEntry> person

time

long time

location

String location

geopoint

GeoPoint geopoint

notes

String notes

tags

Taggable.Adapter<T extends Tag> tags

Class com.antelmann.genealogy.GPersonRelation extends DefaultSpecialRelationship<GPerson,GPerson,GPersonRelationType> implements Serializable

serialVersionUID: -1347043701198224193L

Class com.antelmann.genealogy.GTag extends Keyword implements Serializable

serialVersionUID: -3602409973862590444L

Class com.antelmann.genealogy.GUser extends UserImpl implements Serializable

serialVersionUID: -4797860785840255371L


Package com.antelmann.image

Class com.antelmann.image.ColorPath extends Object implements Serializable

serialVersionUID: 7225690882813033955L

Serialized Fields

map

TreeMap<K,V> map

onlyFullColors

boolean onlyFullColors

Class com.antelmann.image.ColorPathBarRenderer extends org.jfree.chart.renderer.category.BarRenderer implements Serializable

serialVersionUID: 4691245720652172775L

Serialized Fields

map

Hashtable<K,V> map

Class com.antelmann.image.ImageHolder extends Object implements Serializable

serialVersionUID: -4213177695070282336L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

readObjectNoData

private void readObjectNoData()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

pcs

PropertyChangeSupport pcs

vcs

VetoableChangeSupport vcs

Class com.antelmann.image.ImageLoaderFrame extends JMainFrame implements Serializable

serialVersionUID: -2421313911981695344L

Serialized Fields

chooser

JFileChooser chooser

filter

ExtensionFileFilter filter

Class com.antelmann.image.ImageURLEntry extends PropertyEntryImpl implements Serializable

serialVersionUID: 570914980546168496L

Serialized Fields

title

String title

time

long time

url

URL url

thumbnail

ImageHolder thumbnail

description

String description

gp

GeoPoint gp

keywords

HashSet<E> keywords

regionTags

HashSet<E> regionTags

Class com.antelmann.image.ImageURLEntry.Thumbnail extends EntryHeader<T extends ImageURLEntry> implements Serializable

serialVersionUID: 5969214374327097199L

Serialized Fields

tn

ImageHolder tn

url

URL url

display

String display

Class com.antelmann.image.ImageViewerFrame extends JMainFrame implements Serializable

serialVersionUID: 5845591419328408028L

Serialized Fields

imageIcon

ImageIcon imageIcon

image

Image image

imageComponent

com.antelmann.image.ImageViewerFrame.ImageComponent imageComponent

scrollPane

JScrollPane scrollPane

maintainProportionsBox

JCheckBoxMenuItem maintainProportionsBox

sizeToFitBox

JCheckBoxMenuItem sizeToFitBox

Class com.antelmann.image.JImageList extends JList implements Serializable

serialVersionUID: 0L

Serialized Fields

imageRenderer

DefaultListCellRenderer imageRenderer

Class com.antelmann.image.JImagePanel extends JComponent implements Serializable

serialVersionUID: 4742128950348776244L

Serialized Fields

handler

TransferHandler handler

clickPoint

Point clickPoint

dragPoint

Point dragPoint

cropper

MouseInputAdapter cropper

imageFileSaveFormat

String imageFileSaveFormat

image

Image image

editable

boolean editable

enableDelete

boolean enableDelete

imageProcessor

Processor<T,E extends Exception> imageProcessor

urlImportFilter

Filter<T> urlImportFilter

imageImportFilter

Filter<T> imageImportFilter

scaleBox

JCheckBox scaleBox

cropBox

JCheckBox cropBox

menuCreators

ArrayList<E> menuCreators

Class com.antelmann.image.JSimpleTimeGraph extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

series

org.jfree.data.time.TimeSeries series

dataset

org.jfree.data.time.TimeSeriesCollection dataset

chart

org.jfree.chart.JFreeChart chart

Class com.antelmann.image.SaveImageAction extends MyAbstractAction implements Serializable

serialVersionUID: -9193539065787038731L

Serialized Fields

retriever

ValueRetriever<T> retriever

Class com.antelmann.image.SimpleRegionTag extends Object implements Serializable

serialVersionUID: -2337561975076474822L

Serialized Fields

region

Rectangle region

tag

Keyword tag

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.BinaryData extends Object implements Serializable

serialVersionUID: -2075705909653744306L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

readObjectNoData

private void readObjectNoData()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

pcs

PropertyChangeSupport pcs

vcs

VetoableChangeSupport vcs

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.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)
Serialized Fields

charset

String charset

Package com.antelmann.math

Class com.antelmann.math.AreaUnit extends DefaultUnit implements Serializable

serialVersionUID: -7553926485399011092L

Serialized Fields

length

LengthUnit length

Class com.antelmann.math.BaseUnit extends DefaultUnit implements Serializable

serialVersionUID: -2986531404737690910L

Serialized Fields

base

Unit base

thisToBaseConverter

Converter<T1,T2> thisToBaseConverter

Class com.antelmann.math.CounterMap extends Object implements Serializable

serialVersionUID: 1240912959908300698L

Serialized Fields

map

HashMap<K,V> map

Class com.antelmann.math.CurrencyUnit extends DefaultUnit implements Serializable

serialVersionUID: -5547716110731977429L

Serialized Fields

c

Currency c

Class com.antelmann.math.DataMap extends Object implements Serializable

serialVersionUID: 5478308837748455081L

Serialized Fields

map

Hashtable<K,V> map

upperLimit

int upperLimit

lowerLimit

int lowerLimit

dpComparator

Comparator<T> dpComparator

checkSizeTemp

boolean checkSizeTemp

Class com.antelmann.math.DataMap.SnapshotModel extends AbstractTableModel implements Serializable

serialVersionUID: 1527575993367687021L

Serialized Fields

list

ArrayList<E> list

data

DataMap<T> data

Class com.antelmann.math.DataMatrix extends Object implements Serializable

serialVersionUID: 5401260743932189028L

Serialized Fields

dataMap

Hashtable<K,V> dataMap

parser

DataParser<T> parser

filter

Filter<T> filter

others

ArrayList<E> others

pcs

PropertyChangeSupport pcs

Class com.antelmann.math.DataPoint extends Object implements Serializable

serialVersionUID: -8152653242073879032L

Serialized Fields

count

long count

sum

BigDecimal sum

min

BigDecimal min

max

BigDecimal max

squareSum

BigDecimal squareSum

Class com.antelmann.math.DefaultUnit extends Object implements Serializable

serialVersionUID: -937407585708755577L

Serialized Fields

symbol

String symbol

name

String name

Class com.antelmann.math.GeoPoint extends Object implements Serializable

serialVersionUID: 7247923742539491461L

Serialized Fields

latitude

BigDecimal latitude

longitude

BigDecimal longitude

altitude

BigDecimal altitude

Class com.antelmann.math.JDataMatrixView extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

matrix

DataMatrix<T> matrix

axisNames

String[] axisNames

type

DataPoint.ValueType type

naValue

String naValue

renderer

TableCellRenderer renderer

editor

TableCellEditor editor

tableHandler

Handler<T,E extends Exception> tableHandler

statusLabel

JLabel statusLabel

editable

boolean editable

cellEditValueHandler

Handler<T,E extends Exception> cellEditValueHandler

listeners

ArrayList<E> listeners

layoutOption

LayoutOption layoutOption

Class com.antelmann.math.LengthUnit extends BaseUnit implements Serializable

serialVersionUID: -8499591629721506629L

Class com.antelmann.math.Measurable.Adapter extends Object implements Serializable

serialVersionUID: -4732670841725524110L

Serialized Fields

unit

Unit unit

number

Number number

Class com.antelmann.math.Measure extends Object implements Serializable

serialVersionUID: 2370374210901560907L

Serialized Fields

number

Number number

unit

Unit unit

Class com.antelmann.math.Money extends Number implements Serializable

serialVersionUID: -4973398705731809185L

Serialized Fields

currency

CurrencyUnit currency

value

BigDecimal value

Class com.antelmann.math.MoneyConverter extends Object implements Serializable

serialVersionUID: 7804795522958550100L

Serialized Fields

baseCurrency

Currency baseCurrency

map

Hashtable<K,V> map

Class com.antelmann.math.RomanNumber extends Number implements Serializable

serialVersionUID: -8236007827195939171L

Serialized Fields

value

int value

Class com.antelmann.math.Temperature extends BaseUnit implements Serializable

serialVersionUID: 7604553885513900618L

Class com.antelmann.math.Weight extends BaseUnit implements Serializable

serialVersionUID: -2847900554720120327L

Class com.antelmann.math.WrongCurrencyException extends RuntimeException implements Serializable

serialVersionUID: -7073663553789104703L


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.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.UnexpectedDataException extends RuntimeException implements Serializable

serialVersionUID: 5037396726707409364L

Serialized Fields

data

Object data

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

textMessage

String textMessage

htmlMessage

String htmlMessage

header

ArrayList<E> header

attachments

ArrayList<E> attachments

parameters

LinkedHashMap<K,V> parameters

sentDate

Date sentDate

size

int size

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

serialVersionUID: -6955746250170817138L

Serialized Fields

fileName

String fileName

content

byte[] content

type

String type

header

ArrayList<E> header

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.EmailClientFrame extends JMainFrame implements Serializable

serialVersionUID: -5032795267766643074L

Serialized Fields

account

POP3Account account

inbox

JPopMessageTable inbox

refreshButton

JButton refreshButton

Class com.antelmann.net.mail.EmailTableModel extends MethodTableModel<Email> implements Serializable

serialVersionUID: 5564929723430066721L

Class com.antelmann.net.mail.EmailWatcherFrame 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.IMAPAccount extends Object implements Serializable

serialVersionUID: 1366713060043643929L

Serialized Fields

host

String host

user

String user

password

String password

props

Properties props

Class com.antelmann.net.mail.JEmailAccountForm extends JComponent implements Serializable

serialVersionUID: -5146824423754022975L

Serialized Fields

account

POP3Account account

pop3ServerField

JTextField pop3ServerField

smtpServerField

JTextField smtpServerField

userField

JTextField userField

fromField

JTextField fromField

passwordField

JPasswordField passwordField

authenticationField

JCheckBox authenticationField

inboxBeforeSendField

JCheckBox inboxBeforeSendField

debugField

JCheckBox debugField

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

serialVersionUID: 4243491659897407023L

Serialized Fields

readOnly

boolean readOnly

Class com.antelmann.net.mail.JEmailForm extends JComponent implements Serializable

serialVersionUID: 4515301298377021461L

Serialized Fields

toField

JTextField toField

ccField

JTextField ccField

bccField

JTextField bccField

subjectField

JTextField subjectField

messageField

JTextArea messageField

attachField

JFileField attachField

Class com.antelmann.net.mail.JEmailViewer extends JComponent implements Serializable

serialVersionUID: -5200896738509240920L

Serialized Fields

email

Email email

toField

JTextField toField

fromField

JTextField fromField

ccField

JTextField ccField

sentField

JTextField sentField

subjectField

JTextField subjectField

body

JPanel body

footer

JPanel footer

fileChooser

JFileChooser fileChooser

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

serialVersionUID: 1L

Serialized Fields

folder

javax.mail.Folder folder

model

ObjectTableModel<T> model

ftc

JFilteredTableComponent ftc

reverseOrder

boolean reverseOrder

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

serialVersionUID: -8977361520072884048L

Serialized Fields

service

POP3Account 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

useHTMLField

JCheckBox useHTMLField

Class com.antelmann.net.mail.JPopMessageTable extends JFilteredTableComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

logger

Logger logger

Class com.antelmann.net.mail.LocalSerializedFolderWrapper extends javax.mail.Folder implements Serializable

serialVersionUID: -2436224343885054378L

Serialized Fields

name

String name

fullName

String fullName

urlName

com.antelmann.net.mail.LocalSerializedFolderWrapper.SURLName urlName

separator

char separator

originClass

Class<T> originClass

Class com.antelmann.net.mail.MessageEntry extends AbstractDBEntry implements Serializable

serialVersionUID: 5735495062778430824L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

data

byte[] data

folder

LocalSerializedFolderWrapper folder

Class com.antelmann.net.mail.MessageTableModel extends PatternTableModel<javax.mail.Message> implements Serializable

serialVersionUID: 7751849887725157691L

Class com.antelmann.net.mail.POP3Account.Config extends Object implements Serializable

serialVersionUID: -1200801866945206174L

Serialized Fields

pop3Server

String pop3Server

user

String user

password

String password

smtpServer

String smtpServer

smtpUser

String smtpUser

smtpPassword

String smtpPassword

smtpPort

int smtpPort

smtpOverSSL

boolean smtpOverSSL

from

String from

authentication

boolean authentication

accessInboxBeforeSend

boolean accessInboxBeforeSend

requireTLS

boolean requireTLS

debug

boolean debug

Package com.antelmann.net.web

Class com.antelmann.net.web.RSSChannel extends XmlHelper implements Serializable

serialVersionUID: -581860440414274425L

Serialized Fields

handler

RSSHandler handler

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

serialVersionUID: -7687181096193828724L

Serialized Fields

doc

Document doc

strict

boolean strict

Class com.antelmann.net.web.RSSItem extends XmlHelper implements Serializable

serialVersionUID: -4702278123332313241L

Serialized Fields

channel

RSSChannel channel

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

serialVersionUID: 0L

Serialized Fields

channel

RSSChannel channel

handler

RSSMenu.ItemHandler handler

useIcon

boolean useIcon

Class com.antelmann.net.web.Tweed extends Object implements Serializable

serialVersionUID: -524828550993993823L

Serialized Fields

item

RSSItem item

Class com.antelmann.net.web.YouTubeVideo extends AbstractDBEntry implements Serializable

serialVersionUID: 1681490969368240207L


Package com.antelmann.ooffice

Class com.antelmann.ooffice.Cell.Location extends Object implements Serializable

serialVersionUID: -4253415950872367926L

Serialized Fields

sheetName

String sheetName

sheetIndex

int sheetIndex

row

int row

column

int column

cellAddress

String cellAddress

Class com.antelmann.ooffice.CellBorder extends Object implements Serializable

serialVersionUID: -826747083230918692L

Serialized Fields

top

CellBorder.Type top

left

CellBorder.Type left

right

CellBorder.Type right

bottom

CellBorder.Type bottom

Class com.antelmann.ooffice.CellBorder.Type extends Object implements Serializable

serialVersionUID: 4576744686414840323L

Serialized Fields

color

Color color
black by default


outerLineWidth

short outerLineWidth
contains the width of a single line or the width of outer part of a double line (in 1/100 mm). If this value is zero, no line is drawn (1 is the default).


innerLineWidth

short innerLineWidth
contains the width of the inner part of a double line (in 1/100 mm). If this value is zero, only a single line is drawn (the default).


lineDistance

short lineDistance
contains the distance between the inner and outer parts of a double line (in 1/100 mm). This is 0 by default.

Class com.antelmann.ooffice.OfficeComponent extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

oobean

com.sun.star.comp.beans.OOoBean oobean

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

serialVersionUID: 957483490593724778L

Class com.antelmann.ooffice.XPropertyTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -1417827199979348876L

Serialized Fields

pset

com.sun.star.beans.XPropertySet pset

Package com.antelmann.opengeodb

Class com.antelmann.opengeodb.GeoLocation extends AbstractDBEntry implements Serializable

serialVersionUID: 7504930418238616900L

Serialized Fields

props

ArrayList<E> props

parent

GeoLocation parent

Class com.antelmann.opengeodb.GeoTypeName extends Object implements Serializable

serialVersionUID: 4703200065422550441L

Serialized Fields

id

int id

locale

String locale

name

String name

Package com.antelmann.servlet

Class com.antelmann.servlet.DBEntryServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 4541463548262006313L

Serialized Fields

db

Database<S> db

ecm

EntryClassMapper ecm
per default initialized to EntryClassMapper.STRING_MAPPER

Class com.antelmann.servlet.PieChartImageServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 0L

Class com.antelmann.servlet.TextImageServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 0L


Package com.antelmann.servlet.barcode

Class com.antelmann.servlet.barcode.BarcodeImageServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -1929332719875777436L


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.ConnectorSettings extends Object implements Serializable

serialVersionUID: -5981792672234867583L

Serialized Fields

type

Connector.DBType type

host

String host

dbname

String dbname

port

Integer port

user

String user

password

char[] password

ssl

boolean ssl

conProps

Properties conProps

Class com.antelmann.sql.DBDocument extends BaseDocument implements Serializable

serialVersionUID: -930309789245095034L

Serialized Fields

preloadContentStream

boolean preloadContentStream

fileName

String fileName

Class com.antelmann.sql.DBDocument.Header extends EntryHeader<DBDocument> implements Serializable

serialVersionUID: -3855393098228909132L

Class com.antelmann.sql.DefaultMappingInfo extends Object implements Serializable

serialVersionUID: 654832747669687461L

Serialized Fields

tableName

String tableName

idColumn

String idColumn

displayColumn

String displayColumn

tableQuery

String tableQuery

columnNames

String[] columnNames

displayMap

Hashtable<K,V> displayMap

topicMap

Hashtable<K,V> topicMap

columnTopics

Hashtable<K,V> columnTopics

typeMap

Hashtable<K,V> typeMap

sizeMap

Hashtable<K,V> sizeMap

foreignKeysMap

Hashtable<K,V> foreignKeysMap

foreignKeysFilter

Hashtable<K,V> foreignKeysFilter

readOnlyColumns

String[] readOnlyColumns

booleanColumns

String[] booleanColumns

chooseableColumns

String[] chooseableColumns

dateRangeColumns

String[] dateRangeColumns

numberRangeColumns

String[] numberRangeColumns

requiredColumns

String[] requiredColumns

selectedTextSearchColumns

String[] selectedTextSearchColumns

textSearchColumns

String[] textSearchColumns

Class com.antelmann.sql.FullTextSearchFilter extends Object implements Serializable

serialVersionUID: -7098695494789012984L

Serialized Fields

pattern

String[] pattern

internalFilter

Filter<T> internalFilter

restrictToColumns

String[] restrictToColumns

Class com.antelmann.sql.JConnectionLogin extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

connector

Connector connector

dbmsField

JComboBox dbmsField

serverField

JTextField serverField

dbField

JTextField dbField

userField

JTextField userField

pwdField

JPasswordField pwdField

driverField

JTextField driverField

urlField

JTextField urlField

initBox

JCheckBox initBox

fileField

JFileField fileField

tp

JTabbedPane tp

padding

int padding

Class com.antelmann.sql.JDBCBackup.TableBegin extends Object implements Serializable

serialVersionUID: 1388983684475744149L

Serialized Fields

tableName

String tableName

count

int count

Class com.antelmann.sql.JDBCBackup.TableEnd extends Object implements Serializable

serialVersionUID: 7653938639771158267L

Serialized Fields

tableName

String tableName

count

int count

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

serialVersionUID: -6967597618576103363L

Serialized Fields

connection

Connection connection

helper

ConnectionHelper helper

data

DatabaseMetaData data

lastTableModel

Placeholder<T> lastTableModel

lastViewModel

Placeholder<T> lastViewModel

lastQuery

Placeholder<T> lastQuery

tpane

JTabbedPane tpane

queryField

JTextArea queryField

disposed

boolean disposed

fetchSize

int fetchSize

allowExecution

boolean allowExecution

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.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

resultset

ResultSet resultset

size

int size

updateable

boolean updateable

insertMode

boolean insertMode

parent

Component parent

columnNames

String[] columnNames

refreshOnSQLException

boolean refreshOnSQLException

flag

boolean flag

fetchSize

int fetchSize

Class com.antelmann.sql.LikeCondition extends Object implements Serializable

serialVersionUID: -5907573746414024490L

Serialized Fields

likeStrings

String[] likeStrings

Class com.antelmann.sql.NotCondition extends Object implements Serializable

serialVersionUID: -3487113575480093911L

Serialized Fields

value

Object value

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

serialVersionUID: 7177233771789817572L

Serialized Fields

metaData

ResultSetMetaData metaData

columnNames

String[] columnNames

labels

String[] labels

columnTypes

String[] columnTypes

sizes

int[] sizes

scales

int[] scales

allowsNull

Boolean[] allowsNull

rows

int rows

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

serialVersionUID: -8688638386835711241L

Serialized Fields

rs

ResultSet rs

size

int size

insertMode

boolean insertMode

idField

String idField

columnClasses

Class<T>[] columnClasses

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

serialVersionUID: 8611873943850983015L

Serialized Fields

tableName

String tableName

idColumn

String idColumn

columns

String[] columns

dirty

boolean dirty

meta

Map<K,V> meta

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

serialVersionUID: 2721384615980485234L

Serialized Fields

list

ArrayList<E> list

editable

boolean editable

Class com.antelmann.sql.SQLColumnInfo.UpdateFilter extends Object implements Serializable

serialVersionUID: 762731819256655652L

Serialized Fields

column

String column

oldValue

Object oldValue

newValue

Object newValue

useQueryIfApplicable

boolean useQueryIfApplicable

Class com.antelmann.sql.SQLComboFilter extends Object implements Serializable

serialVersionUID: 5875012268721768027L

Serialized Fields

first

SQLComboFilterSupported<T> first

list

ArrayList<E> list

innerFilter

Filter<T> innerFilter

order

String[] order

negated

boolean negated

restrictToColumns

String[] restrictToColumns

mapper

BaseRowMapper<T extends DBEntry> mapper
used internally when creating a PreparedStatement

Class com.antelmann.sql.SQLDirectQueryEntryFilter extends Object implements Serializable

serialVersionUID: -4026853499927839637L

Serialized Fields

sql

String sql

internalFilter

Filter<T> internalFilter

params

Object[] params

Class com.antelmann.sql.SQLMapFilter extends Object implements Serializable

serialVersionUID: 7127255907600644976L

Serialized Fields

sqlFilterMap

Map<K,V> sqlFilterMap

orderByColumns

String[] orderByColumns

internalFilter

Filter<T> internalFilter

combineWithAndIfTrue

boolean combineWithAndIfTrue

Class com.antelmann.sql.SQLQueryClause extends Object implements Serializable

serialVersionUID: -7784388296437138050L

Serialized Fields

qc

String qc

params

Object[] params

Class com.antelmann.sql.SQLStubFilter extends Object implements Serializable

serialVersionUID: -6081423336474924595L

Serialized Fields

sqlFilter

Map<K,V> sqlFilter

orderByColumns

String[] orderByColumns

internalFilter

Filter<T> internalFilter

combineWithAndIfTrue

boolean combineWithAndIfTrue

Class com.antelmann.sql.SQLValueRetriever extends Object implements Serializable

serialVersionUID: 5871976973706771171L

Serialized Fields

conSettings

ConnectorSettings conSettings

table

String table

idColumn

String idColumn

idValue

String idValue

valueColumn

String valueColumn

Class com.antelmann.sql.SubSelectCondition extends Object implements Serializable

serialVersionUID: 1484574787291269930L

Serialized Fields

subQueryString

String subQueryString

operator

SubSelectCondition.Operator operator

parameters

Object[] parameters

Class com.antelmann.sql.TopicMapFilter extends Object implements Serializable

serialVersionUID: -4474178179035960370L

Serialized Fields

sqlFilterMap

Map<K,V> sqlFilterMap

orderByColumns

Object[] orderByColumns

internalFilter

Filter<T> internalFilter

combineWithAndIfTrue

boolean combineWithAndIfTrue

ignoreInvalidTopics

boolean ignoreInvalidTopics

Package com.antelmann.util

Class com.antelmann.util.CancellationWarning extends CancellationException implements Serializable

serialVersionUID: 6362575043193562091L

Class com.antelmann.util.Country extends AbstractDBEntry implements Serializable

serialVersionUID: 7105130969609484805L

Serialized Fields

showFullName

boolean showFullName

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

serialVersionUID: 8521814906577190091L

Serialized Fields

encryptedObject

byte[] encryptedObject

signature

String signature

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

serialVersionUID: -1514322501591901535L

Serialized Fields

formattedContent

Object formattedContent

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

serialVersionUID: -628275431257986834L

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

serialVersionUID: -3642664667479442686L

Serialized Fields

obj

Object obj

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

serialVersionUID: -2574621739498376067L

Class com.antelmann.util.OptionNotAvailableWarning extends IllegalArgumentException implements Serializable

serialVersionUID: -7988629519606559900L

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

serialVersionUID: -1040067152489786619L

Serialized Fields

value

Object value

pcs

PropertyChangeSupport pcs

vcs

VetoableChangeSupport vcs

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.SimpleEntry extends Object implements Serializable

serialVersionUID: 4429859975717564270L

Serialized Fields

key

Object key

value

Object value

Class com.antelmann.util.SimpleEntry.Editable extends SimpleEntry<K,V> implements Serializable

serialVersionUID: 8848783758813328780L

Class com.antelmann.util.SimpleEntry.Immutable extends SimpleEntry<K,V> implements Serializable

serialVersionUID: -7840307756332638020L

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

serialVersionUID: 7559019827044463576L

Serialized Fields

element

Element element

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

validator

FormValidator<T> validator

container

JComponent container

applyButton

JButton applyButton

okButton

JButton okButton

cancelButton

JButton cancelButton

buttonPanel

JPanel buttonPanel

logger

Logger logger

applyAlwaysEnabled

boolean applyAlwaysEnabled

dirty

boolean dirty

warnOnCancel

boolean warnOnCancel

validateOnChange

boolean validateOnChange

listeners

ArrayList<E> listeners

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

serialVersionUID: 0L

Serialized Fields

mainPanel

JPanel mainPanel

form

JComponent form

validator

FormValidator<T> validator

dirty

boolean dirty

saveAlwaysEnabled

boolean saveAlwaysEnabled

toolbar

JToolBar toolbar

saveButton

JButton saveButton

closeButton

JButton closeButton

warnOnClose

boolean warnOnClose

listeners

ArrayList<E> listeners

Class com.antelmann.util.gui.FormInternalFrame extends JInternalFrame implements Serializable

serialVersionUID: 0L

Serialized Fields

mainPanel

JPanel mainPanel

form

JComponent form

validator

FormValidator<T> validator

dirty

boolean dirty

saveAlwaysEnabled

boolean saveAlwaysEnabled

toolbar

JToolBar toolbar

saveButton

JButton saveButton

closeButton

JButton closeButton

warnOnClose

boolean warnOnClose

listeners

ArrayList<E> listeners

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

serialVersionUID: 0L

Serialized Fields

form

JComponent form

validator

FormValidator<T> validator

dirty

boolean dirty

saveAlwaysEnabled

boolean saveAlwaysEnabled

toolbar

JToolBar toolbar

saveButton

JButton saveButton

closeButton

JButton closeButton

warnOnClose

boolean warnOnClose

listeners

ArrayList<E> listeners

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

serialVersionUID: -7613935262065573984L

Serialized Fields

form

Component form

errorComponent

Component errorComponent

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

serialVersionUID: 1L

Serialized Fields

contextRetriever

ValueRetriever<T> contextRetriever

topCategoriesRetriever

ValueRetriever<T> topCategoriesRetriever

rootTitle

String rootTitle

dialogTitle

String dialogTitle

category

Category<T> category

filter

Filter<T> filter

textField

JTextField textField

changeButton

JButton changeButton

clearButton

JButton clearButton

buttons

JPanel buttons

renderer

TreeCellRenderer renderer

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

serialVersionUID: 0L

Serialized Fields

key

CipherKey key

originField

JTextArea originField

targetField

JTextArea targetField

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.JCustomThemeEditor extends JComponent implements Serializable

serialVersionUID: 0L

Serialized Fields

table

JTable table

model

CustomThemeTableModel model

fc

JFileChooser fc

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

serialVersionUID: 0L

Serialized Fields

intervalField

JComboBox intervalField

beginField

com.toedter.calendar.JDateChooser beginField

endField

com.toedter.calendar.JDateChooser endField

beginArea

MyJCalendar beginArea

endArea

MyJCalendar endArea

padding

int padding

count

int count

internal

boolean internal

ch

CalendarHelper ch

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

serialVersionUID: 1L

Serialized Fields

dateChooser

com.toedter.calendar.JDateChooser dateChooser

hSpinner

JSpinner hSpinner

minSpinner

JSpinner minSpinner

cal

Calendar cal

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.JEnumField extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

type

Class<T> type

buttons

JToggleButton[] buttons

changeListener

ActionListener changeListener

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

serialVersionUID: -3765985417186188911L

Serialized Fields

chooser

JFileChooser chooser

textField

JTextField textField

button

JButton button

baseDir

File baseDir

lang

ResourceBundle lang

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

serialVersionUID: 735227717250207090L

Serialized Fields

lang

ResourceBundle lang

ge

GraphicsEnvironment ge

familyList

JSearchList 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

ge

GraphicsEnvironment ge

familyControl

JComboBox familyControl

sizeControl

JSpinner sizeControl

boldControl

JToggleButton boldControl

italicControl

JToggleButton italicControl

defaultSize

int defaultSize

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.JHourSpinner extends JSpinner implements Serializable

serialVersionUID: -6611143695244453067L

Class com.antelmann.util.gui.JHourSpinner.HourEditor extends JSpinner.DefaultEditor implements Serializable

serialVersionUID: -415023139067299531L

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

serialVersionUID: 0L

Serialized Fields

component

Component component

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

serialVersionUID: 1L

Serialized Fields

ma

MouseAdapter ma

elements

Collection<E> elements

pool

JList pool

selection

JList selection

poolModel

DefaultListModel poolModel

selectionModel

DefaultListModel selectionModel

lang

ResourceBundle lang

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

serialVersionUID: 4755425435337668079L

Serialized Fields

logger

Logger logger
Deprecated. 
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
Deprecated. 
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

tsc

Object tsc

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

serialVersionUID: 1L

Serialized Fields

model

MethodTableModel<T> model

fields

JComponent[] fields

formHelper

FormHelper formHelper

editable

boolean editable

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

serialVersionUID: 1595781022276859853L

Serialized Fields

multipleSelect

Object multipleSelect

noSelect

Object noSelect

allSelect

Object allSelect

data

Vector<E> data

selected

ArrayList<E> selected

dialogTitle

String dialogTitle

dialogRenderer

ListCellRenderer dialogRenderer

allowNoSelection

boolean allowNoSelection

internalHack

boolean internalHack

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

serialVersionUID: 1L

Serialized Fields

selectionComp

Component selectionComp

retriever

ValueRetriever<T> retriever

previewPanel

JPanel previewPanel

pe

PatternExtractor<TYPE,PATTERN> pe

splitPane

JSplitPane splitPane

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

serialVersionUID: 6016518754683820149L

Serialized Fields

list

JList list

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

serialVersionUID: -6042226775053756744L

Serialized Fields

pmodel

StringMapTableModel pmodel

smodel

SortableTableModel smodel

table

JTable table

suggestedKeys

String[] suggestedKeys

suggestedValues

Map<K,V> suggestedValues

suggestedKeysOnly

boolean suggestedKeysOnly

suggestedValuesOnly

boolean suggestedValuesOnly

store

DBClassStore<T extends DBEntry> store

keyString

String keyString

valueString

String valueString

newKeyString

String newKeyString

keyAlreadyExistsString

String keyAlreadyExistsString

deleteKeyConfirmString

String deleteKeyConfirmString

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

serialVersionUID: -8346473097257735828L

Serialized Fields

entry

PropertyEntry entry

keyFields

Hashtable<K,V> keyFields

editable

boolean editable

formHelper

FormHelper formHelper

Class com.antelmann.util.gui.JPropertyEntryForm extends JPropertyEntryComponent implements Serializable

serialVersionUID: -5195991994770424196L

Serialized Fields

store

DBClassStore<T extends DBEntry> store

setter

ValueSetter<T> setter

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

serialVersionUID: -2408237037027881695L

Serialized Fields

elements

Object[] elements

model

DefaultListModel model

list

JList list

searchField

JTextField searchField

last

String last

multiWordSearchOption

boolean multiWordSearchOption

immediateSearch

boolean immediateSearch

dl

DocumentListener dl

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

serialVersionUID: 1496724357130610050L

Serialized Fields

model

ObjectTableModel<T> model

ftc

JFilteredTableComponent ftc

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

serialVersionUID: 1L

Serialized Fields

tree

JTree tree

searchField

JTextField searchField

searchButton

JButton searchButton

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

serialVersionUID: 0L

Serialized Fields

title

String title

model

SelectableObjectsTableModel<T> model

ftc

JFilteredTableComponent ftc

groupType

Class<T> groupType

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

serialVersionUID: -8689555830143597178L

Serialized Fields

title

String title

entry

Taggable<T extends Tag> entry

set

HashSet<E> set

mapping

TaggableMapping mapping

field

JTextField field

button

JButton button

allowNewGroups

boolean allowNewGroups

editor

JTagEditor editor

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

serialVersionUID: -5524090997350592980L

Serialized Fields

tdf

DateFormat tdf

isNull

boolean isNull

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.JURLField extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

field

JTextField field

button

JButton button

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

interval

int interval

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

serialVersionUID: 1L

Serialized Fields

video

YouTubeVideo video

imageField

JImagePanel imageField

titleField

JTextField titleField

openButton

JButton openButton

editButton

JButton editButton

infoButton

JButton infoButton

Class com.antelmann.util.gui.MoneyFormatFactory extends DefaultFormatterFactory implements Serializable

serialVersionUID: -6873596918052946578L

Class com.antelmann.util.gui.MyAbstractAction extends AbstractAction implements Serializable

serialVersionUID: 510391242583922815L

Serialized Fields

parent

Component parent

logger

Logger logger

userRetriever

ValueRetriever<T> userRetriever

parentRetriever

ValueRetriever<T> parentRetriever

requiredUserRights

Set<E> requiredUserRights

requiresPassword

boolean requiresPassword

requiresLicense

boolean requiresLicense

imonitors

ArrayList<E> imonitors

userAccessFilter

Filter<T> userAccessFilter

Class com.antelmann.util.gui.MyJCalendar extends com.toedter.calendar.JCalendar implements Serializable

serialVersionUID: -4636075722052066263L

Class com.antelmann.util.gui.PercentFormat extends NumberFormat implements Serializable

serialVersionUID: -8287225558956948022L

Serialized Fields

nf

NumberFormat nf

Class com.antelmann.util.gui.PercentFormatFactory extends DefaultFormatterFactory implements Serializable

serialVersionUID: -534639802678932572L

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

pmodel

StringMapTableModel pmodel

smodel

SortableTableModel smodel

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

searchString

String searchString

toolbar

JToolBar toolbar

Class com.antelmann.util.gui.ToolTipListRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 8403686702397208919L

Serialized Fields

renderer

ListCellRenderer renderer

format

Format format

pe

PatternExtractor<TYPE,PATTERN> pe

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

sequenceNumber

long sequenceNumber

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.revision

Class com.antelmann.util.revision.RevisionEvent extends EventObject implements Serializable

serialVersionUID: 1638886544164049661L

Serialized Fields

revision

Revision revision

Class com.antelmann.util.revision.RevisionException extends Exception implements Serializable

serialVersionUID: 5380333599279225110L

Serialized Fields

revision

Revision revision

Class com.antelmann.util.revision.StatusString extends Object implements Serializable

serialVersionUID: 546494316248307097L

Serialized Fields

statusString

String statusString

Package com.antelmann.util.table

Class com.antelmann.util.table.AbstractDialogCellEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 0L

Serialized Fields

dialogTitle

String dialogTitle

dialogComponent

JComponent dialogComponent

columnName

String columnName

tree

JTree tree
cached from the last call to the method that provides the component, so that it's available for the VaueSetter


table

JTable table
cached from the last call to the method that provides the component, so that it's available for the VaueSetter


column

int column
cached from the last call to the method that provides the component, so that it's available for the VaueSetter


row

int row
cached from the last call to the method that provides the component, so that it's available for the VaueSetter


isSelected

boolean isSelected
cached from the last call to the method that provides the component, so that it's available for the VaueSetter


expanded

boolean expanded
cached from the last call to the method that provides the component, so that it's available for the VaueSetter


leaf

boolean leaf
cached from the last call to the method that provides the component, so that it's available for the VaueSetter


resizable

boolean resizable

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

serialVersionUID: 3818107455031521658L

Serialized Fields

list

List<E> list

columnNames

HashMap<K,V> columnNames
allows to conveniently customize column names for subclasses


columnTypes

HashMap<K,V> columnTypes
allows to conveniently customize column types for subclasses

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

serialVersionUID: 3403255788339617511L

Serialized Fields

clickCountToStart

int clickCountToStart

Class com.antelmann.util.table.CalendarCellRenderer extends JPanel implements Serializable

serialVersionUID: -8186431920087777689L

Serialized Fields

ch

CalendarHelper ch

Class com.antelmann.util.table.ColorDialogCellEditor extends AbstractDialogCellEditor<Color> implements Serializable

serialVersionUID: -193783086351037274L

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.CurrencyCellRenderer extends FormattedCellRenderer implements Serializable

serialVersionUID: -1887825525480592680L

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

serialVersionUID: 0L

Serialized Fields

theme

CustomTheme theme

Class com.antelmann.util.table.DateDialogCellEditor extends AbstractDialogCellEditor<Date> implements Serializable

serialVersionUID: 27249007762972952L

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

serialVersionUID: -626726082690271183L

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

serialVersionUID: -6987055541977724955L

Serialized Fields

model

TableModel model

filter

Filter<T> filter

filteredRows

Integer[] filteredRows

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

serialVersionUID: 0L

Serialized Fields

fc

JFontChooser fc

Class com.antelmann.util.table.FormattedCellEditor extends AbstractSpecialCellEditor implements Serializable

serialVersionUID: -2219323718054833275L

Serialized Fields

format

Format format

field

JFormattedTextField field

selectAllOnFocus

boolean selectAllOnFocus

stringFilter

Filter<T> stringFilter

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

serialVersionUID: 1308122036648302931L

Serialized Fields

format

Format format

toolTipFormat

Format toolTipFormat

iconFormat

PatternExtractor<TYPE,PATTERN> iconFormat

nullValue

String nullValue

Class com.antelmann.util.table.FormattedCellRenderer.ToStringFormat extends Format implements Serializable

serialVersionUID: 7298567975514604534L

Serialized Fields

filter

Filter<T> filter

useDetailedHtmlStringIfAvailable

boolean useDetailedHtmlStringIfAvailable

Class com.antelmann.util.table.FormDialogCellEditor extends AbstractDialogCellEditor<T> implements Serializable

serialVersionUID: 3207069060983877707L

Serialized Fields

validator

FormValidator<T> validator

setter

ValueSetter<T> setter

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

serialVersionUID: -3984900873030624142L

Serialized Fields

model

TableModel model

fmodel

FilteredTableModel fmodel

smodel

SortableTableModel smodel

table

JTable table

scrollPane

JScrollPane scrollPane

field

JTableFilterTextField field

statusLabel

JLabel statusLabel

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

serialVersionUID: 0L

Serialized Fields

model

FilteredTableModel model

label

JLabel label

patternField

JTextField patternField

filterButton

JButton filterButton

filter

SimpleTableRowFilter filter

immediateUpdate

boolean immediateUpdate

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

serialVersionUID: 1442959669938958247L

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

serialVersionUID: 5109741415801812292L

Serialized Fields

one

Color one

two

Color two

interval

int interval

renderer

TableCellRenderer renderer

Class com.antelmann.util.table.MethodTableModel extends AbstractObjectTableModel<T> implements Serializable

serialVersionUID: 1986553433579778631L

Serialized Fields

classType

Class<T> classType

methods

Method[] methods

fields

Field[] fields

readOnly

boolean readOnly

readOnlyNames

HashSet<E> readOnlyNames

readOnlyIndices

HashSet<E> readOnlyIndices

ensureAccessibility

boolean ensureAccessibility

Class com.antelmann.util.table.MoneyRenderer extends FormattedCellRenderer implements Serializable

serialVersionUID: 8908267953875636270L

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.MultiLineCellTextEditor extends AbstractSpecialCellEditor implements Serializable

serialVersionUID: 0L

Serialized Fields

textArea

JTextArea textArea

fixTabKeys

boolean fixTabKeys

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

serialVersionUID: -7953226086220716393L

Serialized Fields

toolTip

boolean toolTip

Class com.antelmann.util.table.ObjectTableModelView extends TableModelView implements Serializable

serialVersionUID: 8554439803443140730L

Class com.antelmann.util.table.PatternTableModel extends AbstractObjectTableModel<T> implements Serializable

serialVersionUID: 6891076394181168635L

Serialized Fields

data

ArrayList<E> data

types

ArrayList<E> types

setterMethodNames

Hashtable<K,V> setterMethodNames

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

serialVersionUID: 1684061443770828019L

Serialized Fields

model

ObjectTableModel<T> model

selected

HashSet<E> selected

type

Class<T> type

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

serialVersionUID: -4169017346930675974L

Serialized Fields

model

TableModel model

comparators

ArrayList<E> comparators

list

ArrayList<E> list

lastRowSorted

int lastRowSorted

ascending

boolean ascending

defaultComparator

Comparator<T> defaultComparator

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

serialVersionUID: 2712267251032296467L

Serialized Fields

map

Hashtable<K,V> map

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

serialVersionUID: 2987437555048255793L

Serialized Fields

renderer

TableCellRenderer renderer

style

StyledCellRenderer.Styler style

Class com.antelmann.util.table.TableModelCopy extends Object implements Serializable

serialVersionUID: 5285543502956826196L

Serialized Fields

header

ArrayList<E> header

columns

ArrayList<E> columns

data

ArrayList<E> data

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

serialVersionUID: 1L

Serialized Fields

model

TableModel model

visible

int[] visible

columnNames

HashMap<K,V> columnNames
allows to conveniently customize column names for subclasses

Class com.antelmann.util.table.TableRow extends Object implements Serializable

serialVersionUID: -3775692167320806368L

Serialized Fields

positionInModel

int positionInModel

columns

Object[] columns

Class com.antelmann.util.table.TableUtils.BooleanRenderer extends JCheckBox implements Serializable

serialVersionUID: -1033122242698172879L

Class com.antelmann.util.table.TextDialogCellEditor extends AbstractDialogCellEditor<String> implements Serializable

serialVersionUID: 253252562603981382L

Serialized Fields

textComponent

JTextComponent textComponent
if a JTextArea or a JEditorPane is used, the textComponent is wrapped into a JScrollPane in the AbstractDialogCellEditor.dialogComponent

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

serialVersionUID: -8288495065294368152L

Serialized Fields

dateFormatter

DateFormat dateFormatter

longformatter

DateFormat longformatter

useToolTipText

boolean useToolTipText

Package com.antelmann.webdav

Class com.antelmann.webdav.AcknowledgedProperty.Factory extends net.fortuna.ical4j.model.Content.Factory implements Serializable

serialVersionUID: 1L

Class com.antelmann.webdav.CardHeader extends AbstractDBEntry implements Serializable

serialVersionUID: 3338578298556182002L

Serialized Fields

name

String name

etag

String etag

Class com.antelmann.webdav.EmailParameter.Factory extends net.fortuna.ical4j.model.Content.Factory implements Serializable

serialVersionUID: -6270644662023475159L

Class com.antelmann.webdav.WebdavException extends IOException implements Serializable

serialVersionUID: 727186527060172602L

Serialized Fields

detailedString

String detailedString



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