A B C D E F G H I L M O P R S T U V W Y Z

A

accept(T) - Method in interface org.jtheque.utils.collections.Filter
Indicate if we accept the object or not.
accept(File) - Method in class org.jtheque.utils.io.SimpleFilter
 
add(int, int) - Method in class org.jtheque.utils.bean.IntDate
Add a value to specified field of the date.
add(int) - Method in class org.jtheque.utils.count.Counter
Add i to the counter.
addActions(Action...) - Method in class org.jtheque.utils.ui.ButtonBarBuilder
Add actions to the bar.
addActions(int, Action...) - Method in class org.jtheque.utils.ui.LinedButtonBarBuilder
Add actions to the bar.
addCounter(String) - Method in class org.jtheque.utils.count.Counters
Add a counter with a specific name to the collection.
addFieldLengthLimit(JTextField, int) - Static method in class org.jtheque.utils.ui.SwingUtils
Limit the length of the field.
addFieldValidateAction(JComponent, Action) - Static method in class org.jtheque.utils.ui.SwingUtils
Add an action to execute when the validation key (Enter) is pressed.
addGlue() - Method in class org.jtheque.utils.ui.ButtonBarBuilder
A a glue to the bar.
areEqualsDirect(Object, Object, Object...) - Static method in class org.jtheque.utils.bean.EqualsUtils
Test if the two objects are equals.
areNotEquals(Object, Object) - Static method in class org.jtheque.utils.bean.EqualsUtils
Test if 2 object are not equals.
areNotSameFile(File, File) - Static method in class org.jtheque.utils.bean.EqualsUtils
Test if 2 files are not the sames files.
areObjectIncompatible(Object, Object) - Static method in class org.jtheque.utils.bean.EqualsUtils
Test if 2 objects are incompatible for equality test.
ArrayUtils - Class in org.jtheque.utils.collections
This class provide utility methods to the use of arrays.
asInputStream(String) - Static method in class org.jtheque.utils.io.FileUtils
Return an input stream to the path.
attachFile(File) - Method in class org.jtheque.utils.bean.Email
Attach a file to the mail.
attachFiles(Collection<File>) - Method in class org.jtheque.utils.bean.Email
Attach files to the mail.

B

BeanUtils - Class in org.jtheque.utils.bean
 
browse(String) - Static method in class org.jtheque.utils.DesktopUtils
Open the browser at the url.
ButtonBarBuilder - Class in org.jtheque.utils.ui
A builder for a button bar.
ButtonBarBuilder() - Constructor for class org.jtheque.utils.ui.ButtonBarBuilder
Construct a new ButtonBarBuilder.

C

centerFrame(Window) - Static method in class org.jtheque.utils.ui.SwingUtils
Center a frame on the screen.
clear() - Method in class org.jtheque.utils.count.Counter
Clear the counter.
clearFolder(File) - Static method in class org.jtheque.utils.io.FileUtils
Clear the folder.
close(ResultSet) - Static method in class org.jtheque.utils.DatabaseUtils
Close the result set.
close(Statement) - Static method in class org.jtheque.utils.DatabaseUtils
Close the statement.
close(Connection) - Static method in class org.jtheque.utils.DatabaseUtils
Close the connection.
close() - Method in class org.jtheque.utils.HTMLWriter
 
close(Closeable) - Static method in class org.jtheque.utils.io.FileUtils
Close a closable resource.
close(ZipFile) - Static method in class org.jtheque.utils.io.FileUtils
Close a zip file.
close(Socket) - Static method in class org.jtheque.utils.io.SocketUtils
Close the socket.
close(ServerSocket) - Static method in class org.jtheque.utils.io.SocketUtils
Close the server socket.
Closure<T> - Interface in org.jtheque.utils.collections
A closure.
CollectionUtils - Class in org.jtheque.utils.collections
Provide some utilities operations on collections.
compareTo(IntDate) - Method in class org.jtheque.utils.bean.IntDate
 
compareTo(Version) - Method in class org.jtheque.utils.bean.Version
 
Constants - Class in org.jtheque.utils
Some utility constants.
consume() - Method in class org.jtheque.utils.io.SimpleApplicationConsumer
Consume all the streams of the process.
copy(String, String) - Static method in class org.jtheque.utils.io.FileUtils
Copy a file.
copy(File, File) - Static method in class org.jtheque.utils.io.FileUtils
This method copy a source's file to a destination's file.
CopyException - Exception in org.jtheque.utils.io
An exception during the copy process.
CopyException(String, Throwable) - Constructor for exception org.jtheque.utils.io.CopyException
Construct a new CopyException with a specific message and exception.
copyOf(T[]) - Static method in class org.jtheque.utils.collections.ArrayUtils
Return a copy of the array.
copyOf(Collection<T>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Return a copy of the list.
Counter - Class in org.jtheque.utils.count
A counter.
Counter() - Constructor for class org.jtheque.utils.count.Counter
 
Counters - Class in org.jtheque.utils.count
A collections of counters.
Counters() - Constructor for class org.jtheque.utils.count.Counters
Construct a new Collection of counters.
createButtonBar(Action...) - Static method in class org.jtheque.utils.ui.SwingUtils
Create a button bar for actions.
createButtonBar(boolean, Action...) - Static method in class org.jtheque.utils.ui.SwingUtils
Create a button bar.
createCompatibleImage(int, int) - Static method in class org.jtheque.utils.ui.ImageUtils
Create a compatible image.In headless mode, this method will return a simple BufferedImage of type ARGB.
createCompatibleImage(int, int, int) - Static method in class org.jtheque.utils.ui.ImageUtils
Create a compatible image.
createCompatibleImage(BufferedImage) - Static method in class org.jtheque.utils.ui.ImageUtils
Create a compatible image from an existing image.
createEmptyFile(String) - Static method in class org.jtheque.utils.io.FileUtils
Create an empty file.
createIfNotExists(File) - Static method in class org.jtheque.utils.io.FileUtils
Create the file if not exists.
createQuickMemento(T, String...) - Static method in class org.jtheque.utils.bean.BeanUtils
Create a quick memento using the specified fields.
createReflection(BufferedImage) - Static method in class org.jtheque.utils.ui.ImageUtils
Create a reflection of the image.
createThumbnail(BufferedImage, int) - Static method in class org.jtheque.utils.ui.ImageUtils
Create a thumbnail of an image.

D

DatabaseException - Exception in org.jtheque.utils
A database exception.
DatabaseException(String, Throwable) - Constructor for exception org.jtheque.utils.DatabaseException
Construct a DatabaseException with a specific message and a specific cause.
DatabaseException(Throwable) - Constructor for exception org.jtheque.utils.DatabaseException
Construct a DatabaseException for a specific cause.
DatabaseUtils - Class in org.jtheque.utils
An utility class for database use.
DataUtils - Class in org.jtheque.utils.bean
An utility class for specific data.
DAY - Static variable in class org.jtheque.utils.bean.IntDate.Fields
 
decrement() - Method in class org.jtheque.utils.count.Counter
Decrement the counter of 1.
delete(String) - Static method in class org.jtheque.utils.io.FileUtils
Delete a file.
delete(File) - Static method in class org.jtheque.utils.io.FileUtils
Delete a file.
delete(String, Object...) - Static method in class org.jtheque.utils.StringUtils
 
delete(String, CharSequence) - Static method in class org.jtheque.utils.StringUtils
 
DesktopMail - Class in org.jtheque.utils
A desktop mail.
DesktopMail() - Constructor for class org.jtheque.utils.DesktopMail
 
DesktopUtils - Class in org.jtheque.utils
Utility class for the class Desktop.
DocumentLengthFilter - Class in org.jtheque.utils.ui
A document filter used to limit the length of a field.
DocumentLengthFilter() - Constructor for class org.jtheque.utils.ui.DocumentLengthFilter
Construct a new DocumentLengthFilter with a default maximum number of characters.
DocumentLengthFilter(int) - Constructor for class org.jtheque.utils.ui.DocumentLengthFilter
Construct a new DocumentLengthFilter with a maximum number of characters.
DocumentLengthFilterAvert - Class in org.jtheque.utils.ui
A document filter used to limit the length of a field.
DocumentLengthFilterAvert(int, JTextField) - Constructor for class org.jtheque.utils.ui.DocumentLengthFilterAvert
Construct a new DocumentLengthFilterAvert associated with a specific field and with a maximum number of characters.
downloadFile(String, String) - Static method in class org.jtheque.utils.io.FileUtils
Download a file.
drawAlphaImage(Graphics2D, BufferedImage, int, int, float) - Static method in class org.jtheque.utils.ui.PaintUtils
Draw a translucent image.
drawAlphaImage(Graphics2D, Image, int, int, int, int, float) - Static method in class org.jtheque.utils.ui.PaintUtils
Draw a translucent image with specified size.
drawAlphaImage(Graphics2D, Image, int, int, int, int, int, int, int, int, float) - Static method in class org.jtheque.utils.ui.PaintUtils
Draw a translucent image with specified source and destination rectangles.
drawString(Graphics, String, int, int, Font) - Static method in class org.jtheque.utils.ui.PaintUtils
Draw a string.
drawString(Graphics, String, int, int, Font, Color) - Static method in class org.jtheque.utils.ui.PaintUtils
Draw a string.
Duration - Class in org.jtheque.utils.bean
This class represent a duration of time.
Duration(int) - Constructor for class org.jtheque.utils.bean.Duration
Construct a new duration with only minutes.
Duration() - Constructor for class org.jtheque.utils.bean.Duration
Construct a new empty duration.

E

Email - Class in org.jtheque.utils.bean
An email.
Email() - Constructor for class org.jtheque.utils.bean.Email
 
EMPTY_STRING - Static variable in class org.jtheque.utils.StringUtils
 
emptyList() - Static method in class org.jtheque.utils.collections.CollectionUtils
Return an empty list.
encryptKey(String) - Static method in class org.jtheque.utils.io.FileUtils
Encrypt the string with the SHA-256 Algorithm.
endsWithOneOf(String, String...) - Static method in class org.jtheque.utils.StringUtils
Test if the String value ends with one of the specified ends.
equals(Object) - Method in class org.jtheque.utils.bean.Duration
 
equals(Object) - Method in class org.jtheque.utils.bean.IntDate
 
equals(Object) - Method in class org.jtheque.utils.bean.Version
 
EqualsUtils - Class in org.jtheque.utils.bean
An utility class for equality test.
execute(T) - Method in interface org.jtheque.utils.collections.Closure
Perform operations on the input object.
expand(Collection<S>, Expander<S, T>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Return a collection expanded.
expand(S) - Method in interface org.jtheque.utils.collections.Expander
Expand the object to an another.
Expander<S,T> - Interface in org.jtheque.utils.collections
An expander.

F

FileException - Exception in org.jtheque.utils.io
A file Exception.
FileException(String) - Constructor for exception org.jtheque.utils.io.FileException
Construct a new FileException with a specific message.
FileException(String, Throwable) - Constructor for exception org.jtheque.utils.io.FileException
Construct a new FileException with a specific message and a cause.
FileException(Throwable) - Constructor for exception org.jtheque.utils.io.FileException
Construct a FileException with a specific cause.
FileUtils - Class in org.jtheque.utils.io
An utility class for file manipulation.
fillRect(Graphics, int, int, int, int, Color) - Static method in class org.jtheque.utils.ui.PaintUtils
Fill a rectangle.
filter(Collection<T>, Filter<T>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Filter a collection with a filter.
Filter<T> - Interface in org.jtheque.utils.collections
A collection filter.
first(Iterable<T>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Return the first element of the collection.
forAllDo(Iterable<T>, Closure<T>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Perform a closure on all the objects of the collection.

G

gbcSet(int, int) - Method in class org.jtheque.utils.ui.GridBagUtils
Configure and return the GridBagConstraints object.
gbcSet(int, int, int) - Method in class org.jtheque.utils.ui.GridBagUtils
Configure and return the GridBagConstraints object.
gbcSet(int, int, int, int) - Method in class org.jtheque.utils.ui.GridBagUtils
Configure and return the GridBagConstraints object.
gbcSet(int, int, int, int, int, int) - Method in class org.jtheque.utils.ui.GridBagUtils
Configure and return the GridBagConstraints object.
gbcSet(int, int, int, int, int, int, double, double) - Method in class org.jtheque.utils.ui.GridBagUtils
Configure and return the GridBagConstraints object.
gbcSet(int, int, int, int, int, int, double, double, int, int) - Method in class org.jtheque.utils.ui.GridBagUtils
Configure and return the GridBagConstraints object.
gbcSet(int, int, int, int, double, double) - Method in class org.jtheque.utils.ui.GridBagUtils
Configure and return the GridBagConstraints object.
GenericsUtils - Class in org.jtheque.utils
A generic class utils.
get(Object, String) - Static method in class org.jtheque.utils.bean.BeanUtils
 
getAllIntResults(ResultSet, String) - Static method in class org.jtheque.utils.DatabaseUtils
Return all the results of the specified column.
getAnExistingFile() - Static method in class org.jtheque.utils.io.FileUtils
Return an existing file.
getAttachedFiles() - Method in class org.jtheque.utils.bean.Email
Return the files attached to the mail.
getBody() - Method in class org.jtheque.utils.DesktopMail
Return the body of the mail.
getCounter(String) - Method in class org.jtheque.utils.count.Counters
Return the counter named with the specific name.
getCounterOrAdd(String) - Method in class org.jtheque.utils.count.Counters
Return the named counter or a new if the counter doesn't exist.
getDay() - Method in class org.jtheque.utils.bean.IntDate
Return the day.
getDefaultFont() - Static method in class org.jtheque.utils.ui.SwingUtils
Return the default font of the application.
getDescription() - Method in class org.jtheque.utils.io.SimpleFilter
Return the description of the filter.
getFileSize(String) - Static method in class org.jtheque.utils.io.FileUtils
Return the size of the file specified by the path.
getFileSize(File) - Static method in class org.jtheque.utils.io.FileUtils
Return the size of the specified file.
getFilesOfFolder(File, FileFilter) - Static method in class org.jtheque.utils.io.FileUtils
Return all the files of the folder include the sub files and folders with no level limit.
getFreeName(String, String) - Static method in class org.jtheque.utils.io.FileUtils
Return the next free name for the specified name in the specified folder.
getFrom() - Method in class org.jtheque.utils.bean.Email
Return the from address.
getGetter(String) - Static method in class org.jtheque.utils.bean.ReflectionUtils
Return the name of the getter for the specified property name.
getGetterMethod(Object, String) - Static method in class org.jtheque.utils.bean.ReflectionUtils
Return the getter method for the property of the specified bean.
getHours() - Method in class org.jtheque.utils.bean.Duration
Returns the hours of the duration.
getLastModifiedDate(String) - Static method in class org.jtheque.utils.io.FileUtils
Return the date of the last modification of the file denoted by the specified path.
getLastModifiedDate(File) - Static method in class org.jtheque.utils.io.FileUtils
Return the date of the last modification of the specified file.
getLinesOf(InputStream) - Static method in class org.jtheque.utils.io.FileUtils
Return the lines of a stream.
getLineStartingWith(Scanner, String) - Static method in class org.jtheque.utils.ScannerUtils
 
getMax() - Method in class org.jtheque.utils.ui.DocumentLengthFilter
Return the maximum number of characters permitted in the document.
getMessage() - Method in class org.jtheque.utils.bean.Email
Return the message.
getMinutes() - Method in class org.jtheque.utils.bean.Duration
Returns the minutes of the duration.
getMonth() - Method in class org.jtheque.utils.bean.IntDate
Return the month.
getNameAndFirstName(CharSequence) - Static method in class org.jtheque.utils.bean.DataUtils
Return the name and the first name of the complete name of a person.
getOptionPane(Component) - Static method in class org.jtheque.utils.ui.SwingUtils
Return the JOptionPane parent.
getPanel() - Method in class org.jtheque.utils.ui.ButtonBarBuilder
Return the panel.
getPanel() - Method in class org.jtheque.utils.ui.LinedButtonBarBuilder
Return the panel.
getProperties(Object) - Static method in class org.jtheque.utils.bean.ReflectionUtils
Return all the properties of a bean.
getProperty(Object, PropertyDescriptor) - Static method in class org.jtheque.utils.bean.ReflectionUtils
Return the value of a property.
getProperty(Object, String) - Static method in class org.jtheque.utils.bean.ReflectionUtils
Return the value of a property.
getPropertyValue(Object, String) - Static method in class org.jtheque.utils.bean.ReflectionUtils
Return the value of the property of the specified bean.
getResult() - Method in class org.jtheque.utils.io.SimpleApplicationConsumer
Return the result of the consumed process.
getSetter(String) - Static method in class org.jtheque.utils.bean.ReflectionUtils
Return the name of the setter for the specified property name.
getSetterMethod(Object, String) - Static method in class org.jtheque.utils.bean.ReflectionUtils
Return the setter method for the property of the specified bean.
getStatic(Class<?>, String) - Static method in class org.jtheque.utils.bean.BeanUtils
 
getStrDate() - Method in class org.jtheque.utils.bean.IntDate
Return the String representation of the date.
getSubject() - Method in class org.jtheque.utils.bean.Email
Return the subject.
getSubject() - Method in class org.jtheque.utils.DesktopMail
Return the subject of the mail.
getTextOf(String) - Static method in class org.jtheque.utils.io.FileUtils
Return the text of the file referenced by the specified path.
getTextOfSystemResource(String) - Static method in class org.jtheque.utils.io.FileUtils
Return the text of the file.
getTo() - Method in class org.jtheque.utils.bean.Email
Return the to addresses.
getTo() - Method in class org.jtheque.utils.DesktopMail
Return the to address.
getTotalPageForList(int, FontMetrics, PageFormat, int) - Static method in class org.jtheque.utils.print.PrintUtils
Return the necessary number of pages to print a list of lines.
getTypeArguments(Class<T>, Type) - Static method in class org.jtheque.utils.GenericsUtils
Get the actual type arguments a child class has used to extend a generic base class.
getURI() - Method in class org.jtheque.utils.DesktopMail
Return the URI for this mail.
getValue() - Method in class org.jtheque.utils.count.Counter
Return the current value of the counter.
getVersion() - Method in class org.jtheque.utils.bean.Version
Returns the string version.
getYear() - Method in class org.jtheque.utils.bean.IntDate
Return the year.
goToFirst(ListIterator<T>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Move the iterator to the first element.
goToLast(Iterator<T>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Move the iterator to the last element.
GridBagUtils - Class in org.jtheque.utils.ui
An utility class to make easier the UI development with GridBagLayout.
GridBagUtils() - Constructor for class org.jtheque.utils.ui.GridBagUtils
 

H

HASH_CODE_PRIME - Static variable in class org.jtheque.utils.Constants
 
HASH_CODE_START - Static variable in class org.jtheque.utils.Constants
 
hashCode() - Method in class org.jtheque.utils.bean.Duration
 
hashCode(Object) - Static method in class org.jtheque.utils.bean.HashCodeUtils
Generate a hash code for the bean.
hashCode(Object, String...) - Static method in class org.jtheque.utils.bean.HashCodeUtils
Return the hash code of an object, using the properties in the given list.
hashCode() - Method in class org.jtheque.utils.bean.IntDate
 
hashCode() - Method in class org.jtheque.utils.bean.Version
 
hashCodeDirect(Object...) - Static method in class org.jtheque.utils.bean.HashCodeUtils
Return the hash code of an object, using the properties in the given list.
HashCodeUtils - Class in org.jtheque.utils.bean
 
hasSizeChanged() - Method in class org.jtheque.utils.ui.SizeTracker
Indicate if the size has changed from the last update.
HTMLWriter - Class in org.jtheque.utils
A HTML Writer.
HTMLWriter(PrintWriter) - Constructor for class org.jtheque.utils.HTMLWriter
Construct a new HTML Writer.

I

ImageUtils - Class in org.jtheque.utils.ui
Utility class for image processing.
increment() - Method in class org.jtheque.utils.count.Counter
Increment the counter of 1.
indexOf(Object, Object[]) - Static method in class org.jtheque.utils.collections.ArrayUtils
Return the index of the object on the tab.
inEdt(Runnable) - Static method in class org.jtheque.utils.ui.SwingUtils
Executed the specified runnable in the EDT.
initHints(Graphics2D) - Static method in class org.jtheque.utils.ui.PaintUtils
Init the base hints for painting.
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class org.jtheque.utils.ui.DocumentLengthFilter
 
IntDate - Class in org.jtheque.utils.bean
This class represent an int data in format yyyymmdd.
IntDate(int) - Constructor for class org.jtheque.utils.bean.IntDate
Construct a new int date from the int representation of the date.
IntDate(IntDate) - Constructor for class org.jtheque.utils.bean.IntDate
Construct a new IntDate from an another one.
IntDate.Fields - Class in org.jtheque.utils.bean
This internal class contains all the different fields of an IntDate.
InternationalString - Class in org.jtheque.utils.bean
An international string.
InternationalString() - Constructor for class org.jtheque.utils.bean.InternationalString
 
intValue() - Method in class org.jtheque.utils.bean.IntDate
Return the int value of the date.
isEmpty(Object[]) - Static method in class org.jtheque.utils.collections.ArrayUtils
Test if the array is empty or contains only null values.
isEmpty(CharSequence) - Static method in class org.jtheque.utils.StringUtils
Test if a string is empty or not.
isEmpty(String[]) - Static method in class org.jtheque.utils.StringUtils
Test if an array of String is empty.
isFileInDirectory(File, File) - Static method in class org.jtheque.utils.io.FileUtils
Test if a file is in a directory.
isGreaterThan(Version) - Method in class org.jtheque.utils.bean.Version
Indicate if the version is greater than an other version.
isHeadless() - Static method in class org.jtheque.utils.ui.ImageUtils
Indicate if we are in a headless mode or normal.
isLinux() - Static method in class org.jtheque.utils.OSUtils
Test if the running operating system is Linux or not.
isMac() - Static method in class org.jtheque.utils.OSUtils
Test if the running operating system is Mac or not.
isNotEmpty(CharSequence) - Static method in class org.jtheque.utils.StringUtils
Return true if the string is not empty.
isNotEmpty(String[]) - Static method in class org.jtheque.utils.StringUtils
Test if an array of string is not empty.
isStringSurroundedWith(CharSequence, char) - Static method in class org.jtheque.utils.StringUtils
Indicate if the string is surrounded by the character c.
isValid(int) - Static method in class org.jtheque.utils.bean.IntDate.Fields
Test the validity of a field.
isWindows() - Static method in class org.jtheque.utils.OSUtils
Test if the running operating system is Windows or not.
iterator() - Method in class org.jtheque.utils.count.Counters
 

L

LinedButtonBarBuilder - Class in org.jtheque.utils.ui
A builder for a button bar.
LinedButtonBarBuilder(int) - Constructor for class org.jtheque.utils.ui.LinedButtonBarBuilder
Construct a new ButtonBarBuilder.

M

mail() - Static method in class org.jtheque.utils.DesktopUtils
Open the mailer.
mail(DesktopMail) - Static method in class org.jtheque.utils.DesktopUtils
Open the mailer with specifics information.
MINUTES_IN_AN_HOUR - Static variable in class org.jtheque.utils.Constants
 
MONTH - Static variable in class org.jtheque.utils.bean.IntDate.Fields
 
move(String, String) - Static method in class org.jtheque.utils.io.FileUtils
Move a file.

O

open(File) - Static method in class org.jtheque.utils.DesktopUtils
Open the file.
openCompatibleImage(InputStream) - Static method in class org.jtheque.utils.ui.ImageUtils
Open a compatible image form an input stream.
openCompatibleImageFromClassPath(String) - Static method in class org.jtheque.utils.ui.ImageUtils
Open a image from the classpath at the specified path.
openCompatibleImageFromFileSystem(String) - Static method in class org.jtheque.utils.ui.ImageUtils
Open an image from the file system at the specified path.
org.jtheque.utils - package org.jtheque.utils
Base package for the utility classes.
org.jtheque.utils.bean - package org.jtheque.utils.bean
Contains the utility bean classes.
org.jtheque.utils.collections - package org.jtheque.utils.collections
Contains the utility classes for the use of collections.
org.jtheque.utils.count - package org.jtheque.utils.count
Contains classes for count something.
org.jtheque.utils.io - package org.jtheque.utils.io
Contains the utility classes for the IO.
org.jtheque.utils.print - package org.jtheque.utils.print
Contains the print utils.
org.jtheque.utils.ui - package org.jtheque.utils.ui
Contains the utility classes for the UI.
OSUtils - Class in org.jtheque.utils
Some utility methods for OS.

P

PaintUtils - Class in org.jtheque.utils.ui
Utility class to paint with Java2D.
printArrayString(Collection<String>) - Static method in class org.jtheque.utils.print.PrintUtils
Print a list of String.
printLineFiles(InputStream) - Static method in class org.jtheque.utils.print.PrintUtils
Print each line of the stream.
printString(String) - Static method in class org.jtheque.utils.print.PrintUtils
Print a String.
PrintUtils - Class in org.jtheque.utils.print
This class provide utility to print.
put(String, String) - Method in class org.jtheque.utils.bean.InternationalString
Put a new value.
putFileInDirectoryIfNot(File, File) - Static method in class org.jtheque.utils.io.FileUtils
Put the file into the directory.

R

read(File) - Static method in class org.jtheque.utils.ui.ImageUtils
Read an image from a file.
read(InputStream) - Static method in class org.jtheque.utils.ui.ImageUtils
Open an image from an input stream.
ReflectionUtils - Class in org.jtheque.utils.bean
An utility class for Reflection.
refresh(Component) - Static method in class org.jtheque.utils.ui.SwingUtils
Refresh the specified component.
remove(DocumentFilter.FilterBypass, int, int) - Method in class org.jtheque.utils.ui.DocumentLengthFilterAvert
 
removeHTMLEntities(String) - Static method in class org.jtheque.utils.StringUtils
Remove the HTML entities of a string.
removeLastSpace(StringBuilder) - Static method in class org.jtheque.utils.StringUtils
Remove the last space in the StringBuilder.
removeNumbers(CharSequence) - Static method in class org.jtheque.utils.StringUtils
Remove all numbers of the given string.
removeSurroundedChars(String) - Static method in class org.jtheque.utils.StringUtils
Remove the first and the test chars.
removeUnicode(String) - Static method in class org.jtheque.utils.StringUtils
Remove the unicode characters from a string.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class org.jtheque.utils.ui.DocumentLengthFilter
 
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class org.jtheque.utils.ui.DocumentLengthFilterAvert
 
restoreQuickMemento(Object, Object, String...) - Static method in class org.jtheque.utils.bean.BeanUtils
Restore the quick memento to the bean.
reverse(Object[]) - Static method in class org.jtheque.utils.collections.ArrayUtils
Inverse the order of the array and return it.
reverse(int[]) - Static method in class org.jtheque.utils.collections.ArrayUtils
Reverse the array.
reverse(Map<T, K>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Reverse the order of a map.
reverse(List<?>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Reverse a list.

S

ScannerUtils - Class in org.jtheque.utils
 
ScannerUtils() - Constructor for class org.jtheque.utils.ScannerUtils
 
set(Object, String, Object) - Static method in class org.jtheque.utils.bean.BeanUtils
 
set(int, int) - Method in class org.jtheque.utils.bean.IntDate
Set the value of a specified field of the date.
setBody(String) - Method in class org.jtheque.utils.DesktopMail
Set the body of the mail.
setDefaultInsets(Insets) - Method in class org.jtheque.utils.ui.GridBagUtils
Set the default insets.
setDefaultInsets(int, int, int, int) - Method in class org.jtheque.utils.ui.GridBagUtils
Set the default insets.
setFirstLetterOnlyUpper(String) - Static method in class org.jtheque.utils.StringUtils
Set the first letter of the String to upper.
setFirstLetterUpper(String) - Static method in class org.jtheque.utils.StringUtils
Set the first letter of the String to upper.
setFrom(String) - Method in class org.jtheque.utils.bean.Email
Set the from address.
setHours(int) - Method in class org.jtheque.utils.bean.Duration
Set the hours of the duration.
setMessage(String) - Method in class org.jtheque.utils.bean.Email
Set the message.
setMinutes(int) - Method in class org.jtheque.utils.bean.Duration
Set the minutes of the duration.
setOptionPaneValue(Component, Object) - Static method in class org.jtheque.utils.ui.SwingUtils
Set the option pane value.
setSubject(String) - Method in class org.jtheque.utils.bean.Email
Set the subject.
setSubject(String) - Method in class org.jtheque.utils.DesktopMail
Set the subject of the mail.
setTo(String[]) - Method in class org.jtheque.utils.bean.Email
Set the addresses to.
setTo(String) - Method in class org.jtheque.utils.DesktopMail
Set the to address.
SimpleApplicationConsumer - Class in org.jtheque.utils.io
This class enable to launch an application and to redirect resultStream and err flows to a StringBuilder.
SimpleApplicationConsumer(String...) - Constructor for class org.jtheque.utils.io.SimpleApplicationConsumer
Construct a new SimpleApplicationConsumer to launch a simple application with some arguments.
SimpleFilter - Class in org.jtheque.utils.io
A simple file filter.
SimpleFilter(String, String) - Constructor for class org.jtheque.utils.io.SimpleFilter
Construct a new FilterSimple.
SizeTracker - Class in org.jtheque.utils.ui
A tracker for the size of a JComponent
SizeTracker(JComponent) - Constructor for class org.jtheque.utils.ui.SizeTracker
Construct a new SizeTracker.
SocketUtils - Class in org.jtheque.utils.io
An utility class for the Socket use.
sort(List<T>, Comparator<T>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Sort a list.
StringUtils - Class in org.jtheque.utils
This class provides utilities function to manipulate String's object.
SwingUtils - Class in org.jtheque.utils.ui
Provide utility methods for Swing Components.

T

tileStretchPaint(Graphics, Component, BufferedImage, Insets) - Static method in class org.jtheque.utils.ui.PaintUtils
Draws an image on top of a component by doing a 3x3 grid stretch of the image using the specified insets.
toCollection(Enumeration<T>) - Static method in class org.jtheque.utils.collections.CollectionUtils
Convert the enumeration to a collection.
today() - Static method in class org.jtheque.utils.bean.IntDate
Return the IntDate of today.
toString() - Method in class org.jtheque.utils.bean.Duration
 
toString() - Method in class org.jtheque.utils.bean.IntDate
 
toString() - Method in class org.jtheque.utils.bean.InternationalString
 
toString() - Method in class org.jtheque.utils.bean.Version
 

U

unzip(InputStream, String) - Static method in class org.jtheque.utils.io.FileUtils
Unzip a compressed file.
updateSize() - Method in class org.jtheque.utils.ui.SizeTracker
Update the cached size.

V

Version - Class in org.jtheque.utils.bean
A version of a module or an other part of the application.
Version(String) - Constructor for class org.jtheque.utils.bean.Version
Construct a new JThequeVersion with the String version.

W

writeFooter() - Method in class org.jtheque.utils.HTMLWriter
Write the footer.
writeHeader(String) - Method in class org.jtheque.utils.HTMLWriter
Writer an HTML Header.
writeHx(int, String) - Method in class org.jtheque.utils.HTMLWriter
Write a Hx title.
writeTable(int, String, int[], String[], Iterable<Iterable<String>>) - Method in class org.jtheque.utils.HTMLWriter
Write a table.

Y

YEAR - Static variable in class org.jtheque.utils.bean.IntDate.Fields
 

Z

ZERO_LENGTH_ARRAY - Static variable in class org.jtheque.utils.collections.ArrayUtils
 
zip(Iterable<File>, File) - Static method in class org.jtheque.utils.io.FileUtils
Zip files to a destination.
zip(Iterable<File>, BufferedOutputStream) - Static method in class org.jtheque.utils.io.FileUtils
Zip files to a destination stream.

A B C D E F G H I L M O P R S T U V W Y Z

Copyright © 2010 JTheque. All Rights Reserved.