Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addExtensionPoint(String, Object) - Method in class org.jorigin.plugin.DefaultPlugger
 
addExtensionPoint(String, Object) - Method in interface org.jorigin.plugin.IPlugger
Add a new extension point to the plugger.
addListener(AWTEventListener) - Method in class org.jorigin.event.EventPool
Add a listener to the event pool.
addPluginDir(File) - Method in class org.jorigin.plugin.PluginToolkit
Add a new path in the plugin search path.
addPluginDir(String) - Method in class org.jorigin.plugin.PluginToolkit
Add a new path in the plugin search path.
addPluginExclude(String) - Method in class org.jorigin.plugin.DefaultPluginManager
 
addPluginExclude(String) - Method in interface org.jorigin.plugin.IPluginManager
Add a plugin name to the exclude list.
addPluginInclude(String) - Method in class org.jorigin.plugin.DefaultPluginManager
 
addPluginInclude(String) - Method in interface org.jorigin.plugin.IPluginManager
Add a plugin name to the include list.
addPluginManagerListener(PluginManagerListener) - Method in class org.jorigin.plugin.DefaultPluginManager
 
addPluginManagerListener(PluginManagerListener) - Method in interface org.jorigin.plugin.IPluginManager
Add a plugin manager listener to the plugin manager.
addPluginToolkitListener(PluginToolkitListener) - Method in class org.jorigin.plugin.PluginToolkit
Add a Plugin Toolkit Listener to this plugin toolkit
addResources(HashMap<String, String>) - Method in class org.jorigin.lang.LangResource
Add new map of lang resources to the current resources.
addResources(LangResource) - Method in class org.jorigin.lang.LangResource
Add new lang resources to the current resources.
ATTRIBUTE_KEY - Static variable in class org.jorigin.lang.xml.LangResourceContentHandler
The name of the resource key attribute
ATTRIBUTE_VALUE - Static variable in class org.jorigin.lang.xml.LangResourceContentHandler
The name of the resource value attribute.

B

BUILD - Static variable in class org.jorigin.Common
The build version.

C

characters(char[], int, int) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
ClassUtil - Class in org.jorigin.lang
This class contains method for managing Java classes.
ClassUtil() - Constructor for class org.jorigin.lang.ClassUtil
 
cleanDirectory(File) - Static method in class org.jorigin.io.FileUtil
Delete recursively the content of a directory.
clearUserProperties() - Method in interface org.jorigin.property.HandleUserProperties
Clear the user properties associated to this object.
close() - Method in class org.jorigin.logging.LogHandler
Override StreamHandler.close() to do a flush but not to close the output stream.
Common - Class in org.jorigin
The information class about the Common libraries for JOrigin project.
Common() - Constructor for class org.jorigin.Common
 
containsKey(String) - Method in class org.jorigin.lang.LangResourceBundle
 
copy(File, File) - Static method in class org.jorigin.io.FileUtil
Simple copy of a source file to a destination file
copy(InputStream, OutputStream) - Static method in class org.jorigin.io.IOStreamUtil
Simple copy of an input stream to an output stream.
copyDirectory(File, File) - Static method in class org.jorigin.io.FileUtil
Copying recursively a directory to another.

D

DefaultPlugger - Class in org.jorigin.plugin
This class is a default implementation of the IPlugger interface.
DefaultPlugger() - Constructor for class org.jorigin.plugin.DefaultPlugger
Create a new default plugger.
DefaultPluginManager - Class in org.jorigin.plugin
This class is a default implementation of the IPluginManager interface.
DefaultPluginManager(IPlugger) - Constructor for class org.jorigin.plugin.DefaultPluginManager
Create a default plugin manager.
deleteDirectory(File) - Static method in class org.jorigin.io.FileUtil
Delete recursively a directory and its content.
dispatchEvent(AWTEvent) - Method in class org.jorigin.event.EventPool
Dispatch a new event to all registered listeners.
distanceToAncestor(Class<?>, Class<?>) - Static method in class org.jorigin.lang.ClassUtil
Compute the hierarchical distance between the given class and an ancestor.
distanceToClass(Class<?>, Class<?>) - Static method in class org.jorigin.lang.ClassUtil
Compute the hierarchical distance between the given class and an ancestor class.
distanceToInterface(Class<?>, Class<?>) - Static method in class org.jorigin.lang.ClassUtil
Compute the hierarchical distance between the given class and the given interface.

E

ELEMENT_RESOURCE - Static variable in class org.jorigin.lang.xml.LangResourceContentHandler
The name of the resource XML element
ELEMENT_RESOURCES - Static variable in class org.jorigin.lang.xml.LangResourceContentHandler
The name of the resource list XML element
endDocument() - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
endDocument() - Method in class org.jorigin.lang.xml.LangResourceXMLFilter
 
endElement(String, String, String) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
endElement(String, String, String) - Method in class org.jorigin.lang.xml.LangResourceXMLFilter
 
endPrefixMapping(String) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
error(SAXParseException) - Method in class org.jorigin.lang.xml.LangResourceErrorHandler
 
error(SAXParseException) - Method in class org.jorigin.lang.xml.LangResourceXMLFilter
 
eventDispatched(TaskEvent) - Method in interface org.jorigin.task.TaskListener
Dispatch a TaskEvent in the listener
EventPool - Class in org.jorigin.event
Event pool class enable to share events between many components.
EventPool() - Constructor for class org.jorigin.event.EventPool
Construct a new event pool.

F

fatalError(SAXParseException) - Method in class org.jorigin.lang.xml.LangResourceErrorHandler
 
fatalError(SAXParseException) - Method in class org.jorigin.lang.xml.LangResourceXMLFilter
 
FileUtil - Class in org.jorigin.io
A file management API.
FileUtil() - Constructor for class org.jorigin.io.FileUtil
 
fireEvent(PluginToolkitEvent) - Method in class org.jorigin.plugin.PluginToolkit
Fire a new plugin toolkit event to all registered listeners

G

getAvailableLocales() - Method in class org.jorigin.lang.LangResource
Get the available locales.
getAvailableLocales() - Static method in class org.jorigin.lang.LangResourceBundle
Get the available locales.
getBufferedInputStream(String) - Static method in class org.jorigin.io.IOStreamUtil
Get a buffered input stream from the uri given in parameter.
getBufferedInputStream(String, int) - Static method in class org.jorigin.io.IOStreamUtil
Get a buffered input stream from the uri given in parameter.
getBufferedOutputStream(String) - Static method in class org.jorigin.io.IOStreamUtil
Get a buffered output stream to the uri given in parameter.
getBufferedOutputStream(String, int) - Static method in class org.jorigin.io.IOStreamUtil
Get a buffered output stream to the uri given in parameter.
getBundle(String, Locale, ClassLoader, ResourceBundle.Control) - Static method in class org.jorigin.lang.LangResourceBundle
Get the resource bundle attached to the given parameters.
getBundle(Locale) - Static method in class org.jorigin.lang.LangResourceBundle
Get the resource bundle attached to the given locale.
getDependencies() - Method in interface org.jorigin.plugin.IPlugin
Return the dependencies of the plugin.
getDescription() - Method in class org.jorigin.task.TaskEvent
Get the description of the task
getDirectory(String) - Static method in class org.jorigin.lang.PathUtil
Get the directory of the path given in parameter.
getExensionPoint(String) - Method in class org.jorigin.plugin.DefaultPlugger
 
getExensionPoint(String) - Method in interface org.jorigin.plugin.IPlugger
Return the extension point referenced by the given key.
getExtension(String) - Static method in class org.jorigin.lang.PathUtil
Get the extension of the file located by the path given in parameter.
getExtensionPointKeys() - Method in class org.jorigin.plugin.DefaultPlugger
 
getExtensionPointKeys() - Method in interface org.jorigin.plugin.IPlugger
Return all the keys identifying extension points.
getFileName(String) - Static method in class org.jorigin.lang.PathUtil
Return the file name pointed by the path given in parameter.
getIdentification() - Method in interface org.jorigin.identification.Identified
Get the identification of the object an an integer.
getInputStream(String) - Static method in class org.jorigin.io.IOStreamUtil
Open an InputStream from the resource located by the given uri.
getKeys() - Method in class org.jorigin.lang.LangResourceBundle
 
getKeySet() - Method in class org.jorigin.lang.LangResource
Get the keys attached to the values.
getLocale() - Method in class org.jorigin.lang.LangResource
Get the locale of the lang resource.
getLocale() - Method in class org.jorigin.lang.LangResourceBundle
 
getMessage() - Method in class org.jorigin.plugin.PluginToolkitEvent
Get the message attached to this event.
getName() - Method in interface org.jorigin.identification.Named
Get the name of the object.
getName() - Method in interface org.jorigin.plugin.IPlugin
Get the name of the plugin.
getOutputStream(String) - Static method in class org.jorigin.io.IOStreamUtil
Get an output stream to the uri given in parameter.
getParsedLangResource(String) - Method in class org.jorigin.lang.xml.LangResourceXMLReader
Get the language resources read from the XML document where URI is given in parameter.
getPlugin() - Method in class org.jorigin.plugin.PluginToolkitEvent
Get the plugin attached o this event.
getPluginExcludes() - Method in class org.jorigin.plugin.DefaultPluginManager
 
getPluginExcludes() - Method in interface org.jorigin.plugin.IPluginManager
Get the list of the name of the excluded plugins.
getPluginIncludes() - Method in class org.jorigin.plugin.DefaultPluginManager
 
getPluginIncludes() - Method in interface org.jorigin.plugin.IPluginManager
Get the list of the name of the included plugins.
getPluginState() - Method in interface org.jorigin.plugin.IPlugin
Return the state of the plugin.
getProgress() - Method in class org.jorigin.plugin.PluginToolkitEvent
Get the progress attached to this event.
getProtocol(String) - Static method in class org.jorigin.lang.PathUtil
Return the protocol of a path.
getResource() - Method in class org.jorigin.lang.xml.LangResourceXMLReader
Get the language resource read by this object.
getResource(String) - Method in class org.jorigin.lang.LangResource
Get a resource associated to a key.
getResource(String, String) - Method in class org.jorigin.lang.LangResource
Get a resource associated to a key.
getResource(String, String) - Static method in class org.jorigin.lang.LangResourceBundle
Get a resource associated to a key.
getResource(String, String[]) - Method in class org.jorigin.lang.LangResource
Get a parametrized resource associated to a key.
getResource(String, String[]) - Static method in class org.jorigin.lang.LangResourceBundle
Get a parametrized resource associated to a key.
getResourcePath() - Method in class org.jorigin.lang.LangResource
Set the root path of the resource language files.
getResourcePath() - Static method in class org.jorigin.lang.LangResourceBundle
Set the root path of the resource language files.
getResources() - Method in class org.jorigin.lang.LangResource
Get the map containing the lang resources.
getResources() - Static method in class org.jorigin.lang.LangResourceBundle
Get the map containing the lang resources.
getResources() - Method in class org.jorigin.lang.xml.LangResourceContentHandler
Get the resources attached to this content handler.
getSize() - Method in class org.jorigin.task.TaskEvent
Get the size of the task.
getStateValue() - Method in interface org.jorigin.state.HandleState
Get the state of the item as an integer value.
getStrictFileName(String) - Static method in class org.jorigin.lang.PathUtil
Return the file name pointed by the path without its extension.
getString(String) - Method in class org.jorigin.lang.LangResource
Get a resource into a String form.
getString(String, String[]) - Method in class org.jorigin.lang.LangResource
Get a parametrized resource into a String form.
getString(String, String[]) - Static method in class org.jorigin.lang.LangResourceBundle
Get a parametric resource into a String form.
getStringCap(String) - Static method in class org.jorigin.lang.LangResourceBundle
Get a resource into a String form.
getStringS(String) - Static method in class org.jorigin.lang.LangResourceBundle
Get a resource into a String form.
getTaskName() - Method in class org.jorigin.task.TaskEvent
Get the name of the task attached to this event
getTaskSize() - Method in class org.jorigin.plugin.PluginToolkitEvent
Get the size of the task within this event has been fired.
getUri() - Method in class org.jorigin.lang.xml.LangResourceXMLReader
Get the URI of the the XML document to read.
getUserProperty(String) - Method in interface org.jorigin.property.HandleUserProperties
Get the user property mapped with the given name.
getUserPropertyNames() - Method in interface org.jorigin.property.HandleUserProperties
Get the list of the names of all properties attached to this object.

H

HandleActivation - Interface in org.jorigin.state
An interface that describe an object that can be activated.
HandleDisplay - Interface in org.jorigin.state
An interface that describe an object that can be displayed.
handleGetObject(String) - Method in class org.jorigin.lang.LangResourceBundle
 
handleKeySet() - Method in class org.jorigin.lang.LangResourceBundle
 
HandleSelection - Interface in org.jorigin.state
An interface that describe an object that can handle selection state.
HandleState - Interface in org.jorigin.state
An interface that describe an object that can handle various states.
HandleUserProperties - Interface in org.jorigin.property
An interface that describe an object that can handle user properties.

I

Identified - Interface in org.jorigin.identification
An interface that describe an object that can be identified by an integer number.
idListenerList - Variable in class org.jorigin.event.EventPool
The list of listenners attached to the pool
idListenerList - Variable in class org.jorigin.lang.xml.LangResourceXMLFilter
The attached listeners.
idListenerList - Variable in class org.jorigin.lang.xml.LangResourceXMLReader
The attached listeners.
idListenerList - Variable in class org.jorigin.plugin.PluginToolkit
The attached listeners.
ignorableWhitespace(char[], int, int) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
init() - Static method in class org.jorigin.Common
Initialize the JOrigin common package.
init() - Method in class org.jorigin.lang.LangResource
Load all lang resource associated to the current locale.
initAborted(IPlugin, float) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called if the initialization task is aborted and is not complete.
initComplete(int) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when the plugins initialization task is completed.
initError(IPlugin, float) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called if an error has occurred during the initialization task.
initProgress(IPlugin, float) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when a progress is made during the initialization of all registered plugins.
initStarted(int) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when the initialization task for all registered plugins starts.
IOStreamUtil - Class in org.jorigin.io
This class is an helper class designed for the handling of I/O streams.
IOStreamUtil() - Constructor for class org.jorigin.io.IOStreamUtil
 
IPlugger - Interface in org.jorigin.plugin
This class represents a plugger.
IPlugin - Interface in org.jorigin.plugin
This interface represent an application plugin.
IPluginManager - Interface in org.jorigin.plugin
This interface specify the methods of a plugin manager.
isAbsolutePath(String) - Static method in class org.jorigin.lang.PathUtil
Return true if the path given in parameter is absolute.
isAbsoluteURL(String) - Static method in class org.jorigin.lang.PathUtil
Return true if the URL given in parameter is absolute
isImplements(Class<?>, Class<?>) - Static method in class org.jorigin.lang.ClassUtil
Check if the given class implements the given interface.
isPluginInitialized() - Method in interface org.jorigin.plugin.IPlugin
Return true if the plugin is initialized.
isPluginStarted() - Method in interface org.jorigin.plugin.IPlugin
Return true if the plugin is started, false otherwise.
isStateActivable() - Method in interface org.jorigin.state.HandleActivation
Get if the object can be activated.
isStateActivated() - Method in interface org.jorigin.state.HandleActivation
Get if the object is activated.
isStateDisplayable() - Method in interface org.jorigin.state.HandleDisplay
Get if the object display state can be modified.
isStateDisplaying() - Method in interface org.jorigin.state.HandleDisplay
Get if the object is currently displaying.
isStateSelectable() - Method in interface org.jorigin.state.HandleSelection
Get if the object can be selected.
isStateSelected() - Method in interface org.jorigin.state.HandleSelection
Get if the object is selected.
isSubClass(Class<?>, Class<?>) - Static method in class org.jorigin.lang.ClassUtil
Check if the class denoted theClass is a sub class of the class denoted by theAncestor.
isSubEntity(Class<?>, Class<?>) - Static method in class org.jorigin.lang.ClassUtil
Check if the given entity is a sub entity of ancestor.
isWorking() - Method in class org.jorigin.lang.xml.LangResourceXMLReader
Get if the reader is currently working.

K

keySet() - Method in class org.jorigin.lang.LangResourceBundle
 

L

LangResource - Class in org.jorigin.lang
This class enable to use lang localization in a Java application.
LangResource() - Constructor for class org.jorigin.lang.LangResource
Default constructor of lang resource.
LangResource(String) - Constructor for class org.jorigin.lang.LangResource
Construct a lang resource with the language file root given in parameter.
LangResource(String, Locale) - Constructor for class org.jorigin.lang.LangResource
Construct a lang resource with given path and for a given locale.
LangResourceBundle - Class in org.jorigin.lang
This class represent a bundle of XML based language resources.
LangResourceBundle() - Constructor for class org.jorigin.lang.LangResourceBundle
 
LangResourceContentHandler - Class in org.jorigin.lang.xml
A content handler for the lang resource XML files.
LangResourceContentHandler() - Constructor for class org.jorigin.lang.xml.LangResourceContentHandler
 
LangResourceErrorHandler - Class in org.jorigin.lang.xml
An error handler used with the LangResourceContentHandler.
LangResourceErrorHandler() - Constructor for class org.jorigin.lang.xml.LangResourceErrorHandler
 
LangResourceXMLFilter - Class in org.jorigin.lang.xml
A simple override of the XMLFilterImpl dedicated to the lang XML resource file parsing.
LangResourceXMLFilter() - Constructor for class org.jorigin.lang.xml.LangResourceXMLFilter
Create a new XML resource filter.
LangResourceXMLFilter(XMLReader) - Constructor for class org.jorigin.lang.xml.LangResourceXMLFilter
Create a new XML resource filter with an input parser.
LangResourceXMLReader - Class in org.jorigin.lang.xml
A XML reader used for handling XML language resource files.
LangResourceXMLReader() - Constructor for class org.jorigin.lang.xml.LangResourceXMLReader
Create a new XML language resource reader.
LangResourceXMLReader(String) - Constructor for class org.jorigin.lang.xml.LangResourceXMLReader
Create a new XML language resource reader.
list(File, FileFilter, boolean) - Static method in class org.jorigin.io.FileUtil
List a directory and select files that are selected by the given file filter
list(File, String, boolean) - Static method in class org.jorigin.io.FileUtil
List recursively a directory and select files that match the given regular expression.
listClasses(String) - Static method in class org.jorigin.lang.ClassUtil
List all the classes in the specified package as determined by the context class loader.
listPathes(File, FileFilter, boolean) - Static method in class org.jorigin.io.FileUtil
List a directory and select files that are selected by the given file filter
loadPlugins() - Method in class org.jorigin.plugin.PluginToolkit
Load all plugins available in the locations given to the toolkit.
locator - Variable in class org.jorigin.lang.xml.LangResourceContentHandler
Hold onto the locator for location information
logger - Static variable in class org.jorigin.Common
The logger used for reporting.
LogHandler - Class in org.jorigin.logging
This class is a convenience rewriting of ConsoleHandler class.
LogHandler() - Constructor for class org.jorigin.logging.LogHandler
Create a Log Handler for System.out.
LogHandler(OutputStream) - Constructor for class org.jorigin.logging.LogHandler
Create a Log Handler that publish its records to the given output
LogHandler(OutputStream, Level) - Constructor for class org.jorigin.logging.LogHandler
Create a Log Handler that publish its records to the given output.

M

MYSQL - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing a mysql path.

N

Named - Interface in org.jorigin.identification
An interface that describe an object that can be named.

O

org.jcommon.core - module org.jcommon.core
The module description of the JCommon package
org.jorigin - package org.jorigin
 
org.jorigin.event - package org.jorigin.event
 
org.jorigin.identification - package org.jorigin.identification
 
org.jorigin.io - package org.jorigin.io
 
org.jorigin.lang - package org.jorigin.lang
 
org.jorigin.lang.xml - package org.jorigin.lang.xml
 
org.jorigin.logging - package org.jorigin.logging
 
org.jorigin.plugin - package org.jorigin.plugin
 
org.jorigin.property - package org.jorigin.property
 
org.jorigin.state - package org.jorigin.state
 
org.jorigin.task - package org.jorigin.task
 

P

parse(String) - Method in class org.jorigin.lang.xml.LangResourceXMLFilter
 
parse(InputSource) - Method in class org.jorigin.lang.xml.LangResourceXMLFilter
 
pathToURI(String) - Static method in class org.jorigin.lang.PathUtil
Create a well formed URI from a path.
pathToURL(String) - Static method in class org.jorigin.lang.PathUtil
Return a Java URL representing the path given in parameter.
PathUtil - Class in org.jorigin.lang
This class provide methods for processing resource pathes (files, URL, URI, ...).
PathUtil() - Constructor for class org.jorigin.lang.PathUtil
 
PLUGIN_DISCOVERING_ARCHIVE - Static variable in class org.jorigin.plugin.PluginToolkitEvent
Flag used when the plugin discovery task is working on an archive.
PLUGIN_DISCOVERING_DIR - Static variable in class org.jorigin.plugin.PluginToolkitEvent
Flag used when the plugin discovery task is working on a directory.
PLUGIN_DISCOVERING_FINISHED - Static variable in class org.jorigin.plugin.PluginToolkitEvent
Flag used when the plugin discovery task has finished.
PLUGIN_DISCOVERING_START - Static variable in class org.jorigin.plugin.PluginToolkitEvent
Flag used when the plugin discovery task has sarted.
PLUGIN_INITIALIZED - Static variable in interface org.jorigin.plugin.IPlugin
Final identifier for the plugin state corresponding to initialized.
PLUGIN_LOADING_ERROR - Static variable in class org.jorigin.plugin.PluginToolkitEvent
Flag used when the plugin loading task has encountred an error.
PLUGIN_LOADING_FINISHED - Static variable in class org.jorigin.plugin.PluginToolkitEvent
Flag used when the plugin loading task finishes.
PLUGIN_LOADING_LOADED - Static variable in class org.jorigin.plugin.PluginToolkitEvent
Flag used when the plugin loading task has loaded a plugin.
PLUGIN_LOADING_START - Static variable in class org.jorigin.plugin.PluginToolkitEvent
Flag used when the plugin loading task starts.
PLUGIN_NO_DISCOVERY - Static variable in class org.jorigin.plugin.PluginToolkitEvent
Flag used when the plugin discovery task has found no plugin.
PLUGIN_STARTED - Static variable in interface org.jorigin.plugin.IPlugin
Identifier for the plugin state corresponding to started.
pluginAllInit() - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginAllInit() - Method in interface org.jorigin.plugin.IPluginManager
Init all plugins registered to this manager.
pluginAllRestart() - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginAllRestart() - Method in interface org.jorigin.plugin.IPluginManager
Restart all plugins registered to this manager.
pluginAllStart() - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginAllStart() - Method in interface org.jorigin.plugin.IPluginManager
Start all plugins registered to this manager.
pluginAllStop() - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginAllStop() - Method in interface org.jorigin.plugin.IPluginManager
Stop all plugins registered to theis manager.
pluginInit(IPlugger) - Method in interface org.jorigin.plugin.IPlugin
Init the plugin and give the plugin a reference to the plugger where it is registered.
pluginInit(IPlugin) - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginInit(IPlugin) - Method in interface org.jorigin.plugin.IPluginManager
Initialize the plugin given in parameter.
pluginInitializationError(IPlugin) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when an error has occurred during the initialization of a plugin by the plugin manager.
pluginInitialized(IPlugin) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when a plugin has been successfully initialized by the plugin manager.
PluginManagerListener - Interface in org.jorigin.plugin
This interface represents a plugin manager listener.
pluginRegister(IPlugin) - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginRegister(IPlugin) - Method in interface org.jorigin.plugin.IPluginManager
Register a plugin to the plugin manager.
pluginRegistered(IPlugin) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when a plugin has been successfully registered by the plugin manager.
pluginRegistrationError(IPlugin) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when an error has occurred during the registration of a plugin by the plugin manager.
pluginRestart(IPlugin) - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginRestart(IPlugin) - Method in interface org.jorigin.plugin.IPluginManager
Restart the plugin given in parameter.
pluginStart() - Method in interface org.jorigin.plugin.IPlugin
Method called when the plugger starts the plugin
pluginStart(IPlugin) - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginStart(IPlugin) - Method in interface org.jorigin.plugin.IPluginManager
Start the plugin given in parameter.
pluginStarted(IPlugin) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when a plugin has been successfully started by the plugin manager.
pluginStartError(IPlugin) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when an error has occurred during the start of a plugin by the plugin manager.
pluginStop() - Method in interface org.jorigin.plugin.IPlugin
Method called when the plugger stop the plugin
pluginStop(IPlugin) - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginStop(IPlugin) - Method in interface org.jorigin.plugin.IPluginManager
Stop the plugin given in parameter.
pluginStopError(IPlugin) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when an error has occurred during the stop of a plugin by the plugin manager.
pluginStopped(IPlugin) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when a plugin has been successfully stopped by the plugin manager.
PluginToolkit - Class in org.jorigin.plugin
This class is a toolkit used for helping plugin management.
PluginToolkit() - Constructor for class org.jorigin.plugin.PluginToolkit
Constuct a new default plugin toolkit.
PluginToolkitEvent - Class in org.jorigin.plugin
An event launched by the plugin toolkit.
PluginToolkitEvent(Object, int) - Constructor for class org.jorigin.plugin.PluginToolkitEvent
Create a new event with the source and identifier given in parameter
PluginToolkitEvent(Object, int, String) - Constructor for class org.jorigin.plugin.PluginToolkitEvent
Create a new event with the source and identifier given in parameter.
PluginToolkitEvent(Object, int, String, double) - Constructor for class org.jorigin.plugin.PluginToolkitEvent
Create a new event with the source and identifier given in parameter.
PluginToolkitEvent(Object, int, String, double, double) - Constructor for class org.jorigin.plugin.PluginToolkitEvent
Create a new event with the source and identifier given in parameter.
PluginToolkitEvent(Object, int, IPlugin, double) - Constructor for class org.jorigin.plugin.PluginToolkitEvent
Create a new event with the source and identifier given in parameter.
PluginToolkitEvent(Object, int, IPlugin, double, double) - Constructor for class org.jorigin.plugin.PluginToolkitEvent
Create a new event with the source and identifier given in parameter.
PluginToolkitListener - Interface in org.jorigin.plugin
The PluginToolkitListener is a convenience interface that wrap an AWTEventListener.
pluginUnregister(IPlugin) - Method in class org.jorigin.plugin.DefaultPluginManager
 
pluginUnregister(IPlugin) - Method in interface org.jorigin.plugin.IPluginManager
Unregister the given plugin from the plugin manager
processingInstruction(String, String) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
publish(LogRecord) - Method in class org.jorigin.logging.LogHandler
Publish a log record.
The logging request was made initially to a Logger object, which initialized the log record and forwarded it here.

R

relativize(String, String) - Static method in class org.jorigin.lang.PathUtil
Relativize given path against the given root
relativize(URI, URI) - Static method in class org.jorigin.lang.PathUtil
Relativize given uri from the given root.
removeListener(AWTEventListener) - Method in class org.jorigin.event.EventPool
Remove a listener from the event pool.
removePluginDir(File) - Method in class org.jorigin.plugin.PluginToolkit
Remove the given path from the plugin search path list.
removePluginDir(String) - Method in class org.jorigin.plugin.PluginToolkit
Remove the given path from the plugin search path list.
removePluginExclude(String) - Method in class org.jorigin.plugin.DefaultPluginManager
 
removePluginExclude(String) - Method in interface org.jorigin.plugin.IPluginManager
Remove a plugin name from the exclude list.
removePluginInclude(String) - Method in class org.jorigin.plugin.DefaultPluginManager
 
removePluginInclude(String) - Method in interface org.jorigin.plugin.IPluginManager
Remove a plugin name from the include list.
removePluginManagerListener(PluginManagerListener) - Method in class org.jorigin.plugin.DefaultPluginManager
 
removePluginManagerListener(PluginManagerListener) - Method in interface org.jorigin.plugin.IPluginManager
Remove a plugin manager listener from the plugin manager.
removePluginToolkitListener(PluginToolkitListener) - Method in class org.jorigin.plugin.PluginToolkit
Remove a Plugin Toolkit Listener from this plugin toolkit
removeRoot(String) - Static method in class org.jorigin.lang.PathUtil
Remove the root of a Path.
resolve(String, String) - Static method in class org.jorigin.lang.PathUtil
Resolve the path given in parameter against the root path given.
resource - Variable in class org.jorigin.lang.xml.LangResourceXMLReader
The underlying lang resource.

S

setDocumentLocator(Locator) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
setIdentification(int) - Method in interface org.jorigin.identification.Identified
Set the identification of the object as an integer.
setLocale(Locale) - Method in class org.jorigin.lang.LangResource
Set the locale of the lang resource.
setLocale(Locale) - Static method in class org.jorigin.lang.LangResourceBundle
Set the locale of the lang resource.
setLogger(Logger) - Static method in class org.jorigin.Common
Set the logger to use for reporting.
setName(String) - Method in interface org.jorigin.identification.Named
Set the name of the object.
setParent(ResourceBundle) - Method in class org.jorigin.lang.LangResourceBundle
 
setPluginPackage(String) - Method in class org.jorigin.plugin.PluginToolkit
Set the core package of the plugins.
setResourcePath(String) - Method in class org.jorigin.lang.LangResource
Set the root path of the resource language files.
setResourcePath(String) - Static method in class org.jorigin.lang.LangResourceBundle
Set the root path of the resource language files.
setStateActivable(boolean) - Method in interface org.jorigin.state.HandleActivation
Set if the object can be activated.
setStateActivated(boolean) - Method in interface org.jorigin.state.HandleActivation
Set if the object is activated.
setStateDisplayable(boolean) - Method in interface org.jorigin.state.HandleDisplay
Set if the object display state can be modified.
setStateDisplaying(boolean) - Method in interface org.jorigin.state.HandleDisplay
Set if the object has to be displaying.
setStateSelectable(boolean) - Method in interface org.jorigin.state.HandleSelection
Set if the object can be selected.
setStateSelected(boolean) - Method in interface org.jorigin.state.HandleSelection
Set if the object is selected.
setStateValue(int) - Method in interface org.jorigin.state.HandleState
Set the state of the item as an integer value.
setUri(String) - Method in class org.jorigin.lang.xml.LangResourceXMLReader
Set the URI of the the XML document to read.
setUserProperty(String, Object) - Method in interface org.jorigin.property.HandleUserProperties
Set the user property mapped with the given name to the given value.
size() - Method in class org.jorigin.lang.LangResource
Get the number of resourced values.
size(File) - Static method in class org.jorigin.io.FileUtil
Return the file or directory size in byte
skippedEntity(String) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
SMB - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing a samba path
startAborted(IPlugin, float) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called if the start task is aborted and is not complete.
startComplete(int) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when the plugins start task is completed.
startDocument() - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
startDocument() - Method in class org.jorigin.lang.xml.LangResourceXMLFilter
 
startElement(String, String, String, Attributes) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.jorigin.lang.xml.LangResourceXMLFilter
 
startPrefixMapping(String, String) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
startProgress(IPlugin, float) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when a progress is made during the start of all registered plugins.
startStarted(int) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when the start task for all registered plugins starts.
STATE_ACTIVE - Static variable in interface org.jorigin.state.HandleState
An integer that represents the activation of an item.
STATE_DISPLAYED - Static variable in interface org.jorigin.state.HandleState
An integer that represents the display of an item.
STATE_SELECTED - Static variable in interface org.jorigin.state.HandleState
An integer that represents the selection of an item.
stopAborted(IPlugin, float) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called if the stop task is aborted and is not complete.
stopComplete(int) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when the plugins stop task is completed.
stopProgress(IPlugin, float) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when a progress is made during the stop of all registered plugins.
stopStarted(int) - Method in interface org.jorigin.plugin.PluginManagerListener
This method is called when the stop task for all registered plugins starts.
SYSTEM - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing a system path.

T

TASK_ERROR - Static variable in class org.jorigin.task.TaskEvent
The task has produced an error.
TASK_FINISHED - Static variable in class org.jorigin.task.TaskEvent
The task has finished.
TASK_INFO - Static variable in class org.jorigin.task.TaskEvent
The task has produces an information.
TASK_PROGRESS - Static variable in class org.jorigin.task.TaskEvent
The task has progressed.
TASK_STARTED - Static variable in class org.jorigin.task.TaskEvent
The task has started.
TASK_SUSPENDED - Static variable in class org.jorigin.task.TaskEvent
The task is suspended.
TASK_WARNING - Static variable in class org.jorigin.task.TaskEvent
The task has produced a warning.
TaskEvent - Class in org.jorigin.task
An event that describes the life cycle of a task.
TaskEvent(AWTEvent) - Constructor for class org.jorigin.task.TaskEvent
Create a new task event.
TaskEvent(Object, int) - Constructor for class org.jorigin.task.TaskEvent
Create a new task event.
TaskEvent(Object, int, int) - Constructor for class org.jorigin.task.TaskEvent
Create a new task event.
TaskEvent(Object, int, String) - Constructor for class org.jorigin.task.TaskEvent
Create a new task event.
TaskEvent(Object, int, String, int) - Constructor for class org.jorigin.task.TaskEvent
Create a new task event.
TaskEvent(Object, int, String, String) - Constructor for class org.jorigin.task.TaskEvent
Create a new task event.
TaskEvent(Object, int, String, String, int) - Constructor for class org.jorigin.task.TaskEvent
Create a new task event.
TaskListener - Interface in org.jorigin.task
A listener that enables to process task event.

U

UNKNOWN - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing an unknown path
URIToPath(String) - Static method in class org.jorigin.lang.PathUtil
Return a system path from a non constrained path (uri, url, relative system path, ...)
URIToPath(URI) - Static method in class org.jorigin.lang.PathUtil
Convert a uri into a valid system path or a distant url path (http, ftp, ...)
URL_FILE - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing a URL path followin the file scheme
URL_FTP - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing a URL path followin the http scheme
URL_HTTP - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing a URL path followin the ftp scheme
URL_SFTP - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing a URL path followin the sftp scheme

V

version - Static variable in class org.jorigin.Common
The version number

W

warning(SAXParseException) - Method in class org.jorigin.lang.xml.LangResourceErrorHandler
 
warning(SAXParseException) - Method in class org.jorigin.lang.xml.LangResourceXMLFilter
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form