Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
D
F
G
I
J
L
M
R
S
U
A
add(String, Object)
- Method in class de.hillenbrand.system.
ApplicationPreferences
ApplicationPreferences
- class de.hillenbrand.system.
ApplicationPreferences
.
ApplicationPreferences(String)
- Constructor for class de.hillenbrand.system.
ApplicationPreferences
C
compare(Object, Object)
- Method in interface de.hillenbrand.util.
Sorter.Comparer
Compare objects and return a value that indicates their relative order: if (a > b) return > 0; if (a == b) return 0; if (a < b) return < 0.
compareTo(Object)
- Method in interface de.hillenbrand.util.
Sorter.Comparable
Compare objects and return a value that indicates their relative order: if (this > other) return > 0 if (this == other) return 0 if (this < other) return < 0
convertToJPG(String, String)
- Static method in class de.hillenbrand.util.
ImageUtils
convertToJPG(String, String, int)
- Static method in class de.hillenbrand.util.
ImageUtils
convertToJPG(String, String, String, int)
- Static method in class de.hillenbrand.util.
ImageUtils
convertToJPG(String, String, String, int, int)
- Static method in class de.hillenbrand.util.
ImageUtils
D
de.hillenbrand.dupfinder
- package de.hillenbrand.dupfinder
de.hillenbrand.system
- package de.hillenbrand.system
de.hillenbrand.util
- package de.hillenbrand.util
F
FileUtils
- class de.hillenbrand.util.
FileUtils
.
FileUtils()
- Constructor for class de.hillenbrand.util.
FileUtils
G
getAcceleratorFont()
- Static method in class de.hillenbrand.system.
UIPreferences
getApplicationName()
- Method in class de.hillenbrand.system.
ApplicationPreferences
Returns the value of the applicationName property.
getBounds(String)
- Method in class de.hillenbrand.system.
ApplicationPreferences
getDate()
- Static method in class de.hillenbrand.util.
Utils
getDate(long)
- Static method in class de.hillenbrand.util.
Utils
getFile(String)
- Method in class de.hillenbrand.system.
ApplicationPreferences
getFont()
- Static method in class de.hillenbrand.system.
UIPreferences
getFont(String)
- Method in class de.hillenbrand.system.
ApplicationPreferences
getFrameBorder()
- Static method in class de.hillenbrand.system.
UIPreferences
getGridBagConstraints()
- Static method in class de.hillenbrand.system.
UIPreferences
getLookAndFeel()
- Static method in class de.hillenbrand.system.
UIPreferences
getRectangle(String)
- Method in class de.hillenbrand.system.
ApplicationPreferences
getSubdirectories(String)
- Static method in class de.hillenbrand.util.
FileUtils
getText(String)
- Method in class de.hillenbrand.system.
ApplicationPreferences
I
ImageUtils
- class de.hillenbrand.util.
ImageUtils
.
ImageUtils()
- Constructor for class de.hillenbrand.util.
ImageUtils
init()
- Static method in class de.hillenbrand.system.
UIPreferences
J
JDupFinder
- class de.hillenbrand.dupfinder.
JDupFinder
.
JDupFinder()
- Constructor for class de.hillenbrand.dupfinder.
JDupFinder
L
log(String)
- Static method in class de.hillenbrand.system.
Logger
Logger
- class de.hillenbrand.system.
Logger
.
Logger()
- Constructor for class de.hillenbrand.system.
Logger
M
main(String[])
- Static method in class de.hillenbrand.dupfinder.
JDupFinder
main(String[])
- Static method in class de.hillenbrand.system.
UIPreferencesFrame
R
readStringFromFile(String)
- Static method in class de.hillenbrand.util.
FileUtils
S
save()
- Method in class de.hillenbrand.system.
ApplicationPreferences
setAcceleratorFont(Font)
- Static method in class de.hillenbrand.system.
UIPreferences
setBounds(String, Rectangle)
- Method in class de.hillenbrand.system.
ApplicationPreferences
setFile(String, File)
- Method in class de.hillenbrand.system.
ApplicationPreferences
setFont(Font)
- Static method in class de.hillenbrand.system.
UIPreferences
setFont(String, Font)
- Method in class de.hillenbrand.system.
ApplicationPreferences
setLookAndFeel(String)
- Static method in class de.hillenbrand.system.
UIPreferences
setOut(PrintStream)
- Static method in class de.hillenbrand.system.
Logger
setRectangle(String, Rectangle)
- Method in class de.hillenbrand.system.
ApplicationPreferences
setText(String, String)
- Method in class de.hillenbrand.system.
ApplicationPreferences
sort(Object[], int, int, boolean, Sorter.Comparer)
- Static method in class de.hillenbrand.util.
Sorter
Sort a portion of an array of objects, using the comparison defined by the Comparer object c.
sort(Object[], Object[], int, int, boolean, Sorter.Comparer)
- Static method in class de.hillenbrand.util.
Sorter
This is the main sort() routine.
sort(Object[], Sorter.Comparer)
- Static method in class de.hillenbrand.util.
Sorter
Sort an array of arbitrary objects into ascending order, using the comparison defined by the Comparer object c
sort(Sorter.Comparable[])
- Static method in class de.hillenbrand.util.
Sorter
Sort an array of Comparable objects into ascending order
sort(Sorter.Comparable[], int, int, boolean)
- Static method in class de.hillenbrand.util.
Sorter
Sort a portion of an array of Comparable objects.
sort(Sorter.Comparable[], Object[], int, int, boolean)
- Static method in class de.hillenbrand.util.
Sorter
Sort a portion of array a of Comparable objects.
sort(String[])
- Static method in class de.hillenbrand.util.
Sorter
Sort an array of strings into ascending order, using the correct collation order for the default locale
sort(String[], int, int, boolean, boolean)
- Static method in class de.hillenbrand.util.
Sorter
Sort a portion of an array of strings, using the collation order of the default locale.
sort(String[], int, int, boolean, boolean, Locale)
- Static method in class de.hillenbrand.util.
Sorter
Sort a portion of an array of strings, using the collation order of the specified locale.
sortAscii(String[])
- Static method in class de.hillenbrand.util.
Sorter
Sort an array of ASCII strings into ascending order
sortAscii(String[], int, int, boolean)
- Static method in class de.hillenbrand.util.
Sorter
Sort a portion of an array of ASCII strings into ascending or descending order, depending on the argument up
sortAsciiIgnoreCase(String[])
- Static method in class de.hillenbrand.util.
Sorter
Sort an array of ASCII strings into ascending order, ignoring case
sortAsciiIgnoreCase(String[], int, int, boolean)
- Static method in class de.hillenbrand.util.
Sorter
Sort an portion of an array of ASCII strings, ignoring case.
Sorter
- class de.hillenbrand.util.
Sorter
.
This class defines a bunch of static methods for efficiently sorting arrays of Strings or other objects.
Sorter.Comparable
- interface de.hillenbrand.util.
Sorter.Comparable
.
This is an alternative interface that can be used to order objects.
Sorter.Comparer
- interface de.hillenbrand.util.
Sorter.Comparer
.
This interface defines the compare() method used to compare two objects.
Sorter()
- Constructor for class de.hillenbrand.util.
Sorter
U
UIPreferences
- class de.hillenbrand.system.
UIPreferences
.
UIPreferences()
- Constructor for class de.hillenbrand.system.
UIPreferences
UIPreferencesFrame
- class de.hillenbrand.system.
UIPreferencesFrame
.
UIPreferencesFrame.ContentPanel
- class de.hillenbrand.system.
UIPreferencesFrame.ContentPanel
.
UIPreferencesFrame.ContentPanel(UIPreferencesFrame)
- Constructor for class de.hillenbrand.system.
UIPreferencesFrame.ContentPanel
UIPreferencesFrame.FontPanel
- class de.hillenbrand.system.
UIPreferencesFrame.FontPanel
.
UIPreferencesFrame.FontPanel(UIPreferencesFrame)
- Constructor for class de.hillenbrand.system.
UIPreferencesFrame.FontPanel
UIPreferencesFrame.LookAndFeelPanel
- class de.hillenbrand.system.
UIPreferencesFrame.LookAndFeelPanel
.
UIPreferencesFrame.LookAndFeelPanel(UIPreferencesFrame)
- Constructor for class de.hillenbrand.system.
UIPreferencesFrame.LookAndFeelPanel
UIPreferencesFrame()
- Constructor for class de.hillenbrand.system.
UIPreferencesFrame
Utils
- class de.hillenbrand.util.
Utils
.
Utils()
- Constructor for class de.hillenbrand.util.
Utils
A
C
D
F
G
I
J
L
M
R
S
U
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES