Holger's
Java API

Uses of Interface
com.antelmann.util.ThirdParty

Packages that use ThirdParty
com.antelmann These are general classes that apply for the framework as a whole. 
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.imagedb This package contains classes implementing a database for images. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.ooffice The classes in this package are to be used in conjunction with OpenOffice. 
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
com.antelmann.sql This package contains classes to ease JDBC development. 
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
com.antelmann.util This package contains general utility classes that are used throughout the other packages. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of ThirdParty in com.antelmann
 

Classes in com.antelmann that implement ThirdParty
 class AntBuildLicenseFile
          creates a signed license file for an ant Task.
 class AntBuildTask
          AntBuildTask does some custom stuff for the release build with Ant.
 class AntManifestTask
          creates a manifest file for an ant Task.
 

Uses of ThirdParty in com.antelmann.calendar
 

Classes in com.antelmann.calendar that implement ThirdParty
 class JHolidayList
          a very simple editable list of holidays that supports insert and delete.
 

Uses of ThirdParty in com.antelmann.imagedb
 

Classes in com.antelmann.imagedb that implement ThirdParty
 class ImageUtils
          implements ThirdParty for the use of net.sourceforge.barbecue
 class TwainAdapter
          uses some free software from http://www.javajeff.mb.ca/; requires jtwain.dll in the path
 class TwainConnector
          uses TwainConnect (www.twainconnect.com) to conveniently obtain an image from a TWAIN source
 

Uses of ThirdParty in com.antelmann.net
 

Classes in com.antelmann.net that implement ThirdParty
 class FTPConnector
          FTPConnector implements some useful methods for an FTP client.
 class Google
          Google is a simple wrapper around the Google.com search API capabilities to make it more easily usable.
 class JFTP
          JFTP is a simple GUI wrapper for an FTPConnector.
 

Uses of ThirdParty in com.antelmann.ooffice
 

Classes in com.antelmann.ooffice that implement ThirdParty
 class OOUtils
          general utilities for OpenOffice This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
 class SpreadsheetFrame
          simplifies handling of OpenOffice spreadsheets This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
 class TextFrame
          simplifies the handling of OpenOffice Writer documents This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
 class TextTableFrame
          provides easy to use table-related functionality for TextFrames This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
 

Uses of ThirdParty in com.antelmann.sound
 

Subinterfaces of ThirdParty in com.antelmann.sound
 interface MP3
          A tagging interface to be implemented by all classes that have a dependency on javaZOOM JavaLayer or de.vdheide.mp3.
 

Classes in com.antelmann.sound that implement ThirdParty
 class JMP3Player
          JMP3Player is an enhanced JPlayer that uses an MP3PLayer to support MP3.
 class JukeBox
          A simple JukeBox for MP3Player objects.
 class MP3FileProperties
          MP3Properties allows access to MP3-specific properties of an MP3 file.
 class MP3Player
          MP3Player extends SoundPlayer's capabilities to play MP3 media.
 

Uses of ThirdParty in com.antelmann.sql
 

Classes in com.antelmann.sql that implement ThirdParty
 class Connector
          The Connector class provides some simplified access to several database systems through static methods.
 

Uses of ThirdParty in com.antelmann.timeregister
 

Classes in com.antelmann.timeregister that implement ThirdParty
 class JActivityBrowser
          a Component displays information about activities and their user distribution within a specifiable interval.
 class JUserBrowser
          a Component displays information about a user in a specifiable interval.
 class JWorkUnitEditor
          a Component that allows to manually edit punch data entries.
 class PunchServerTray
          a system tray icon menu that provides a server to JPunchClients using a NetConnectionServer.
 

Uses of ThirdParty in com.antelmann.util
 

Classes in com.antelmann.util that implement ThirdParty
 class PDFUtils
           
 

Uses of ThirdParty in com.antelmann.util.gui
 

Classes in com.antelmann.util.gui that implement ThirdParty
 class JDateIntervalChooser
          This class allows to easily select a range of dates.
 



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