Holger's
Java API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

U

uncaughtException(Thread, Throwable) - Method in class com.antelmann.util.Debug.FileExceptionHandler
 
UNCHANGED - Static variable in class com.antelmann.mgmt.JPasswordChangeForm
 
uncompress(boolean) - Method in class com.antelmann.io.MyFile
assuming the file is a *.gz file, it will be uncompressed to the same file w/o the gz extension.
uncompressTo(File) - Method in class com.antelmann.io.MyFile
restores a gzip compressed file written with compressTo(File).
undoLastMove() - Method in class com.antelmann.game.AbstractGame
 
undoLastMove() - Method in interface com.antelmann.game.GamePlay
If the last move is successfully taken back, this method returns true, false otherwise.
undoMoves(int) - Method in class com.antelmann.game.AbstractGame
calls undoLastMove() either n times or as many times as there are numberOfMoves(), whichever is smaller
unitActivityField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
unitApprovedField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
unitBeginField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
unitBreakField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
unitCommentField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
unitEmployeeField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
unitEndField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
unitTableName - Variable in class com.antelmann.timeregister.SQLPunchDB
 
unitTypeField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
UniversalComparator - Class in com.antelmann.util
The UniversalComparator is useful as a default if no other more specific sorting strategy is present.
UniversalComparator() - Constructor for class com.antelmann.util.UniversalComparator
 
UniversalComparator(Collator) - Constructor for class com.antelmann.util.UniversalComparator
 
UNKNOWN - Static variable in class com.antelmann.cddb.Genre
 
UNKNOWN_LENGTH - Static variable in class com.antelmann.net.Downloader
 
until() - Method in class com.antelmann.calendar.Recurrence
 
unzipTo(File) - Method in class com.antelmann.io.MyFile
calls unzipTo(directory, true)
unzipTo(File, boolean) - Method in class com.antelmann.io.MyFile
 
unzipTo(File, boolean, Monitor) - Method in class com.antelmann.io.MyFile
 
unzipTo(File, FileFilter, Monitor) - Method in class com.antelmann.io.MyFile
allows to react individually per file on whether to unzip it or nor
update(T) - Method in interface com.antelmann.mgmt.DBClassStore
updates the given entry in the database.
update(RowItem) - Method in class com.antelmann.sql.ConnectionHelper
 
update(T) - Method in class com.antelmann.sql.JDBCRowProxy
 
update(PunchDataAnalyzer) - Method in class com.antelmann.timeregister.PunchTableModel
 
update(Collection<PunchData>) - Method in class com.antelmann.timeregister.PunchTableModel
 
update(Collection<WorkUnit>) - Method in class com.antelmann.timeregister.WorkUnitTableModel
 
updateAlert(Alert) - Method in interface com.antelmann.calendar.CalendarDB
 
updateAlert(Alert) - Method in class com.antelmann.calendar.FileCalendarDB
 
updateAlert(Alert) - Method in class com.antelmann.calendar.SQLCalendarDB
 
updatedField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
updateEntry(CalendarEntry) - Method in interface com.antelmann.calendar.CalendarDB
 
updateEntry(CalendarEntry) - Method in class com.antelmann.calendar.FileCalendarDB
 
updateEntry(CalendarEntry) - Method in class com.antelmann.calendar.SQLCalendarDB
 
updatePassword(User) - Method in class com.antelmann.timeregister.FilePunchDB
 
updatePassword(User) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
not supported with the analyzer; always throws DatabaseException
updatePassword(User) - Method in interface com.antelmann.timeregister.PunchDB
updates the permanent storage with the password that is now present in the user
updatePassword(User) - Method in class com.antelmann.timeregister.PunchDBClient
 
updatePassword(User) - Method in class com.antelmann.timeregister.RemotePunchDBClient
 
updatePassword(User) - Method in class com.antelmann.timeregister.SQLPunchDB
 
updateProperties() - Method in class com.antelmann.net.JNetProperties
updates the embedded properties with the entered values and returns them
updateRow(String, String, Object, Map<String, Object>) - Method in class com.antelmann.sql.ConnectionHelper
updates the row in the given table by applying all of the given field values.
updateRow(String, String, Object, Map<String, Object>, boolean) - Method in class com.antelmann.sql.ConnectionHelper
updates the row in the given table by applying the given field values.
updateRow() - Method in class com.antelmann.sql.JDBCRowModel
 
updateStatusText(String) - Method in class com.antelmann.util.gui.JMainFrame
 
updateUser(User) - Method in interface com.antelmann.timeregister.PunchAdminDB
 
updateUser(User) - Method in class com.antelmann.timeregister.PunchDBClient
 
updateUser(User) - Method in class com.antelmann.timeregister.SQLPunchDB
 
updateWorkUnitValidator(ResultSet, WorkUnitValidator, boolean) - Method in class com.antelmann.timeregister.SQLPunchDB
 
uploadFile(File, String, String) - Method in class com.antelmann.net.FTPConnector
uploads a single local file to the given FTP site using the specified targetDir and targetFileName.
url - Variable in class com.antelmann.net.Spider.URLWrapper
 
URLCache - Class in com.antelmann.net
A wrapper around java.net.URL that caches a copy of the content and adds some additional functionality designed for HTML pages.
URLCache(String) - Constructor for class com.antelmann.net.URLCache
constructs the URLCache object based on the spec denoting the absolute path of the URL and without refresh
URLCache(URL) - Constructor for class com.antelmann.net.URLCache
calls URLCache(url, false)
URLCache(URL, boolean) - Constructor for class com.antelmann.net.URLCache
constructs the URLCache object based on the given URL.
URLCache.RefreshListener - Interface in com.antelmann.net
RefreshListener objects can register with URLCache objects to be notified when the URLCache object is refreshed
urlField - Variable in class com.antelmann.imagedb.SQLImageDB
string field
URLNode - Class in com.antelmann.net
URLNode wrapps a URL and places it into a URLTree, which determines how the URLNode calculates its children.
URLNode(URL, URLNode, URLTree) - Constructor for class com.antelmann.net.URLNode
 
URLNode(URLCache, URLNode, URLTree) - Constructor for class com.antelmann.net.URLNode
 
URLSorter - Class in com.antelmann.net
A simple convenience class that sorts URLs by their external form lexicographically.
URLSorter() - Constructor for class com.antelmann.net.URLSorter
 
URLTree - Class in com.antelmann.net
URLTree represents the model of a tree where each node is made of a URL wrapped in a URLNode object.
URLTree(URL) - Constructor for class com.antelmann.net.URLTree
calls URLTree(root, new SampleCrawlerSetting(), false)
URLTree(URL, CrawlerSetting, boolean) - Constructor for class com.antelmann.net.URLTree
 
usageLeft() - Method in class com.antelmann.License
returns how many times use() can be called.
use() - Method in class com.antelmann.License
uses this license; if usage is limited, the return value of usageLeft() is decreased by one after a call to this method.
useA4() - Static method in class com.antelmann.util.PrintUtilities
 
useLetter() - Static method in class com.antelmann.util.PrintUtilities
 
user - Variable in class com.antelmann.game.quiz.DemoQuizFrame
 
User - Interface in com.antelmann.mgmt
This interface defines the basic functionality for a user
UserImpl - Class in com.antelmann.mgmt
This class represents a default User implementation that can serve as the basis for more specific implementations.
UserImpl(Object) - Constructor for class com.antelmann.mgmt.UserImpl
 
UserImpl(Object, String) - Constructor for class com.antelmann.mgmt.UserImpl
 
UserImpl(Object, String, String, boolean) - Constructor for class com.antelmann.mgmt.UserImpl
 
UserImpl(Object, String, String, boolean, String) - Constructor for class com.antelmann.mgmt.UserImpl
 
UserImpl(Object, User) - Constructor for class com.antelmann.mgmt.UserImpl
attention: accessible objects are copied from the given user ONLY if it is a UserImpl instance
UserLoginStore - Interface in com.antelmann.mgmt
 
UserStatusTableModel - Class in com.antelmann.timeregister
provides a table model that displays the current standing of all enabled employees
UserStatusTableModel(PunchAdminDB) - Constructor for class com.antelmann.timeregister.UserStatusTableModel
 
UserTableModel - Class in com.antelmann.mgmt
encapsulates User objects for use in a JTable.
UserTableModel(Collection<? extends User>) - Constructor for class com.antelmann.mgmt.UserTableModel
 
userTextFont - Variable in class com.antelmann.util.gui.CustomTheme
 
usesDailyPattern() - Method in class com.antelmann.util.logging.FileLog
 
usesDailyPattern() - Method in class com.antelmann.util.logging.LogFile
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads