Overview
Package
Class
Use
Tree
Deprecated
Index
Help
ProgramixGenericLib
v5.0.1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
M
main(String[])
- Static method in class com.programix.gui.
GuiConsole
Use this method to launch another class's main method, after first redirecting stderr, stdout to the GuiConsole.
main(String[])
- Static method in class com.programix.http.
SimpleHttpServer
Used to run a simple HTTP server.
main(String[])
- Static method in class com.programix.io.
FileFollower
makeClone(T)
- Static method in class com.programix.io.
SerializationTools
Make a deep "clone" by serializing and then deserializing a new instance.
MapTools
- Class in
com.programix.collections
Commonly needed utilities for working with the Collections API Map.
MapTools.MapException
- Exception in
com.programix.collections
Used to indicate that something went wrong in one of the MapTools functions.
MapTools.MapException(String, Throwable)
- Constructor for exception com.programix.collections.
MapTools.MapException
MapTools.MapException(String)
- Constructor for exception com.programix.collections.
MapTools.MapException
MATCH_COLUMN_KEY
- Static variable in class com.programix.sql.
UniqueIDGenerator
max(BigDecimal, BigDecimal)
- Static method in class com.programix.math.
DecimalTools
Returns the numerically
larger
of
a
and
b
(with no regard to scale).
max(BigDecimal, BigDecimal, BigDecimal)
- Static method in class com.programix.math.
DecimalTools
Returns the numerically
largest
of
a
,
b
and
c
(with no regard to scale).
max(int, int, int)
- Static method in class com.programix.math.
NumberTools
Returns the largest of the three numbers passed in.
MAX_CONNECTION_COUNT_KEY
- Static variable in class com.programix.sql.
ConnectionPool
Optional configuration key specifying the maximum number of connections that can exist in the pool—both idle and those currently being used.
MAX_IDLE_COUNT_KEY
- Static variable in class com.programix.sql.
BottomlessConnectionPool
maximumLayoutSize(Container)
- Method in class com.programix.gui.layout.
AnchorTableLayout
maximumLayoutSize(Container)
- Method in class com.programix.gui.layout.
ShelfLayout
MD5_ALGORITHM_NAME
- Static variable in class com.programix.util.
SecurityTools
MDY_DASH
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm-dd-yyyy
.
MDY_DOT
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm.dd.yyyy
.
MDY_HM_DASH
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm-dd-yyyy hh:mm
.
MDY_HM_DOT
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm.dd.yyyy hh:mm
.
MDY_HM_SLASH
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm/dd/yyyy hh:mm
.
MDY_HMS_DASH
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm-dd-yyyy hh:mm:ss
.
MDY_HMS_DOT
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm.dd.yyyy hh:mm:ss
.
MDY_HMS_SLASH
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm/dd/yyyy hh:mm:ss
.
MDY_HMSF_DASH
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm-dd-yyyy hh:mm:ss.fff
.
MDY_HMSF_DOT
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm.dd.yyyy hh:mm:ss.fff
.
MDY_HMSF_SLASH
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm/dd/yyyy hh:mm:ss.fff
.
MDY_NONE
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mmddyyyy
.
MDY_SLASH
- Static variable in class com.programix.time.
DateTimeFormat
Format:
mm/dd/yyyy
.
METHOD_COMPARATOR
- Static variable in class com.programix.da2.bridge.
DABridgeMethodMapper
MILLISECOND
- Static variable in class com.programix.time.
DateTimeField
The millisecond of the second.
min(BigDecimal, BigDecimal)
- Static method in class com.programix.math.
DecimalTools
Returns the numerically
smaller
of
a
and
b
(with no regard to scale).
min(BigDecimal, BigDecimal, BigDecimal)
- Static method in class com.programix.math.
DecimalTools
Returns the numerically
smallest
of
a
,
b
and
c
(with no regard to scale).
min(int, int, int)
- Static method in class com.programix.math.
NumberTools
Returns the smallest of the three numbers passed in.
MIN_TO_MAX_INT
- Static variable in class com.programix.math.
IntegerRange
This
IntegerRange
runs from
Integer.MIN_VALUE
to
Integer.MAX_VALUE
.
MIN_TO_MAX_LONG
- Static variable in class com.programix.math.
LongRange
This
LongRange
runs from
Long.MIN_VALUE
to
Long.MAX_VALUE
.
minimumLayoutSize(Container)
- Method in class com.programix.gui.layout.
AbstractTableLayout
Called by the graphical subsystem when the container wants to know what to report its
minimum
size as.
minimumLayoutSize(Container)
- Method in class com.programix.gui.layout.
AnchorLayout
Called by the graphical subsystem when the container wants to know what to report its
minimum
size as.
MINUTE
- Static variable in class com.programix.time.
DateTimeField
The minute of the hour.
MONDAY
- Static variable in class com.programix.time.
DayOfWeek
The day of the week called Monday.
MONDAY_TO_SUNDAY_COMPARATOR
- Static variable in class com.programix.time.
DayOfWeek
Sorts as Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday with no protection against
null
's.
MONDAY_TO_SUNDAY_NULL_FIRST_COMPARATOR
- Static variable in class com.programix.time.
DayOfWeek
Sorts as
null
, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday (with any
null
's coming first).
MONDAY_TO_SUNDAY_NULL_LAST_COMPARATOR
- Static variable in class com.programix.time.
DayOfWeek
Sorts as Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday,
null
(with any
null
's coming last).
MONTH
- Static variable in class com.programix.time.
DateTimeField
The month of the year.
MS_PER_DAY
- Static variable in class com.programix.time.
DateTools
Typical number of milliseconds in a day (86,400,000).
MS_PER_HOUR
- Static variable in class com.programix.time.
DateTools
Typical number of milliseconds in an hour (3,600,000).
MS_PER_MINUTE
- Static variable in class com.programix.time.
DateTools
Typical number of milliseconds in a minute (60,000).
MS_PER_SECOND
- Static variable in class com.programix.time.
DateTools
Number of milliseconds in a second (1,000).
MS_PER_WEEK
- Static variable in class com.programix.time.
DateTools
Typical number of milliseconds in a week (604,800,000).
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
ProgramixGenericLib
v5.0.1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
Copyright
© 2001-2009
Programix
Incorporated. All rights reserved.
ProgramixGenericLib
is free and is
OSI Certified
Open Source Software under the BSD
license
.