A C D E F G H I K L M N O P R S T U V W

A

ACTION_SUFFIX - Static variable in interface org.psychomad.psycholib.ui.EasyAbstractActionValues
Suffix applied to the key used in resource file lookups for an action.
askLicenseAgreement() - Static method in class org.psychomad.psycholib.ui.EasyLicenseAgreement
Ask the user to accept the license.
Axis - Class in org.psychomad.psycholib.j3d.axis
This class allow to create easily a standard 3D axis (oX,oY,oZ).
Axis() - Constructor for class org.psychomad.psycholib.j3d.axis.Axis
Create the 3 axis (oX,oY,oZ) with a length of 6, named axes and plain draw lines.
Axis(float) - Constructor for class org.psychomad.psycholib.j3d.axis.Axis
Create the 3 axis (oX,oY,oZ) with a specified length, named axes and plain draw lines.
Axis(float, boolean, Axis.LINE_TYPES) - Constructor for class org.psychomad.psycholib.j3d.axis.Axis
Create the 3 axis (oX,oY,oZ) with specified length.
Axis.LINE_TYPES - Enum in org.psychomad.psycholib.j3d.axis
The different type of line that can be use to drawn the axis.

C

checkLicense() - Static method in class org.psychomad.psycholib.ui.EasyLicenseAgreement
 
checkLicense(String) - Static method in class org.psychomad.psycholib.ui.EasyLicenseAgreement
Allow to check if the license had been accepted by the user.
commands - Variable in class org.psychomad.psycholib.ui.EasyActions
Hashtable containing the commands.
computeNormal(TriangleArray, int) - Static method in class org.psychomad.psycholib.j3d.util.UtilTriangleArray
Compute the normal of a triangle store in a TriangleArray and update its normal value.
Config - Class in org.psychomad.psycholib.resources
This class allow to use a config file in ReadOnly mode or Writable mode.
Config(String, boolean) - Constructor for class org.psychomad.psycholib.resources.Config
This constructor init the path to the config file, and make this config file read only or writable according to the parameter.
createHyperLinkListener() - Method in class org.psychomad.psycholib.web.HtmlBrowser
 
createMenu(EasyActions, String, Config, Resources) - Method in class org.psychomad.psycholib.ui.EasyMenuBar
Create a menu.
createMenu(EasyActions, String, Class, Resources) - Method in class org.psychomad.psycholib.ui.EasyMenuBar2
Create a menu.

D

deb(Object) - Static method in class org.psychomad.psycholib.log.Log
This method allow to write to the stderr (or to a file if one available) the object pass in arg ONLY if the debug mode is activated.
display() - Method in class org.psychomad.psycholib.web.HtmlBrowser
 

E

EasyAbstractAction - Class in org.psychomad.psycholib.ui
This class represent action that can be used in application.
EasyAbstractAction(String, Config, Resources) - Constructor for class org.psychomad.psycholib.ui.EasyAbstractAction
Construct a EasyAbstractAction object with all the values correctly set, ie uses the name pass in arg to retreive all infos (image,tooltip,shortkey) from the properties files and correctly update the action.
EasyAbstractAction2 - Class in org.psychomad.psycholib.ui
This class represent action that can be used in application.
EasyAbstractAction2(String, Class, Resources) - Constructor for class org.psychomad.psycholib.ui.EasyAbstractAction2
Construct a EasyAbstractAction object with all the values correctly set, ie uses the name pass in arg to retreive all infos (image,tooltip,shortkey) from the properties files and correctly update the action.
EasyAbstractActionValues - Interface in org.psychomad.psycholib.ui
 
EasyActions - Class in org.psychomad.psycholib.ui
This class ease the creation of Actions.
EasyActions() - Constructor for class org.psychomad.psycholib.ui.EasyActions
The coonstructor instanciate required components.
EasyDialog - Class in org.psychomad.psycholib.ui
This class contains a lot of functionalities for displaying dialog boxes.
EasyDialog() - Constructor for class org.psychomad.psycholib.ui.EasyDialog
 
EasyLicenseAgreement - Class in org.psychomad.psycholib.ui
This class allow to use a window to validate (or not) the user license agreement.
EasyLicenseAgreement() - Constructor for class org.psychomad.psycholib.ui.EasyLicenseAgreement
 
EasyMenuBar - Class in org.psychomad.psycholib.ui
 
EasyMenuBar(EasyActions, Config, Resources) - Constructor for class org.psychomad.psycholib.ui.EasyMenuBar
Create the menubar for the app.
EasyMenuBar2 - Class in org.psychomad.psycholib.ui
 
EasyMenuBar2(EasyActions, Class, Resources) - Constructor for class org.psychomad.psycholib.ui.EasyMenuBar2
Create the menubar for the app.
EasyToolBar - Class in org.psychomad.psycholib.ui
 
EasyToolBar(EasyActions, Config, Resources) - Constructor for class org.psychomad.psycholib.ui.EasyToolBar
Create the Toolbar for the app.
err(Object) - Static method in class org.psychomad.psycholib.log.Log
This method allow to write to the stderr the object pass in arg.
EXIT_CODE_CORRUPTED_FILES - Static variable in interface org.psychomad.psycholib.std.ExitCodes
This code indicates corrupted files
EXIT_CODE_ERROR_LOADING_MAPFILE - Static variable in interface org.psychomad.psycholib.std.ExitCodes
This code indicates an error while loading the mapfile
EXIT_CODE_LICENSE_NOT_ACCEPTED - Static variable in interface org.psychomad.psycholib.std.ExitCodes
This code indicates that the user haven't accept the license
EXIT_CODE_NOK - Static variable in interface org.psychomad.psycholib.std.ExitCodes
This code indicates a general error
EXIT_CODE_OK - Static variable in interface org.psychomad.psycholib.std.ExitCodes
This code indicates to a correct exit status
EXIT_CODE_WRONG_ARGUMENTS - Static variable in interface org.psychomad.psycholib.std.ExitCodes
This code indicates a wrong number of arguments on the command line
ExitCodes - Interface in org.psychomad.psycholib.std
This class if useful since it define the exit codes that can be used by any application.

F

filename - Variable in class org.psychomad.psycholib.web.HtmlBrowser
 
fillMenuBar(EasyActions, Config, Resources) - Method in class org.psychomad.psycholib.ui.EasyMenuBar
Fill the Menu bar with appropiated menu.
fillMenuBar(EasyActions, Class, Resources) - Method in class org.psychomad.psycholib.ui.EasyMenuBar2
Fill the Menu bar with appropiated menu.
fillToolBar(EasyActions, Config, Resources) - Method in class org.psychomad.psycholib.ui.EasyToolBar
 
FPS - Class in org.psychomad.psycholib.j3d.info
This class implements a 'FPS measurer', that can be easily include in a java3D sceneGraph.
FPS() - Constructor for class org.psychomad.psycholib.j3d.info.FPS
Default constructor with refresh rate = 200.
FPS(int) - Constructor for class org.psychomad.psycholib.j3d.info.FPS
Constructor.
FPS(int, Shape3D) - Constructor for class org.psychomad.psycholib.j3d.info.FPS
Constructor.
frame - Variable in class org.psychomad.psycholib.web.HtmlBrowser
 
frameRate - Static variable in class org.psychomad.psycholib.j3d.info.FPS
 

G

getAction(String) - Method in class org.psychomad.psycholib.ui.EasyActions
Allow to retrieve an action from the whole set of available action.
getActions() - Method in class org.psychomad.psycholib.ui.EasyActions
Fetch the list of actions supported by this application.
getArea(TriangleArray, int) - Static method in class org.psychomad.psycholib.j3d.util.UtilTriangleArray
Compute the area of the triangle.
getDemoPanel() - Method in class org.psychomad.psycholib.web.HtmlBrowser
 
getDouble(String) - Method in class org.psychomad.psycholib.resources.Config
Returns the double which corresponds to the given key.
getFrameRate() - Static method in class org.psychomad.psycholib.j3d.info.FPS
Get the frame rate.
getGPoint(TriangleArray, int) - Static method in class org.psychomad.psycholib.j3d.util.UtilTriangleArray
Allow to get the G point of a triangle.
getInt(String) - Method in class org.psychomad.psycholib.resources.Config
Returns the int which corresponds to the given key.
getInt(String) - Static method in class org.psychomad.psycholib.resources.Resources
Returns the int which corresponds to the given key.
getMnemonic(String) - Static method in class org.psychomad.psycholib.resources.Resources
Retreive, from the resources file, the mnemonic associated with the key pass in arg.
getPath() - Method in class org.psychomad.psycholib.resources.Config
 
getSelectedFile() - Static method in class org.psychomad.psycholib.ui.EasyDialog
This method allow to get the string corresponding to the selected file int the fileChooser.
getString(String) - Method in class org.psychomad.psycholib.resources.Config
Returns the string property which corresponds to the given key.
getString(String) - Static method in class org.psychomad.psycholib.resources.Resources
Return the string property which corresponds to the given key.
getStringNoWarning(String) - Method in class org.psychomad.psycholib.resources.Config
 
getStringNoWarning(String) - Static method in class org.psychomad.psycholib.resources.Resources
Return the string property which corresponds to the given key.
GROUP - Static variable in class org.psychomad.psycholib.ui.EasyAbstractAction
The group of action (enable to get a better interface in toolbar)
GROUP - Static variable in class org.psychomad.psycholib.ui.EasyAbstractAction2
The group of action (enable to get a better interface in toolbar)
GROUP_SUFFIX - Static variable in interface org.psychomad.psycholib.ui.EasyAbstractActionValues
Suffix applied to the key used in resource file lookups for a group.

H

html - Variable in class org.psychomad.psycholib.web.HtmlBrowser
 
HtmlBrowser - Class in org.psychomad.psycholib.web
This class allow to display html content in a window.
HtmlBrowser(String, int, int) - Constructor for class org.psychomad.psycholib.web.HtmlBrowser
HtmlBrowser Constructor

I

IMAGE_SUFFIX - Static variable in interface org.psychomad.psycholib.ui.EasyAbstractActionValues
Suffix applied to the key used in resource file lookups for an image.
initialize() - Method in class org.psychomad.psycholib.j3d.info.FPS
 
isDebugModeEnabled() - Static method in class org.psychomad.psycholib.log.Log
Allow to know if the debug mode is active.

K

KEY_STROKE_SUFFIX - Static variable in interface org.psychomad.psycholib.ui.EasyAbstractActionValues
Suffix applied to the key used in resource file lookups for a KeyStroke

L

LABEL_SUFFIX - Static variable in interface org.psychomad.psycholib.ui.EasyAbstractActionValues
Suffix applied to the key used in resource file lookups for a label.
Log - Class in org.psychomad.psycholib.log
This class provides several methods to log messages.
Log() - Constructor for class org.psychomad.psycholib.log.Log
 

M

mainImpl(int, int) - Method in class org.psychomad.psycholib.web.HtmlBrowser
 
MissingPropertiesException - Exception in org.psychomad.psycholib.resources
This exception is thrown when a value can't be retreived from the properties files (ie : the corresponding string doesn't exist).
MissingPropertiesException(String) - Constructor for exception org.psychomad.psycholib.resources.MissingPropertiesException
Constructor of the class.
MNEMONIC_SUFFIX - Static variable in interface org.psychomad.psycholib.ui.EasyAbstractActionValues
Suffix applied to the key used in resource file lookups for a Mnemonic

N

nFrames - Variable in class org.psychomad.psycholib.j3d.info.FPS
 

O

OPEN_DIALOG - Static variable in class org.psychomad.psycholib.ui.EasyDialog
This value must be used if you want to open a Load dialog box.
org.psychomad.psycholib.j3d.axis - package org.psychomad.psycholib.j3d.axis
Provides for use prebuild basic axis in your J3D scene
org.psychomad.psycholib.j3d.info - package org.psychomad.psycholib.j3d.info
 
org.psychomad.psycholib.j3d.util - package org.psychomad.psycholib.j3d.util
 
org.psychomad.psycholib.log - package org.psychomad.psycholib.log
 
org.psychomad.psycholib.resources - package org.psychomad.psycholib.resources
 
org.psychomad.psycholib.std - package org.psychomad.psycholib.std
 
org.psychomad.psycholib.ui - package org.psychomad.psycholib.ui
 
org.psychomad.psycholib.web - package org.psychomad.psycholib.web
 
out(Object) - Static method in class org.psychomad.psycholib.log.Log
This method allow to write to the stdout the object pass in arg.

P

panel - Variable in class org.psychomad.psycholib.web.HtmlBrowser
 
processStimulus(Enumeration) - Method in class org.psychomad.psycholib.j3d.info.FPS
 

R

Resources - Class in org.psychomad.psycholib.resources
This class allow to use the resources files.
Resources() - Constructor for class org.psychomad.psycholib.resources.Resources
 

S

SAVE_DIALOG - Static variable in class org.psychomad.psycholib.ui.EasyDialog
This value must be used if you want to open a Save dialog box.
setDebFilename(String) - Static method in class org.psychomad.psycholib.log.Log
This method allow to use a file that get the debug output.
setDebugModeEnabled(boolean) - Static method in class org.psychomad.psycholib.log.Log
Allow to set the debug mode on or off.
setFileChooserDefaultDirectory(String) - Static method in class org.psychomad.psycholib.ui.EasyDialog
This method allow to set the default directory for the filechooser.
setParentComponent(Component) - Static method in class org.psychomad.psycholib.ui.EasyDialog
This method allow to init the parent component of the dialogs.
setProperty(String, String) - Method in class org.psychomad.psycholib.resources.Config
Make a call to the setPropety method of the Propeties class, in order to store the value in the resource file.
showErrorMsg(Object) - Static method in class org.psychomad.psycholib.ui.EasyDialog
Show an error message.
showFileChooser(int, String) - Static method in class org.psychomad.psycholib.ui.EasyDialog
Show a file chooser.
showFileChooser(int) - Static method in class org.psychomad.psycholib.ui.EasyDialog
Show a file chooser.
showInfoMsg(Object) - Static method in class org.psychomad.psycholib.ui.EasyDialog
Show an information message.
showInternalQuestionMsg(Component, Object) - Static method in class org.psychomad.psycholib.ui.EasyDialog
TODO Show a question message.
showQuestionMsg(Object) - Static method in class org.psychomad.psycholib.ui.EasyDialog
Show a question message.
startTime - Variable in class org.psychomad.psycholib.j3d.info.FPS
 
store() - Method in class org.psychomad.psycholib.resources.Config
 

T

text2D - Variable in class org.psychomad.psycholib.j3d.info.FPS
 
tokenize(String) - Static method in class org.psychomad.psycholib.ui.EasyDialog
Take the given string and chop it up into a series of strings on whitespace boundries.
TOOL_TIP_SUFFIX - Static variable in interface org.psychomad.psycholib.ui.EasyAbstractActionValues
Suffix applied to the key used in resource file lookups for a ToolTip

U

updateLanguage(Locale) - Static method in class org.psychomad.psycholib.resources.Resources
Allow to change of language.
updateStateActions() - Method in class org.psychomad.psycholib.ui.EasyActions
This method is able to decide which action is enabled or disable in the current state.
UtilTriangleArray - Class in org.psychomad.psycholib.j3d.util
This class allow to realize some mathematical operation on a triangle stored in a TriangleArray structure.
UtilTriangleArray() - Constructor for class org.psychomad.psycholib.j3d.util.UtilTriangleArray
 

V

valueOf(String) - Static method in enum org.psychomad.psycholib.j3d.axis.Axis.LINE_TYPES
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.psychomad.psycholib.j3d.axis.Axis.LINE_TYPES
Returns an array containing the constants of this enum type, in the order they're declared.

W

w - Variable in class org.psychomad.psycholib.j3d.info.FPS
 

A C D E F G H I K L M N O P R S T U V W

Copyright 2006 null. All Rights Reserved.