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

M

mac - Static variable in interface com.antelmann.util.SecurityNames
 
MailScanner - Class in com.antelmann.net.mail
A class that must NOT be used for spamming, but there are several other useful purposes.
MailScanner(int, int) - Constructor for class com.antelmann.net.mail.MailScanner
 
main(String[]) - Static method in class com.antelmann.calendar.AtomicClock
console based demo app displaying the delta between the system time and the server
main(String[]) - Static method in class com.antelmann.cddb.JCDChecker
 
main(String[]) - Static method in class com.antelmann.game.GameServer
starts a GameServer after some GUI selections
main(String[]) - Static method in class com.antelmann.game.JGameFrame
starts a game after selecting the game type through a GUI
main(String[]) - Static method in class com.antelmann.game.JPlayerClient
starts a JPlayerClient after selecting a game type through a GUI
main(String[]) - Static method in class com.antelmann.game.puzzle.DiceEquation
 
main(String[]) - Static method in class com.antelmann.game.puzzle.EightQueens
solves the puzzle and fires up a JGameFrame that lets you examine the solution
main(String[]) - Static method in class com.antelmann.game.puzzle.JDiceEquation
 
main(String[]) - Static method in class com.antelmann.game.puzzle.WSPuzzle
solves the puzzle and then fires up a GUI to let you examine the solution
Main - Class in com.antelmann.game.quiz
 
Main() - Constructor for class com.antelmann.game.quiz.Main
 
main(String[]) - Static method in class com.antelmann.game.quiz.Main
 
main(String[]) - Static method in class com.antelmann.imagedb.ImageLoader
 
main(String[]) - Static method in class com.antelmann.io.Backup
 
main(String[]) - Static method in class com.antelmann.io.BackupFrame
 
main(String[]) - Static method in class com.antelmann.io.CompareFrame
 
Main - Class in com.antelmann
just a class to run some application directly from the jar file with 'java -jar antelmann.jar', as the manifest file defines this class as the main class when generating the antelmann.jar file; subject to frequent changes
main(String[]) - Static method in class com.antelmann.Main
sample main entry point for antelmann.jar
main(String[]) - Static method in class com.antelmann.mgmt.JPasswordHash
 
main(String[]) - Static method in class com.antelmann.net.ChatServer
starts a ChatServer after making some GUI selections
main(String[]) - Static method in class com.antelmann.net.JChat
starts a JChat instance and makes it visible
main(String[]) - Static method in class com.antelmann.net.JFTP
 
main(String[]) - Static method in class com.antelmann.net.JMessenger
starts a JMessenger instance and makes it visible
main(String[]) - Static method in class com.antelmann.net.JSpider
starts a JSpider with the local host as root and makes the JSpider visible
main(String[]) - Static method in class com.antelmann.net.JWebBrowser
starts the JWebBrowser and makes it visible; you can optionally specify a URL as parameter
main(String[]) - Static method in class com.antelmann.net.mail.JEmailClient
 
main(String[]) - Static method in class com.antelmann.net.mail.JEmailWatcher
 
main(String[]) - Static method in class com.antelmann.net.mail.JNewsletterManager
 
main(String[]) - Static method in class com.antelmann.sound.JJukeBox
 
main(String[]) - Static method in class com.antelmann.sound.JMP3Player
starts a JMP3Player and makes it visible
main(String[]) - Static method in class com.antelmann.sound.JPlayer
starts a JPlayer and makes it visible
main(String[]) - Static method in class com.antelmann.sound.JukeBox
starts a comand line based JukeBox with several options.
main(String[]) - Static method in class com.antelmann.timeregister.PunchAdminTool
 
main(String[]) - Static method in class com.antelmann.util.gui.AlarmClockFrame
just starts a JAlarmClock
main(String[]) - Static method in class com.antelmann.util.gui.FontViewer
 
main(String[]) - Static method in class com.antelmann.util.gui.JCipher
 
main(String[]) - Static method in class com.antelmann.util.gui.JFontControl
demo application
main(String[]) - Static method in class com.antelmann.util.gui.Plot2DFunction
sample app showing how this class can be used
main(String[]) - Static method in class com.antelmann.util.gui.PropertiesEditorFrame
 
main(String[]) - Static method in class com.antelmann.util.table.JCustomThemeEditor
 
main(String[]) - Static method in class com.antelmann.Version
prints out version information
mainclass - Variable in class com.antelmann.AntManifestTask
preconfigured with com.antelmann.Main
makeCompactSpringGrid(Container, int, int, int, int, int, int) - Static method in class com.antelmann.util.gui.Menus
Aligns the first rows * cols components of parent in a grid.
makeComponent(Backup) - Method in class com.antelmann.io.BackupFrame
 
makeFilter(User, Date, Date, String, String) - Static method in class com.antelmann.timeregister.WorkUnitAnalyzer
selects both dates inclusive
makeMove(GameMove) - Method in class com.antelmann.game.AbstractGame
 
makeMove(GameMove) - Method in interface com.antelmann.game.GamePlay
If the move is successfully carried out, the function returns true, false otherwise.
makePropertiesTable(Map) - Static method in class com.antelmann.util.table.TableUtils
calls makePropertiesTable(properties, "key", "value")
makePropertiesTable(Map, String, String) - Static method in class com.antelmann.util.table.TableUtils
returns a table that orders the entries by the keys of the properties, using toString() on all objects in the map
makePropertyValues(Map<Object, Object>) - Static method in class com.antelmann.ooffice.OOUtils
 
makeRandomMove() - Method in class com.antelmann.game.GameDriver
 
makeSet(T[]) - Static method in class com.antelmann.util.Sets
 
makeSet(T[], boolean) - Static method in class com.antelmann.util.Sets
 
makeSortable(JTable, Comparator<?>...) - Static method in class com.antelmann.util.table.TableUtils
 
makeSortable(JTable, List<Comparator<?>>) - Static method in class com.antelmann.util.table.TableUtils
wrapps the TableModel with a SortableTableModel and registers a MouseListener on the table header to support sorting.
makeSpringGrid(Container, int, int, int, int, int, int) - Static method in class com.antelmann.util.gui.Menus
Aligns the first rows * cols components of parent in a grid.
makeTableModel(ResourceBundle, ResourceBundle...) - Static method in class com.antelmann.util.FormattedResourceBundle
creates a table for allowing a visualized comparison between resource bundles
makeTableModel(Map<?, ?>) - Static method in class com.antelmann.util.table.TableUtils
 
makeTableModel(Map<?, ?>, String, String) - Static method in class com.antelmann.util.table.TableUtils
 
makeURLString(File) - Static method in class com.antelmann.ooffice.OOUtils
 
makeURLString(File) - Static method in class com.antelmann.util.Misc
generates a URL-like String of the form "file:///..
manhattanDistance(TilePuzzle) - Static method in class com.antelmann.game.puzzle.TilePuzzlePlayer
 
manifestFile - Variable in class com.antelmann.AntManifestTask
 
map - Variable in class com.antelmann.net.mail.TableCustomizer
 
mapAsString(Map) - Static method in class com.antelmann.util.Strings
 
mapAsString(Map, String, String) - Static method in class com.antelmann.util.Strings
 
mapper - Variable in class com.antelmann.sql.JDBCRowProxy
 
mapToRow(T) - Method in class com.antelmann.sql.BaseRowMapper
uses the abstract generateRowProperties(T) method to generate the RowItem
mapToRow(T) - Method in interface com.antelmann.sql.ObjectRowMapper
generates a RowItem containing all relevant properties, so that it can be used to store the object into the database
markSupported() - Method in class com.antelmann.io.InterceptInputStream
returns false
MARS - Static variable in class com.antelmann.util.gui.CustomTheme
 
matchesCriteria(URL, URL, int, List<URL>, List<URL>) - Method in interface com.antelmann.net.CrawlerSetting
This method decides whether either the URL itself or its content qualifies for what this CrawlerSetting searches for; as this function is also called on every URL encountered, it is also the place for any custom parsing this CrawlerSetting wants to do.
matchesCriteria(URL, URL, int, List<URL>, List<URL>) - Method in class com.antelmann.net.mail.MailScanner
 
matchesCriteria(URL, URL, int, List<URL>, List<URL>) - Method in class com.antelmann.net.MediaCrawler
 
matchesCriteria(URL, URL, int, List, List) - Method in class com.antelmann.net.SampleCrawlerSetting
 
matchInArrays(int[], int[]) - Static method in class com.antelmann.game.GameUtilities
 
max(double...) - Static method in class com.antelmann.util.MyMath
returns the greatest element out of the given array
max(long...) - Static method in class com.antelmann.util.MyMath
returns the greatest element out of the given array
MAX_MOVES - Variable in class com.antelmann.game.fourwins.FourWinsGame
 
MAX_SEARCH_RESULTS - Static variable in class com.antelmann.net.Google
 
MAX_TOTAL_RESULTS - Static variable in class com.antelmann.net.Google
 
maxIndex(double...) - Static method in class com.antelmann.util.MyMath
returns the index of the greatest element from the given array
mean(double...) - Static method in class com.antelmann.util.MyMath
returns the mean of the population
MediaCrawler - Class in com.antelmann.net
MediaCrawler is a single thread that searches the web for files that are of a given type.
MediaCrawler(URL, int, String, boolean, String[]) - Constructor for class com.antelmann.net.MediaCrawler
 
MediaCrawler(URL, int, String, boolean, MediaCrawler.Handler, String[]) - Constructor for class com.antelmann.net.MediaCrawler
 
MediaCrawler.Handler - Interface in com.antelmann.net
used to handle the media files found during the search of the MediaCrawler
median(double...) - Static method in class com.antelmann.util.MyMath
returns the median of the given population
mediaName - Static variable in class com.antelmann.util.PrintUtilities
currently uses ISO_A4_WHITE by default
memoryGauge() - Static method in class com.antelmann.Main
 
MemoryLogger - Class in com.antelmann.util.logging
allows to monitor memory usage through a Logger.
MemoryLogger(Logger, long) - Constructor for class com.antelmann.util.logging.MemoryLogger
 
Menus - Class in com.antelmann.util.gui
Menus provides some convenient menus and dialogs that are potentially useful for any Java Swing Application.
Menus() - Constructor for class com.antelmann.util.gui.Menus
 
merge(ResourceBundle...) - Static method in class com.antelmann.util.FormattedResourceBundle
 
MESSAGE4U - Static variable in class com.antelmann.sound.SampleSounds
represents the sound "there is a message for you" included in the antelmann.jar file
message4u() - Static method in class com.antelmann.sound.SampleSounds
 
MessageDelegator - Class in com.antelmann.net
MessageDelegator listens for incoming messages on the given connection and delegates the message to the handler - once its run() method is called.
MessageDelegator(NetConnection, NetConnectionHandler) - Constructor for class com.antelmann.net.MessageDelegator
 
MessageDelegator(NetConnection, NetConnectionHandler, Logger) - Constructor for class com.antelmann.net.MessageDelegator
if logger is not null, it will be used to log established and closed connections
messageDigestAlgorithm - Static variable in interface com.antelmann.util.SecurityNames
 
messenger() - Static method in class com.antelmann.Main
starts JMessenger
MethodComparator<T> - Class in com.antelmann.util
compares objects by the return value of a specified method name.
MethodComparator(String) - Constructor for class com.antelmann.util.MethodComparator
calls MethodComparator(methodName, true)
MethodComparator(String, boolean) - Constructor for class com.antelmann.util.MethodComparator
the methodName (usually a 'getter'-method) must have no arguments for the objects to be compared.
methodInvoked(Object, Method, Object[], long, Object, Throwable) - Method in class com.antelmann.util.InterfaceMonitor.Adapter
does nothing
methodInvoked(Object, Method, Object[], long, Object, Throwable) - Method in interface com.antelmann.util.InterfaceMonitor
called after the given method on the given ojbect with the given arguments has been executed.
methodOrPropertyNames - Variable in class com.antelmann.mgmt.EntityTableModel
 
methods - Variable in class com.antelmann.mgmt.EntityTableModel
 
methods - Variable in class com.antelmann.util.table.MethodTableModel
 
MethodTableModel<T> - Class in com.antelmann.util.table
a table model that displays a list of objects based on the return value of given method names using reflection.
MethodTableModel(List<T>, String...) - Constructor for class com.antelmann.util.table.MethodTableModel
 
MgmtUtils - Class in com.antelmann.mgmt
 
MgmtUtils() - Constructor for class com.antelmann.mgmt.MgmtUtils
 
min(double...) - Static method in class com.antelmann.util.MyMath
returns the smallest element out of the given array
MineSweeper - Class in com.antelmann.game.mine
An implementation of the game Mine Sweeper
MineSweeper() - Constructor for class com.antelmann.game.mine.MineSweeper
calls this(30, 16, 99, System.currentTimeMillis())
MineSweeper(int, int, int, long) - Constructor for class com.antelmann.game.mine.MineSweeper
 
MineSweeper(int, int, int, Random) - Constructor for class com.antelmann.game.mine.MineSweeper
 
MINIMUM_CARDS - Static variable in class com.antelmann.game.card.BlackJack
 
minIndex(double...) - Static method in class com.antelmann.util.MyMath
returns the index of the smallest element from the given array
minMaxSearch(GamePlay, GameMove, Player, int[], int, Monitor) - Static method in class com.antelmann.game.GameUtilities
implements MinMax Search algorithm and returns the evaluation given by the player's heuristic functions at the leaves; tracking is enabled tracking through a Monitor object.
minMaxSearch(GamePlay, GameMove, Player, int[], int, long) - Static method in class com.antelmann.game.GameUtilities
implements MinMax Search algorithm and returns the evaluation given by the player's heuristic functions at the leaves; will only run as deep as given by the level and only as long as given time is less than System.currentTimeMillis().
minMaxSearch(GamePlay, GameMove, Player, int[], int) - Static method in class com.antelmann.game.GameUtilities
implements MinMax Search algorithm and returns the evaluation given by the player's heuristic functions at the leaves; limited only by a deepening level
MISC - Static variable in class com.antelmann.cddb.Genre
 
Misc - Class in com.antelmann.util
just some miscellaneous stuff for convenience that doesn't fit anywhere else
MissingLicenseException - Exception in com.antelmann
thrown to indicate that no license is available for the given licensee
MissingLicenseException(Object) - Constructor for exception com.antelmann.MissingLicenseException
 
monitor - Static variable in class com.antelmann.util.Debug
monitor is initialized with new Monitor()
Monitor - Class in com.antelmann.util
Monitor is a convenient class that is useful to communicate between threads by exchanging information through this Monitor.
Monitor() - Constructor for class com.antelmann.util.Monitor
 
Monitor(int) - Constructor for class com.antelmann.util.Monitor
 
Monitor(boolean, int, Runnable) - Constructor for class com.antelmann.util.Monitor
initializes the arrays in this instance with n elements to store/exchange data; task's run() method can be called with runTask()
MonitorDelegator - Class in com.antelmann.util
The relevant calls to the monitor are delegated to a ProgressMonitor or JProgressBar.
MonitorDelegator() - Constructor for class com.antelmann.util.MonitorDelegator
 
MonitorDelegator(ProgressMonitor) - Constructor for class com.antelmann.util.MonitorDelegator
 
MonitorDelegator(JProgressBar) - Constructor for class com.antelmann.util.MonitorDelegator
 
monitors - Variable in class com.antelmann.game.TemplatePlayer
 
monthBegin(Date) - Static method in class com.antelmann.calendar.CalendarUtils
 
MORE_THAN_FINE_LEVEL_FILTER - Static variable in class com.antelmann.util.logging.LevelFilter
accepts LogEntry objects that compare to more than the FINE level.
MouseBoundsListener - Class in com.antelmann.util.gui
a listener class for moving/resizing a component via mouse movements.
MouseBoundsListener(Component) - Constructor for class com.antelmann.util.gui.MouseBoundsListener
 
MouseBoundsListener(Component, Container) - Constructor for class com.antelmann.util.gui.MouseBoundsListener
 
MouseBoundsListener(Component, MouseBoundsListener.Snapper) - Constructor for class com.antelmann.util.gui.MouseBoundsListener
 
MouseBoundsListener(Component, MouseBoundsListener.Snapper, boolean) - Constructor for class com.antelmann.util.gui.MouseBoundsListener
 
MouseBoundsListener(Component, Container, MouseBoundsListener.Snapper, boolean) - Constructor for class com.antelmann.util.gui.MouseBoundsListener
 
MouseBoundsListener.Snapper - Interface in com.antelmann.util.gui
 
mouseDragged(MouseEvent) - Method in class com.antelmann.util.gui.MouseBoundsListener
 
mouseMoved(MouseEvent) - Method in class com.antelmann.util.gui.MouseBoundsListener
 
mousePressed(MouseEvent) - Method in class com.antelmann.util.gui.MouseBoundsListener
 
mouseReleased(MouseEvent) - Method in class com.antelmann.util.gui.MouseBoundsListener
checks whether there are any limits on the drag target and then snaps to the given bounds
MovableListModel - Class in com.antelmann.util.table
a helper class providing support for movable lists
MovableListModel() - Constructor for class com.antelmann.util.table.MovableListModel
 
MovableListModel(ListModel) - Constructor for class com.antelmann.util.table.MovableListModel
copies all elements from the given model into this model
MovableTableModel - Class in com.antelmann.util.table
a wrapper around a TableModel allowing to rearrange its rows.
MovableTableModel(TableModel) - Constructor for class com.antelmann.util.table.MovableTableModel
constructs a SortableTableModel with an embedded model
moveDown(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
moveDown() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
moveDown(int) - Method in class com.antelmann.util.table.MovableListModel
 
moveDown(int) - Method in class com.antelmann.util.table.MovableTableModel
moves the given row down by one.
moveOption - Variable in class com.antelmann.game.GameBoardMove
 
movePerformed(GamePlay) - Method in interface com.antelmann.game.GameObserver
called after a move is played; the game is to remain untouched.
moveSheetToIndex(String, short) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
MoveTemplate - Class in com.antelmann.game
MoveTemplate just provides a skeleton implementation for the GameMove interface, so you can focus soley on the game specific properties of the GameMove.
MoveTemplate(int) - Constructor for class com.antelmann.game.MoveTemplate
 
moveUp(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
moveUp() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
moveUp(int) - Method in class com.antelmann.util.table.MovableListModel
 
moveUp(int) - Method in class com.antelmann.util.table.MovableTableModel
moves the given row up by one.
MP3 - Interface in com.antelmann.sound
A tagging interface to be implemented by all classes that have a dependency on javaZOOM JavaLayer or de.vdheide.mp3.
MP3FileProperties - Class in com.antelmann.sound
MP3Properties allows access to MP3-specific properties of an MP3 file.
MP3FileProperties(File) - Constructor for class com.antelmann.sound.MP3FileProperties
 
mp3music() - Static method in class com.antelmann.Main
starts a JMP3Player - requires JavaLayer from JavaZoom
MP3Player - Class in com.antelmann.sound
MP3Player extends SoundPlayer's capabilities to play MP3 media.
MP3Player() - Constructor for class com.antelmann.sound.MP3Player
 
MP3Player(File) - Constructor for class com.antelmann.sound.MP3Player
 
MP3Player(URL) - Constructor for class com.antelmann.sound.MP3Player
 
MP3Player(InputStream) - Constructor for class com.antelmann.sound.MP3Player
 
MuehleGame - Class in com.antelmann.game.muehle
a representation of the game of Muehle
MuehleGame() - Constructor for class com.antelmann.game.muehle.MuehleGame
 
MuehleGame(String) - Constructor for class com.antelmann.game.muehle.MuehleGame
 
MuehlePlayer - Class in com.antelmann.game.muehle
adds AI to the MuehleGame and provides a suitable heuristic to evaluate the game
MuehlePlayer() - Constructor for class com.antelmann.game.muehle.MuehlePlayer
 
MuehlePlayer(String) - Constructor for class com.antelmann.game.muehle.MuehlePlayer
 
MuehlePlayer(String, int, boolean) - Constructor for class com.antelmann.game.muehle.MuehlePlayer
 
MuehlePlayer(String, int, boolean, long) - Constructor for class com.antelmann.game.muehle.MuehlePlayer
 
MuehlePosition - Class in com.antelmann.game.muehle
The class MuehlePosition represents a Muehle game position.
MuehlePosition(int) - Constructor for class com.antelmann.game.muehle.MuehlePosition
 
music() - Static method in class com.antelmann.Main
starts a JPlayer
MUSIC_RESUMED - Static variable in interface com.antelmann.sound.JukeBox.Listener
indicates that the music play of the JukeBox is resumed
MUSIC_STOPPED - Static variable in interface com.antelmann.sound.JukeBox.Listener
indicates that the stop() method on the JukeBox was called
MUSICIAN - Static variable in class com.antelmann.cddb.Role
 
musicStopped(SoundPlayer) - Method in class com.antelmann.sound.JPlayer
 
musicStopped(SoundPlayer) - Method in class com.antelmann.sound.JukeBox
called internally; notifies listeners that music stopped and then plays the next song
musicStopped(SoundPlayer) - Method in interface com.antelmann.sound.SoundPlayer.Listener
called when the music played by the given SoundPlayer reached its end.
MyFile - Class in com.antelmann.io
A specialized File class that provides some additional functionality.
MyFile(File) - Constructor for class com.antelmann.io.MyFile
 
MyFile(String) - Constructor for class com.antelmann.io.MyFile
 
MyFile(String, String) - Constructor for class com.antelmann.io.MyFile
 
MyFile(File, String) - Constructor for class com.antelmann.io.MyFile
 
MyFile(URI) - Constructor for class com.antelmann.io.MyFile
 
MyMath - Class in com.antelmann.util
some math related static functions including some useful statistics functions

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