Package | Description |
---|---|
jhelp.util.gui |
GUI tools and utilities.
|
jhelp.util.list |
Different type of lists
|
jhelp.util.post |
Post office to send messages
|
jhelp.util.preference |
Preferences/configuration management
|
jhelp.util.text |
Textual tools and utilities
|
jhelp.util.thread |
Thread management
|
Modifier and Type | Method and Description |
---|---|
Pair<java.util.List<JHelpTextLine>,java.awt.Dimension> |
JHelpFont.computeTextLines(java.lang.String text,
JHelpTextAlign textAlign)
Compute text lines representation with this font
|
Pair<java.util.List<JHelpTextLine>,java.awt.Dimension> |
JHelpFont.computeTextLines(java.lang.String text,
JHelpTextAlign textAlign,
int limitWidth)
Compute text lines representation with this font
|
Pair<java.util.List<JHelpTextLine>,java.awt.Dimension> |
JHelpFont.computeTextLines(java.lang.String text,
JHelpTextAlign textAlign,
int limitWidth,
int limitHeight)
Compute text lines representation with this font
|
Pair<JHelpSprite,JHelpAnimatedImage> |
JHelpImage.createAnimatedSprite(int x,
int y,
int width,
int height,
JHelpAnimatedImage.AnimationMode animationMode)
Create a couple of sprite and associated animated image
MUSN'T be in draw mode |
Modifier and Type | Method and Description |
---|---|
Pair<java.lang.Integer,java.lang.Integer> |
SortedArray.intervalOf(TYPE element)
Compute interval index where should be insert a given element.
|
Modifier and Type | Field and Description |
---|---|
private ThreadedSimpleTask<Pair<Message,User>> |
PostOffice.giveMessage
Deliver message to user in separate thread
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,Pair<PreferenceType,java.lang.Object>> |
PreferencesParser.preferences
Preference to fill
|
private java.util.HashMap<java.lang.String,Pair<PreferenceType,java.lang.Object>> |
Preferences.preferences
Preferences map
|
private java.util.HashMap<java.lang.String,Pair<PreferenceType,java.lang.Object>> |
PreferencesSerializer.preferences
Preferences to serialize
|
Constructor and Description |
---|
PreferencesParser(java.io.File preferencesFile,
java.util.HashMap<java.lang.String,Pair<PreferenceType,java.lang.Object>> preferences)
Create a new instance of PreferencesParser and fill preferences from file
|
PreferencesSerializer(java.io.File preferencesFile,
java.util.HashMap<java.lang.String,Pair<PreferenceType,java.lang.Object>> preferences)
Create a new instance of PreferencesSerializer
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Pair<java.lang.Character,java.lang.Character>> |
StringExtractor.openCloseIgnore
Open/close pairs, to consider like "normal" character something between an open and a close character
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,java.util.ArrayList<Pair<ThreadedTask,java.lang.Object>>> |
Conditions.conditions
Conditions list
|
private java.util.HashMap<java.lang.String,Queue<Pair<ThreadedTask<?,?,?>,?>>> |
WaitingManager.waiters
Threaded task that are waiting
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
PostProgress.doThreadAction(Pair<ThreadedTask<?,?,PROGRESS>,PROGRESS> parameter)
Post the progression information
Parent documentation: Call when the turn of this thread comes. |