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

J

JACK - Static variable in class com.antelmann.game.card.Card
 
JActivityBrowser - Class in com.antelmann.timeregister
a Component displays information about activities and their user distribution within a specifiable interval.
JActivityBrowser(PunchAdminDB) - Constructor for class com.antelmann.timeregister.JActivityBrowser
 
JAwari - Class in com.antelmann.game.awari
JAwari can play the AwariGame in the JGameFrame GUI.
JAwari() - Constructor for class com.antelmann.game.awari.JAwari
 
JAZZ - Static variable in class com.antelmann.cddb.Genre
 
JBarcodePunchClock - Class in com.antelmann.timeregister
provides a simple GUI to accept barcode entries for user punches.
JBarcodePunchClock(PunchStation) - Constructor for class com.antelmann.timeregister.JBarcodePunchClock
 
JBlackJack - Class in com.antelmann.game.card
implements the GUI wrapper for BlackJack
JBlackJack() - Constructor for class com.antelmann.game.card.JBlackJack
 
JBlackJack(BlackJack, Player[], int) - Constructor for class com.antelmann.game.card.JBlackJack
 
JCalendarEntry - Class in com.antelmann.calendar
standard component to display CalendarEntry objects in a gui
JCalendarEntry(CalendarEntry) - Constructor for class com.antelmann.calendar.JCalendarEntry
 
JCDChecker - Class in com.antelmann.cddb
A simple GUI to check a CD with CDDB.
JCDChecker() - Constructor for class com.antelmann.cddb.JCDChecker
 
JCDCol - Class in com.antelmann.cddb
A simple GUI to handle a CD catalogue (a prototype for an application for now).
JCDCol(SimpleCDCollection) - Constructor for class com.antelmann.cddb.JCDCol
 
JCDColBrowser - Class in com.antelmann.cddb
A simple GUI to browse a CD catalogue.
JCDColBrowser(SimpleCDCollection) - Constructor for class com.antelmann.cddb.JCDColBrowser
 
JChat - Class in com.antelmann.net
JChat provides a simple GUI chat client that works with ChatServer.
JChat() - Constructor for class com.antelmann.net.JChat
 
JCheckers - Class in com.antelmann.game.checkers
implements the GUI wrapper around CheckersGame to use with JGameFrame
JCheckers() - Constructor for class com.antelmann.game.checkers.JCheckers
 
JCheckers(CheckersGame, Player, Player, int) - Constructor for class com.antelmann.game.checkers.JCheckers
 
JChess - Class in com.antelmann.game.chess
Implements the GUI wrapper around ChessGame to use with JGameFrame.
JChess() - Constructor for class com.antelmann.game.chess.JChess
 
JChess(ChessGame, Player, Player, int) - Constructor for class com.antelmann.game.chess.JChess
 
JCipher - Class in com.antelmann.util.gui
a little sample gui to ease the task of using CipherKey
JCipher() - Constructor for class com.antelmann.util.gui.JCipher
 
JCipher(String) - Constructor for class com.antelmann.util.gui.JCipher
 
JComboButton - Class in com.antelmann.util.gui
a component that allows multiple buttons to share the same spot through a JComboBox, where the button's actions can directly be accessed
JComboButton() - Constructor for class com.antelmann.util.gui.JComboButton
 
JComboButton(JButton...) - Constructor for class com.antelmann.util.gui.JComboButton
 
JComposition - Class in com.antelmann.cddb
a gui component for displaying and editing a composition.
JComposition(Composition) - Constructor for class com.antelmann.cddb.JComposition
 
JComposition(Composition, boolean) - Constructor for class com.antelmann.cddb.JComposition
 
JCustomThemeEditor - Class in com.antelmann.util.table
work in progress on a metallic theme editor
JCustomThemeEditor() - Constructor for class com.antelmann.util.table.JCustomThemeEditor
 
JCustomThemeEditor(CustomTheme) - Constructor for class com.antelmann.util.table.JCustomThemeEditor
 
JDateIntervalChooser - Class in com.antelmann.util.gui
This class allows to easily select a range of dates.
JDateIntervalChooser() - Constructor for class com.antelmann.util.gui.JDateIntervalChooser
 
JDateIntervalChooser(Date, JDateIntervalChooser.Interval) - Constructor for class com.antelmann.util.gui.JDateIntervalChooser
 
JDateIntervalChooser(Date, Date) - Constructor for class com.antelmann.util.gui.JDateIntervalChooser
 
JDateIntervalChooser.Interval - Enum in com.antelmann.util.gui
 
JDayGrid - Class in com.antelmann.calendar
 
JDayGrid() - Constructor for class com.antelmann.calendar.JDayGrid
 
JDayGrid(Date) - Constructor for class com.antelmann.calendar.JDayGrid
 
JDayGrid(JDayGrid.Orientation) - Constructor for class com.antelmann.calendar.JDayGrid
 
JDayGrid(Date, JDayGrid.Orientation) - Constructor for class com.antelmann.calendar.JDayGrid
 
JDayGrid(Date, JDayGrid.Orientation, boolean) - Constructor for class com.antelmann.calendar.JDayGrid
 
JDayGrid(Date, JDayGrid.Orientation, boolean, CalendarEntryComponentFactory) - Constructor for class com.antelmann.calendar.JDayGrid
 
JDayGrid.Orientation - Enum in com.antelmann.calendar
 
JDBCInfoPane - Class in com.antelmann.sql
displays information on a JDBC connection including table's row and meta data.
JDBCInfoPane(Connection) - Constructor for class com.antelmann.sql.JDBCInfoPane
 
JDBCLogWriter - Class in com.antelmann.util.logging
JDBCLogWriter provides a LogWriter that writes to a java.sql.Connection.
JDBCLogWriter(Connection, String, LogEntryFormatter<Object[]>) - Constructor for class com.antelmann.util.logging.JDBCLogWriter
requires a formatter that will split log entries in an object array which corresponds to the fields in the given table.
JDBCResourceBundle - Class in com.antelmann.sql
a ResourceBundle that gets its content from a JDBC source
JDBCResourceBundle(Connection, String, String, String) - Constructor for class com.antelmann.sql.JDBCResourceBundle
 
JDBCRowModel - Class in com.antelmann.sql
JDBCRowModel allows to edit tables where the row is updated only after an explicit method call.
JDBCRowModel(Connection, String) - Constructor for class com.antelmann.sql.JDBCRowModel
 
JDBCRowProxy<T extends Resource> - Class in com.antelmann.sql
provides JDBC persistence for Objects that have a corresponding ObjectRowMapper.
JDBCRowProxy(Database<Connection>, ObjectRowMapper<T>) - Constructor for class com.antelmann.sql.JDBCRowProxy
 
JDBCTableEditor - Class in com.antelmann.sql
used to edit rows of a table; underlying table is updated after row deselected
JDBCTableEditor(Connection, String) - Constructor for class com.antelmann.sql.JDBCTableEditor
 
JDBCTableModel - Class in com.antelmann.sql
JDBCTableModel provides a simple way to display/edit a table from a JDBC connection.
JDBCTableModel(Connection, String) - Constructor for class com.antelmann.sql.JDBCTableModel
 
JDBCTableModel(Connection, String, boolean) - Constructor for class com.antelmann.sql.JDBCTableModel
 
JDBCTableModel(Connection, String, String[]) - Constructor for class com.antelmann.sql.JDBCTableModel
 
JDBCTableModel(Connection, String, String[], boolean) - Constructor for class com.antelmann.sql.JDBCTableModel
 
JDefaultGame - Class in com.antelmann.game
JDefaultGame provides a basic wrapper for GamePlay objects for implementing the JGamePlay interface.
JDefaultGame(GamePlay) - Constructor for class com.antelmann.game.JDefaultGame
 
JDefaultGame(GamePlay, Player[], int, ExtensionFileFilter) - Constructor for class com.antelmann.game.JDefaultGame
 
JDiceEquation - Class in com.antelmann.game.puzzle
a simple GUI for DiceEquation
JDiceEquation() - Constructor for class com.antelmann.game.puzzle.JDiceEquation
 
JDiskUsage - Class in com.antelmann.util.gui
shows disk usage based on the given root directory.
JDiskUsage() - Constructor for class com.antelmann.util.gui.JDiskUsage
 
JDiskUsage(File) - Constructor for class com.antelmann.util.gui.JDiskUsage
 
JDownloader - Class in com.antelmann.net
Downloads a URL or URLCache object into a file in a thread using a ProgressMonitorInputStream, so that the user can abort if desired
JDownloader(Component, URL, File) - Constructor for class com.antelmann.net.JDownloader
 
JDownloader(Component, URLCache, File) - Constructor for class com.antelmann.net.JDownloader
 
JEmailAccountTable - Class in com.antelmann.net.mail
supports column sorting (ascending&descending) by clicking the column header w/ the mouse (using shift for descending) as well as a context menu.
JEmailAccountTable() - Constructor for class com.antelmann.net.mail.JEmailAccountTable
 
JEmailAccountTable(EmailAccountTableModel) - Constructor for class com.antelmann.net.mail.JEmailAccountTable
 
JEmailClient - Class in com.antelmann.net.mail
JEmailClient is a GUI that provides some simple email client functionality.
JEmailClient() - Constructor for class com.antelmann.net.mail.JEmailClient
convenience constructor w/o providing custom settings
JEmailClient(File) - Constructor for class com.antelmann.net.mail.JEmailClient
 
JEmailClient(Properties) - Constructor for class com.antelmann.net.mail.JEmailClient
initializes the JEmailClient with the given properties.
JEmailClient(EmailAccount) - Constructor for class com.antelmann.net.mail.JEmailClient
 
JEmailWatcher - Class in com.antelmann.net.mail
JEmailWatcher is a GUI that lets the user regularly monitor and log access to a list of email accounts.
JEmailWatcher(File) - Constructor for class com.antelmann.net.mail.JEmailWatcher
 
JEmailWatcher(Properties) - Constructor for class com.antelmann.net.mail.JEmailWatcher
the object is initialized with the given properties.
JFileField - Class in com.antelmann.util.gui
A text component that denotes a file path; supports mouse drops from file system and provides a convenient JFileChooser.
JFileField() - Constructor for class com.antelmann.util.gui.JFileField
 
JFileField(int) - Constructor for class com.antelmann.util.gui.JFileField
 
JFileField(File) - Constructor for class com.antelmann.util.gui.JFileField
 
JFileField(File, int) - Constructor for class com.antelmann.util.gui.JFileField
 
JFontChooser - Class in com.antelmann.util.gui
provides a nice GUI mechanism to choose a System Font (with preview and compare option and several other features).
JFontChooser() - Constructor for class com.antelmann.util.gui.JFontChooser
 
JFontChooser(Font) - Constructor for class com.antelmann.util.gui.JFontChooser
 
JFontControl - Class in com.antelmann.util.gui
provides a Font control component that can be used in a menu or toolbar.
JFontControl(Font, FontSelectionListener) - Constructor for class com.antelmann.util.gui.JFontControl
 
JFontFileChooser - Class in com.antelmann.util.gui
provides a nice GUI mechanism to choose a Font from the file system.
JFontFileChooser(File) - Constructor for class com.antelmann.util.gui.JFontFileChooser
 
JFontFileChooser(File, Font) - Constructor for class com.antelmann.util.gui.JFontFileChooser
 
JFourWins - Class in com.antelmann.game.fourwins
JFourWins provides the GUI wrapping for a FourWinsGame to be played with a JGameFrame
JFourWins() - Constructor for class com.antelmann.game.fourwins.JFourWins
 
JFourWins(FourWinsGame, Player, Player, int) - Constructor for class com.antelmann.game.fourwins.JFourWins
 
JFTP - Class in com.antelmann.net
JFTP is a simple GUI wrapper for an FTPConnector.
JFTP() - Constructor for class com.antelmann.net.JFTP
 
JFTP(String, String, String, String, File) - Constructor for class com.antelmann.net.JFTP
 
JGameFrame - Class in com.antelmann.game
JGameFrame implements a generic GUI setup for a JGamePlay.
JGameFrame(GamePlay) - Constructor for class com.antelmann.game.JGameFrame
this constructor uses a standard JDefaultGame object to wrap the given game and then calls JGameFrame(JGamePlay jplay)
JGameFrame(JGamePlay) - Constructor for class com.antelmann.game.JGameFrame
The GUI application is directly started and made visible by calling the constructor
JGamePlay - Interface in com.antelmann.game
JGamePlay provides functionality that is used by the GUI based JGameFrame to display the game specific features.
JGomoku - Class in com.antelmann.game.gomoku
GUI wrapper around GomokuGame for using a JGameFrame
JGomoku() - Constructor for class com.antelmann.game.gomoku.JGomoku
 
JGomoku(GomokuGame, Player, Player, int) - Constructor for class com.antelmann.game.gomoku.JGomoku
 
JHolidayList - Class in com.antelmann.calendar
a very simple editable list of holidays that supports insert and delete.
JHolidayList(HolidayCalendar) - Constructor for class com.antelmann.calendar.JHolidayList
 
JHolidayList.DataChangeListener - Interface in com.antelmann.calendar
 
JJukeBox - Class in com.antelmann.sound
A nice little GUI wrapper to the JukeBox class.
JJukeBox() - Constructor for class com.antelmann.sound.JJukeBox
 
JJukeBox(JukeBox) - Constructor for class com.antelmann.sound.JJukeBox
 
JKeyButton - Class in com.antelmann.util.gui
a special button that sends KeyEvents to a component upon being pressed
JKeyButton(char, Component) - Constructor for class com.antelmann.util.gui.JKeyButton
constructs a button that will generate the given key code as a KeyEvent on the given component.
JKeyButton(int, Component) - Constructor for class com.antelmann.util.gui.JKeyButton
constructs a button that will generate the given action key code as a KeyEvent on the given component.
JMainFrame - Class in com.antelmann.util.gui
a convenient JFrame providing some basic nice stuff
JMainFrame() - Constructor for class com.antelmann.util.gui.JMainFrame
 
JMainFrame(String) - Constructor for class com.antelmann.util.gui.JMainFrame
 
JMainFrame(Component) - Constructor for class com.antelmann.util.gui.JMainFrame
 
JMainFrame(String, boolean, boolean) - Constructor for class com.antelmann.util.gui.JMainFrame
if withStatusBar is set, the content pane will be using BorderLayout and places the status bar SOUTH
JMainFrame(Component, boolean, boolean) - Constructor for class com.antelmann.util.gui.JMainFrame
places the given Component in the center of the content pane using BorderLayout
JMemoryGauge - Class in com.antelmann.util.gui
a component that displays current memory consumption
JMemoryGauge() - Constructor for class com.antelmann.util.gui.JMemoryGauge
 
JMemoryGauge(boolean) - Constructor for class com.antelmann.util.gui.JMemoryGauge
 
JMessageTable - Class in com.antelmann.net.mail
supports column sorting (ascending&descending) by clicking the column header w/ the mouse (using shift for descending)
JMessageTable() - Constructor for class com.antelmann.net.mail.JMessageTable
 
JMessageTable(MessageTableModel) - Constructor for class com.antelmann.net.mail.JMessageTable
 
JMessenger - Class in com.antelmann.net
JMessenger provides a simple GUI messenger for a direct peer-to-peer connection that uses one side as the server.
JMessenger() - Constructor for class com.antelmann.net.JMessenger
uses com.antelmann.net.chat.port
JMessenger(int) - Constructor for class com.antelmann.net.JMessenger
 
JMessenger(Logger) - Constructor for class com.antelmann.net.JMessenger
 
JMessenger(int, Logger) - Constructor for class com.antelmann.net.JMessenger
 
JMP3Player - Class in com.antelmann.sound
JMP3Player is an enhanced JPlayer that uses an MP3PLayer to support MP3.
JMP3Player() - Constructor for class com.antelmann.sound.JMP3Player
 
JMuehle - Class in com.antelmann.game.muehle
enables MuehleGame to be played with JGameFrame
JMuehle() - Constructor for class com.antelmann.game.muehle.JMuehle
 
JMuehle(MuehleGame, Player, Player, int) - Constructor for class com.antelmann.game.muehle.JMuehle
 
JNetProperties - Class in com.antelmann.net
provides a form to edit Java network properties
JNetProperties() - Constructor for class com.antelmann.net.JNetProperties
calls this(new Properties())
JNetProperties(Properties) - Constructor for class com.antelmann.net.JNetProperties
 
JNewsletterManager - Class in com.antelmann.net.mail
JNewsletterManager is a GUI that allows to easily send the same email to a number of recipients individually and customized.
JNewsletterManager() - Constructor for class com.antelmann.net.mail.JNewsletterManager
convenience constructor w/o providing custom settings
JNewsletterManager(File) - Constructor for class com.antelmann.net.mail.JNewsletterManager
 
JNewsletterManager(Properties) - Constructor for class com.antelmann.net.mail.JNewsletterManager
initializes the JNewsletterManager with the given properties.
JOKER - Static variable in class com.antelmann.game.card.Card
 
JPasswordChangeForm - Class in com.antelmann.mgmt
provides a component that allows to easily display a dialog to change a password for a user.
JPasswordChangeForm(User) - Constructor for class com.antelmann.mgmt.JPasswordChangeForm
 
JPasswordChangeForm(User, Filter<String>) - Constructor for class com.antelmann.mgmt.JPasswordChangeForm
 
JPasswordHash - Class in com.antelmann.mgmt
little sample app to manually hash an MD5 from a String
JPasswordHash() - Constructor for class com.antelmann.mgmt.JPasswordHash
 
JPlayer - Class in com.antelmann.sound
a simple GUI for playing sound files
JPlayer() - Constructor for class com.antelmann.sound.JPlayer
 
JPlayerClient - Class in com.antelmann.game
a GUI application acting as a client Player in a game played over the network
JPlayerClient(GamePlay) - Constructor for class com.antelmann.game.JPlayerClient
this constructor uses a standard JDefaultGame object to wrap the given game and then calls JGameFrame(JGamePlay jplay)
JPlayerClient(JGamePlay) - Constructor for class com.antelmann.game.JPlayerClient
The GUI application is directly started and made visible by calling the constructor
JPrinterSelect - Class in com.antelmann.util.gui
a gui component to support printing
JPrinterSelect() - Constructor for class com.antelmann.util.gui.JPrinterSelect
 
JPrinterSelect(boolean) - Constructor for class com.antelmann.util.gui.JPrinterSelect
 
JPunchClock - Class in com.antelmann.timeregister
a gui-component that acts as a punch station.
JPunchClock(PunchStation) - Constructor for class com.antelmann.timeregister.JPunchClock
 
JPunchDataAnalyzer - Class in com.antelmann.timeregister
a gui-component that summarizes the data of a PunchDataAnalyzer
JPunchDataAnalyzer(PunchDataAnalyzer, User) - Constructor for class com.antelmann.timeregister.JPunchDataAnalyzer
uses the beginning of the current week as the workBeginDate by default
JPunchDataAnalyzer(PunchDataAnalyzer, User, Date) - Constructor for class com.antelmann.timeregister.JPunchDataAnalyzer
 
JPunchDataAnalyzerList - Class in com.antelmann.timeregister
a gui-component that provides access to data from a PunchDB
JPunchDataAnalyzerList(PunchDB) - Constructor for class com.antelmann.timeregister.JPunchDataAnalyzerList
uses the beginning of the current week as the workBeginDate by default
JPunchDataAnalyzerList(PunchDB, Date) - Constructor for class com.antelmann.timeregister.JPunchDataAnalyzerList
 
JQuestionHandler - Class in com.antelmann.game.quiz
implements a gui to iterate through the given questions and react on the answering events
JQuestionHandler(List<Question>, QuestionComponentFactory, QuizListener, String) - Constructor for class com.antelmann.game.quiz.JQuestionHandler
at least one question must be in the list
JQuizQuestion - Class in com.antelmann.game.quiz
displays a given Question object and allows to answer it.
JQuizQuestion(Question, AnswerHandler) - Constructor for class com.antelmann.game.quiz.JQuizQuestion
 
JReversi - Class in com.antelmann.game.reversi
enables ReversiGame to be played with JGameFrame
JReversi() - Constructor for class com.antelmann.game.reversi.JReversi
 
JReversi(ReversiGame, Player, Player, int) - Constructor for class com.antelmann.game.reversi.JReversi
 
JSearchList - Class in com.antelmann.util.gui
provides a list that can be case-insensitively filtered by its toString() representation through a text field.
JSearchList(Object...) - Constructor for class com.antelmann.util.gui.JSearchList
elements must not contain null
JSolitaire - Class in com.antelmann.game.puzzle
enables Solitaire to be played with JGameFrame
JSolitaire() - Constructor for class com.antelmann.game.puzzle.JSolitaire
 
JSolitaire(Solitaire, Player, int) - Constructor for class com.antelmann.game.puzzle.JSolitaire
 
JSpider - Class in com.antelmann.net
a Swing based GUI that uses functionality of the Spider class and uses a default SampleCrawlerSetting instance if no other CrawlerSetting is specified.
JSpider(URL) - Constructor for class com.antelmann.net.JSpider
 
JSpider(URLTree) - Constructor for class com.antelmann.net.JSpider
 
JTextComponentLog - Class in com.antelmann.util.logging
JTextComponentLog writes abbreviated log messages into a given JTextComponent synchronously.
JTextComponentLog() - Constructor for class com.antelmann.util.logging.JTextComponentLog
uses a standard JTextArea
JTextComponentLog(JTextComponent) - Constructor for class com.antelmann.util.logging.JTextComponentLog
 
JTilePuzzle - Class in com.antelmann.game.puzzle
implements the GUI wrapper for the TilePuzzle
JTilePuzzle() - Constructor for class com.antelmann.game.puzzle.JTilePuzzle
 
JTilePuzzle(TilePuzzle, Player, int) - Constructor for class com.antelmann.game.puzzle.JTilePuzzle
 
JTimeChooser - Class in com.antelmann.util.gui
A simple specialized JSpinner using java.util.Date for a value.
JTimeChooser(String) - Constructor for class com.antelmann.util.gui.JTimeChooser
 
JTimeChooser() - Constructor for class com.antelmann.util.gui.JTimeChooser
 
JTimeChooser(Date) - Constructor for class com.antelmann.util.gui.JTimeChooser
 
JTimeChooser(Date, String) - Constructor for class com.antelmann.util.gui.JTimeChooser
 
JTouchNumPad - Class in com.antelmann.util.gui
represents a 4x4 NumPad for touch screen apps
JTouchNumPad(Component) - Constructor for class com.antelmann.util.gui.JTouchNumPad
 
JTouchNumPad(Component, ActionListener) - Constructor for class com.antelmann.util.gui.JTouchNumPad
 
jukebox() - Static method in class com.antelmann.Main
starts a JukeBox with GUI
JukeBox - Class in com.antelmann.sound
A simple JukeBox for MP3Player objects.
JukeBox() - Constructor for class com.antelmann.sound.JukeBox
 
JukeBox.Listener - Interface in com.antelmann.sound
JukeBox.Listener listens to events triggered by a JukeBox object.
JURLCachePane - Class in com.antelmann.net
A JEditorPane that can take advantage of a URLCache.
JURLCachePane() - Constructor for class com.antelmann.net.JURLCachePane
 
JURLCachePane(Map<URL, URLCache>) - Constructor for class com.antelmann.net.JURLCachePane
the cache must map URL objects to URLCache objects
JUserBrowser - Class in com.antelmann.timeregister
a Component displays information about a user in a specifiable interval.
JUserBrowser(PunchAdminDB) - Constructor for class com.antelmann.timeregister.JUserBrowser
 
JUserEditor - Class in com.antelmann.timeregister
 
JUserEditor(PunchAdminDB) - Constructor for class com.antelmann.timeregister.JUserEditor
 
JUserLoginPanel - Class in com.antelmann.mgmt
a component to be used for user logins
JUserLoginPanel(UserLoginStore, LoginListener) - Constructor for class com.antelmann.mgmt.JUserLoginPanel
 
JUserLoginPanel(UserLoginStore, LoginListener, Image, String) - Constructor for class com.antelmann.mgmt.JUserLoginPanel
 
JWatchLabel - Class in com.antelmann.util.gui
JWatchLabel is a JComponent that displays either the current time or a given Stopwatch updated every second
JWatchLabel() - Constructor for class com.antelmann.util.gui.JWatchLabel
initiates a JWatchLabel that displays the current time
JWatchLabel(TimeSystem) - Constructor for class com.antelmann.util.gui.JWatchLabel
 
JWatchLabel(DateFormat) - Constructor for class com.antelmann.util.gui.JWatchLabel
 
JWatchLabel(DateFormat, TimeSystem) - Constructor for class com.antelmann.util.gui.JWatchLabel
 
JWatchLabel(Stopwatch) - Constructor for class com.antelmann.util.gui.JWatchLabel
initiates a JWatchLabel that displays the given Stopwatch
JWebBrowser - Class in com.antelmann.net
A very plain Web Browser with minimal functionality; but still cool.
JWebBrowser() - Constructor for class com.antelmann.net.JWebBrowser
initializes with a blank page
JWebBrowser(String) - Constructor for class com.antelmann.net.JWebBrowser
 
JWebBrowser(URL) - Constructor for class com.antelmann.net.JWebBrowser
 
JWebBrowser(URLCache) - Constructor for class com.antelmann.net.JWebBrowser
 
JWorkUnitEditor - Class in com.antelmann.timeregister
a Component that allows to manually edit punch data entries.
JWorkUnitEditor(PunchAdminDB, User, Logger) - Constructor for class com.antelmann.timeregister.JWorkUnitEditor
each parameter must not be null
JWorkUnitForm - Class in com.antelmann.timeregister
 
JWorkUnitForm(PunchAdminDB) - Constructor for class com.antelmann.timeregister.JWorkUnitForm
 
JWorkUnitForm(PunchAdminDB, WorkUnit, String...) - Constructor for class com.antelmann.timeregister.JWorkUnitForm
 
JWorkUnitValidatorEditor - Class in com.antelmann.timeregister
 
JWorkUnitValidatorEditor(PunchAdminDB, User, Logger) - Constructor for class com.antelmann.timeregister.JWorkUnitValidatorEditor
 
JWS - Class in com.antelmann.game.wolfsheep
implements the GUI wrapper around WolfsheepGame to use with JGameFrame
JWS() - Constructor for class com.antelmann.game.wolfsheep.JWS
 
JWS(WolfsheepGame, Player, Player, int) - Constructor for class com.antelmann.game.wolfsheep.JWS
 

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