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 

J

jarClassLoader - Variable in class jhelp.util.classLoader.EmptyClassLoader
Base jar class loader
JavaFileSelection - Class in jhelp.util.gui
Java file list selection in drag and drop operation between Swing GUI and Operating System

Last modification : 9 aoet 2010
Version 0.0.0
JavaFileSelection(File...) - Constructor for class jhelp.util.gui.JavaFileSelection
Constructs JavaFileSelection
JavaFileSelection(List<File>) - Constructor for class jhelp.util.gui.JavaFileSelection
Constructs JavaFileSelection
JavaSourceFromString - Class in jhelp.util.compiler
Form Sun Javadoc of javax.tools#JavaCompiler :
A file object used to represent source coming from a string.
JavaSourceFromString(String, String) - Constructor for class jhelp.util.compiler.JavaSourceFromString
Constructs a new JavaSourceFromString.
jhelp.util.cache - package jhelp.util.cache
 
jhelp.util.classLoader - package jhelp.util.classLoader
 
jhelp.util.commands - package jhelp.util.commands
 
jhelp.util.compiler - package jhelp.util.compiler
 
jhelp.util.debug - package jhelp.util.debug
Debugging tools and utilities
jhelp.util.filter - package jhelp.util.filter
 
jhelp.util.gui - package jhelp.util.gui
GUI tools and utilities.
jhelp.util.io - package jhelp.util.io
Input/Output stream tools and utilities
jhelp.util.io.base64 - package jhelp.util.io.base64
Base 64 tools and utilities
jhelp.util.list - package jhelp.util.list
Different type of lists
jhelp.util.math - package jhelp.util.math
Math tools and utilities
jhelp.util.math.complex - package jhelp.util.math.complex
 
jhelp.util.math.formal - package jhelp.util.math.formal
Formal computing
jhelp.util.math.random - package jhelp.util.math.random
 
jhelp.util.math.rational - package jhelp.util.math.rational
 
jhelp.util.post - package jhelp.util.post
Post office to send messages
jhelp.util.preference - package jhelp.util.preference
Preferences/configuration management
jhelp.util.reflection - package jhelp.util.reflection
Reflection tools and utilities
jhelp.util.resources - package jhelp.util.resources
 
jhelp.util.samples.common.gui - package jhelp.util.samples.common.gui
 
jhelp.util.samples.font - package jhelp.util.samples.font
 
jhelp.util.samples.font.gui - package jhelp.util.samples.font.gui
 
jhelp.util.stateMachine - package jhelp.util.stateMachine
 
jhelp.util.text - package jhelp.util.text
Textual tools and utilities
jhelp.util.thread - package jhelp.util.thread
Thread management
jhelp.util.time - package jhelp.util.time
 
jhelp.util.xml - package jhelp.util.xml
XML tools and utilities
JHelpAnimatedImage - Class in jhelp.util.gui
Animate an image on using frames .
JHelpAnimatedImage(JHelpImage, JHelpAnimatedImage.AnimationMode) - Constructor for class jhelp.util.gui.JHelpAnimatedImage
Create a new instance of JHelpAnimatedImage
JHelpAnimatedImage.AnimationFrame - Class in jhelp.util.gui
Represents a frame of the animation
JHelpAnimatedImage.AnimationFrame(JHelpImage, int, int, int) - Constructor for class jhelp.util.gui.JHelpAnimatedImage.AnimationFrame
Create a new instance of AnimationFrame
JHelpAnimatedImage.AnimationMode - Enum in jhelp.util.gui
Animation mode
JHelpAnimatedImage.AnimationMode() - Constructor for enum jhelp.util.gui.JHelpAnimatedImage.AnimationMode
 
JHelpClassLoader - Class in jhelp.util.classLoader
Loader of class, can add several other class loader and also individual .class file

Last modification : 26 mai 2010
Version 0.0.0
JHelpClassLoader() - Constructor for class jhelp.util.classLoader.JHelpClassLoader
Constructs JHelpClassLoader
JHelpClassLoader(ClassLoader) - Constructor for class jhelp.util.classLoader.JHelpClassLoader
Constructs JHelpClassLoader
JHelpCommands - Class in jhelp.util.commands
 
JHelpCommands() - Constructor for class jhelp.util.commands.JHelpCommands
 
JHelpFont - Class in jhelp.util.gui
Represents a font with underline information
JHelpFont(String, int) - Constructor for class jhelp.util.gui.JHelpFont
Create a new instance of JHelpFont not bold, not italic, not underline
JHelpFont(String, int, boolean) - Constructor for class jhelp.util.gui.JHelpFont
Create a new instance of JHelpFont not italic, not underline
JHelpFont(String, int, boolean, boolean) - Constructor for class jhelp.util.gui.JHelpFont
Create a new instance of JHelpFont not underline
JHelpFont(String, int, boolean, boolean, boolean) - Constructor for class jhelp.util.gui.JHelpFont
Create a new instance of JHelpFont
JHelpFontSample - Class in jhelp.util.samples.font
Launch font size and text alignment sample
JHelpFontSample() - Constructor for class jhelp.util.samples.font.JHelpFontSample
 
JHelpFontSampleFrame - Class in jhelp.util.samples.font.gui
Frame for font size and text alignment sample
JHelpFontSampleFrame() - Constructor for class jhelp.util.samples.font.gui.JHelpFontSampleFrame
Create a new instance of JHelpFontSampleFrame
JHelpGradient - Class in jhelp.util.gui
Paint of a gradient of 4 colors, each color is put on a corner of the bounding box of the shape to fill, and other pixels are there interpolation
JHelpGradient(int, int, int, int) - Constructor for class jhelp.util.gui.JHelpGradient
Create a new instance of JHelpGradient
JHelpGradientHorizontal - Class in jhelp.util.gui
Horizontal gradient with fixed step
JHelpGradientHorizontal(int, int) - Constructor for class jhelp.util.gui.JHelpGradientHorizontal
Create a new instance of JHelpGradientHorizontal
JHelpGradientHorizontal.Percent - Class in jhelp.util.gui
Represents a step
JHelpGradientHorizontal.Percent(int, int) - Constructor for class jhelp.util.gui.JHelpGradientHorizontal.Percent
Create a new instance of Percent
JHelpGradientVertical - Class in jhelp.util.gui
Vertical gradient with fixed step
JHelpGradientVertical(int, int) - Constructor for class jhelp.util.gui.JHelpGradientVertical
Create a new instance of JHelpGradientVertical
JHelpGradientVertical.Percent - Class in jhelp.util.gui
Represents a step
JHelpGradientVertical.Percent(int, int) - Constructor for class jhelp.util.gui.JHelpGradientVertical.Percent
Create a new instance of Percent
JHelpImage - Class in jhelp.util.gui
Represents an image.
JHelpImage(int, int) - Constructor for class jhelp.util.gui.JHelpImage
Create a new instance of JHelpImage empty
JHelpImage(int, int, int) - Constructor for class jhelp.util.gui.JHelpImage
Create a new instance of JHelpImage full of one color
JHelpImage(int, int, int[]) - Constructor for class jhelp.util.gui.JHelpImage
Create a new instance of JHelpImage
JHelpImageTest - Class in jhelp.util.gui
 
JHelpImageTest() - Constructor for class jhelp.util.gui.JHelpImageTest
 
JHelpJarClassLoader - Class in jhelp.util.classLoader
Loader of class inside several jars

Last modification : 26 mai 2009
Version 0.0.0
JHelpJarClassLoader() - Constructor for class jhelp.util.classLoader.JHelpJarClassLoader
Constructs JHelpClassLoader
JHelpJarClassLoader(ClassLoader) - Constructor for class jhelp.util.classLoader.JHelpJarClassLoader
Create a new instance of JHelpJarClassLoader
JHelpMask - Class in jhelp.util.gui
Represents a mask.
JHelpMask(int, int, byte[]) - Constructor for class jhelp.util.gui.JHelpMask
Create a new instance of JHelpMask
JHelpMask(int, int) - Constructor for class jhelp.util.gui.JHelpMask
Create a new instance of JHelpMask
JHelpPaint - Interface in jhelp.util.gui
Paint for fill a shape.
JHelpRandom<CHOICE> - Class in jhelp.util.math.random
Able to choice an object randomly.
JHelpRandom() - Constructor for class jhelp.util.math.random.JHelpRandom
Create a new instance of JHelpRandom
JHelpRandom.Limit<ELEMENT> - Class in jhelp.util.math.random
A registered limit.
JHelpRandom.Limit(int, ELEMENT) - Constructor for class jhelp.util.math.random.JHelpRandom.Limit
Create a new instance of Limit
JHelpRandomTest - Class in jhelp.util.math.random
 
JHelpRandomTest() - Constructor for class jhelp.util.math.random.JHelpRandomTest
 
JHelpRichText - Class in jhelp.util.gui
Text with the possibility to insert some image in it.
JHelpRichText(Resources) - Constructor for class jhelp.util.gui.JHelpRichText
Create a new instance of JHelpRichText
JHelpRichText.CacheImageElement - Class in jhelp.util.gui
Cache element of image.
JHelpRichText.CacheImageElement(Resources, String, int) - Constructor for class jhelp.util.gui.JHelpRichText.CacheImageElement
Create a new instance of CacheImageElement
JHelpRichText.Symbol - Class in jhelp.util.gui
Represents an association between a symbol (For example :) ) and an image
JHelpRichText.Symbol(String, String) - Constructor for class jhelp.util.gui.JHelpRichText.Symbol
Create a new instance of Symbol
JHelpSprite - Class in jhelp.util.gui
A sprite, in an other word an image can be show/hide/translate easily over an other image.
JHelpSprite(int, int, int, int, JHelpImage, int) - Constructor for class jhelp.util.gui.JHelpSprite
Create a new instance of JHelpSprite
JHelpSprite(int, int, JHelpImage, JHelpImage, int) - Constructor for class jhelp.util.gui.JHelpSprite
Create a new instance of JHelpSprite
JHelpTextAlign - Enum in jhelp.util.gui
Text align values
JHelpTextAlign() - Constructor for enum jhelp.util.gui.JHelpTextAlign
 
JHelpTextLine - Class in jhelp.util.gui
Represents a part of text
JHelpTextLine(String, int, int, int, int, JHelpMask) - Constructor for class jhelp.util.gui.JHelpTextLine
Create a new instance of JHelpTextLine
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