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

N

name - Variable in class com.antelmann.math.DefaultUnit
 
NAME - Static variable in class com.antelmann.opengeodb.GeoTypeName
TEXT value
name - Variable in class com.antelmann.util.gui.CustomTheme
 
NativeCode - Annotation Type in com.antelmann
identifies classes, methods and constructors that use native function calls (yikes).
nativeSQL(String) - Method in class com.antelmann.sql.ConnectionWrapper
 
needsSelect(String) - Method in class com.antelmann.sql.ConnectionHelper
 
negate() - Method in class com.antelmann.math.Money
 
negate(Filter<? super T>) - Static method in class com.antelmann.util.ComboFilter
see Misc.reverseFilter(Filter)
NetConnection - Interface in com.antelmann.net
A NetConnection provides a convenient way to communicate with a remote process.
NetConnectionAdapter - Class in com.antelmann.net
 
NetConnectionAdapter() - Constructor for class com.antelmann.net.NetConnectionAdapter
 
NetConnectionHandler - Interface in com.antelmann.net
A NetConnectionHandler is used to handle incoming messages from a NetConnection.
NetConnectionServer - Class in com.antelmann.net
A NetConnectionServer - once run() is called - listens to incoming requests from NetConnection objects with a signature provided by the ConnectionDispatcher.
NetConnectionServer(int, NetConnectionHandler, Handshake) - Constructor for class com.antelmann.net.NetConnectionServer
 
NetConnectionServer(int, NetConnectionHandler, Handshake, Logger) - Constructor for class com.antelmann.net.NetConnectionServer
 
NetConnectionServer(int, NetConnectionHandler, Handshake, Logger, Logger) - Constructor for class com.antelmann.net.NetConnectionServer
each connection made will run in a separate thread that delegates every message received to the given handler
NetConnectionServer(int, ConnectionDispatcher) - Constructor for class com.antelmann.net.NetConnectionServer
the factory is responsible for providing the runnable objects that handle each connection in a separate thread
NetConnectionServer(int, ConnectionDispatcher, Logger) - Constructor for class com.antelmann.net.NetConnectionServer
 
NetConnectionServer.DefaultDispatcher - Class in com.antelmann.net
The DefaultDispatcher provides a default ConnectionDispatcher that is used when the NetConnectionServer constructor in the enclosing class is called with a NetConnectionHandler
NetConnectionServer.DefaultDispatcher(NetConnectionHandler, Handshake) - Constructor for class com.antelmann.net.NetConnectionServer.DefaultDispatcher
 
NetConnectionServer.DefaultDispatcher(NetConnectionHandler, Handshake, Logger) - Constructor for class com.antelmann.net.NetConnectionServer.DefaultDispatcher
 
NEWAGE - Static variable in class com.antelmann.cddb.Genre
 
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.antelmann.sql.JDBCResourceControl
returns either a JDBCResourceBundle or a TableResourceBundle, depending on whether caching is used (see constructor).
newKeyString - Variable in class com.antelmann.util.gui.JPropertyEditor
 
newValue - Variable in class com.antelmann.sql.SQLColumnInfo.UpdateFilter
 
next(Date) - Method in enum com.antelmann.calendar.WeekDay
if, for example, this is Monday, this method returns the next Monday seen from the given date.
next(Date, Calendar) - Method in enum com.antelmann.calendar.WeekDay
 
next() - Method in class com.antelmann.util.AbstractIterator
 
next() - Method in class com.antelmann.util.IteratorQueue
 
NEXT_REQUESTED - Static variable in interface com.antelmann.sound.JukeBox.Listener
indicates a user request to play the next song
nextArgument() - Method in class com.antelmann.cddb.ArgumentParser
 
nextDay(Date) - Method in class com.antelmann.calendar.CalendarHelper
returns a date that is exactly a day later
nextElement() - Method in class com.antelmann.math.Permutation
returns always the same array, so DO NOT alter the content of this array
nextElement() - Method in class com.antelmann.util.AbstractIterator
 
nextElement() - Method in class com.antelmann.util.IteratorQueue
 
nextMonth(Date) - Method in class com.antelmann.calendar.CalendarHelper
returns a date that is exactly a month later
nextPath(TreeModel, TreePath) - Static method in class com.antelmann.util.gui.TreeUtils
returns the 'next path' of the given path; if null is given, the path to the root is returned.
nextQuarter(Date) - Method in class com.antelmann.calendar.CalendarHelper
returns a date that is exactly 3 months later
nextWeek(Date) - Method in class com.antelmann.calendar.CalendarHelper
returns a date that is exactly a week later
nextYear(Date) - Method in class com.antelmann.calendar.CalendarHelper
returns a date that is exactly a year later
NMILE - Static variable in class com.antelmann.math.LengthUnit
 
NO_BORDER - Static variable in class com.antelmann.ooffice.CellBorder
a cell border that resets the borders of all sides to not be displayed
NO_COLUMN - Static variable in class com.antelmann.util.table.SortableTableModel
 
NO_FINE_LEVEL_FILTER - Static variable in class com.antelmann.util.logging.LevelFilter
accepts LogEntry objects that exclude the levels FINE, FINER, FINEST.
NO_MONEY - Static variable in class com.antelmann.math.Money
a convenient instance that equals new Money(BigDecimal.ZERO).
nodeIterator(TreeModel) - Static method in class com.antelmann.util.gui.TreeUtils
 
NON_BREAKING_HYPHEN - Static variable in class com.antelmann.ooffice.OOWriter
 
NON_BREAKING_SPACE - Static variable in class com.antelmann.ooffice.OOWriter
 
NORMAL - Static variable in class com.antelmann.util.logging.Level
 
NOT_NULL - Static variable in interface com.antelmann.sql.SQLConstraint
 
notAllowedHandler - Variable in class com.antelmann.servlet.UserAuthenticationFilter
 
NotApplicableDataWarning - Exception in com.antelmann.db
used to indicate a 'minor' problem with the data that is to be displayed as a warning rather than an exception
NotApplicableDataWarning(String, Throwable) - Constructor for exception com.antelmann.db.NotApplicableDataWarning
 
NotApplicableDataWarning(String) - Constructor for exception com.antelmann.db.NotApplicableDataWarning
 
NotApplicableDataWarning(Throwable) - Constructor for exception com.antelmann.db.NotApplicableDataWarning
 
NotCondition - Class in com.antelmann.sql
negates the given value for generating a where clause; the value may be an Object array or a LikeCondition or any value.
NotCondition(Object) - Constructor for class com.antelmann.sql.NotCondition
 
notesColumn - Variable in class com.antelmann.sql.BaseDocumentMapper
 
NotificationListener - Interface in com.antelmann.util
listens for notifications based on certain monitored objects.
NotificationListener.Adapter - Class in com.antelmann.util
 
NotificationListener.Adapter() - Constructor for class com.antelmann.util.NotificationListener.Adapter
 
NotificationService - Class in com.antelmann.util
a singleton that maintains Notifier objects
NotificationService.Listener - Interface in com.antelmann.util
 
notificationStopped(Object) - Method in class com.antelmann.util.NotificationListener.Adapter
 
notificationStopped(Object) - Method in interface com.antelmann.util.NotificationListener
called to indicate that no more events will be delivered for the given object from the Notifier that delivered this.
notified(Object, EventObject) - Method in class com.antelmann.util.NotificationListener.Adapter
 
notified(Object, EventObject) - Method in interface com.antelmann.util.NotificationListener
called when the Notifier received an event for the given monitored object
Notifier - Class in com.antelmann.util
Notifier objects are created exclusively by the NotificationService and deliver events as long as they are not stopped by the NotificationService.
notifyAlert() - Method in class com.antelmann.image.MJPEGHandler
 
notifyImageHandler(BufferedImage) - Method in class com.antelmann.image.MJPEGHandler
 
notifyListeners() - Method in class com.antelmann.sound.SoundPlayer
 
NTPClient - Class in com.antelmann.calendar
implements a simple client for the Network Time Protocol (NTP).
NTPClient() - Constructor for class com.antelmann.calendar.NTPClient
 
NTPClient(String) - Constructor for class com.antelmann.calendar.NTPClient
 
NTPClient(String, int) - Constructor for class com.antelmann.calendar.NTPClient
 
NTPServer - Class in com.antelmann.calendar
Deprecated. 
NTPServer() - Constructor for class com.antelmann.calendar.NTPServer
Deprecated.  
NTPServer(TimeSystem) - Constructor for class com.antelmann.calendar.NTPServer
Deprecated.  
NTPServer(int) - Constructor for class com.antelmann.calendar.NTPServer
Deprecated.  
NTPServer(int, TimeSystem) - Constructor for class com.antelmann.calendar.NTPServer
Deprecated.  
NTPTime - Class in com.antelmann.calendar
works based on a NTPClient instance adding reliability by using multiple servers if one fails.
NTPTime() - Constructor for class com.antelmann.calendar.NTPTime
immediately activates the instance and schedules updates in the interval given.
NTPTime(boolean) - Constructor for class com.antelmann.calendar.NTPTime
Interval is 12h.
NTPTime(boolean, long) - Constructor for class com.antelmann.calendar.NTPTime
immediately activates the instance and schedules updates in the interval given.
NTPTime(boolean, long, Logger) - Constructor for class com.antelmann.calendar.NTPTime
 
NTPTime(boolean, long, NTPClient) - Constructor for class com.antelmann.calendar.NTPTime
 
NTPTime(boolean, long, NTPClient, Logger) - Constructor for class com.antelmann.calendar.NTPTime
 
nullForEmpty(String) - Static method in class com.antelmann.util.gui.FormHelper
 
nullPoint - Variable in class com.antelmann.util.gui.Plot2DFunction
defines the pixel coordinates of the point where ((x = 0) && (y = 0)); default is (300, 200)
NUMBER_COMPARATOR - Static variable in class com.antelmann.math.MyMath
 
NUMBER_FORMAT_KEY - Static variable in enum com.antelmann.ooffice.Cell.Format
 
NUMBER_OF_CD_DRIVES - Static variable in class com.antelmann.cddb.JCDChecker
by default, this class utilizes 2 cd-rom drives
numberFormat - Variable in class com.antelmann.sql.SQLNumberGenerator
 
numberOfResults(String) - Method in class com.antelmann.net.GoogleWrapper
 
NumberStringFilter<T extends Number & Comparable<? super T>> - Class in com.antelmann.math
compiles a filter from an input string that supports numbers and ranges in the form: '<1, 3, 5, 7-9, 11, 20-30, >=50'.
NumberStringFilter(String) - Constructor for class com.antelmann.math.NumberStringFilter
 
NumberStringFilter.DecimalFilter - Class in com.antelmann.math
 
NumberStringFilter.DecimalFilter(String) - Constructor for class com.antelmann.math.NumberStringFilter.DecimalFilter
 
NumberStringFilter.DoubleFilter - Class in com.antelmann.math
 
NumberStringFilter.DoubleFilter(String) - Constructor for class com.antelmann.math.NumberStringFilter.DoubleFilter
 
NumberStringFilter.IntFilter - Class in com.antelmann.math
 
NumberStringFilter.IntFilter(String) - Constructor for class com.antelmann.math.NumberStringFilter.IntFilter
 
NumberStringFilter.LongFilter - Class in com.antelmann.math
 
NumberStringFilter.LongFilter(String) - Constructor for class com.antelmann.math.NumberStringFilter.LongFilter
 

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) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads