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

A

ActivityMonitor - Class in org.jorigin.task
A dialog dedicated to the reporting of tasks execution and activity monitoring.
ActivityMonitor(JFrame) - Constructor for class org.jorigin.task.ActivityMonitor
Create a new activity monitor as a modal dialog.
add(Component) - Method in class org.jorigin.gui.JPanelFrame
Appends the specified component to the end of this container.
add(Component, int) - Method in class org.jorigin.gui.JPanelFrame
Adds the specified component to this container at the given position.
add(Component, Object) - Method in class org.jorigin.gui.JPanelFrame
Adds the specified component to this container with the specified constraints to the end of this conainer.
add(Component, Object, int) - Method in class org.jorigin.gui.JPanelFrame
Adds the specified component to this container with the specified constraints at the specified index.
addChangeListener(ChangeListener) - Method in class org.jorigin.gui.JDatePanel
Add a ChangeListener to this panel.
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.
addImageFeature(JImageFeature) - Method in class org.jorigin.gui.JImagePanel
Attach the given image feature to this panel.
addImpl(Component, Object, int) - Method in class org.jorigin.gui.JPanelFrame
Adds the specified child Component.
addInternalFrame(String, Container) - Method in class org.jorigin.gui.JDesktopPane
Add a container as internal frame in the current desktop.
addInternalFrame(String, Container, boolean) - Method in class org.jorigin.gui.JDesktopPane
Add a container as internal frame in the current desktop.
addInternalFrame(JInternalFrame, boolean) - Method in class org.jorigin.gui.JDesktopPane
Add an internal frame to the desktop.
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.
APRIL - Static variable in class org.jorigin.gui.JDatePanel
APRIL month.
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.
AUGUST - Static variable in class org.jorigin.gui.JDatePanel
AUGUST month.

B

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

C

cascade() - Method in class org.jorigin.gui.JDesktopPane
Reorganize the frames of the desktop by using cascading
CASCADE - Static variable in class org.jorigin.gui.JDesktopPane
This flag represents a cascade organization for the internal frames.
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
 
close() - Method in class org.jorigin.logging.LogHandler
Override StreamHandler.close() to do a flush but not to close the output stream.
COMMAND_ACTIVE - Static variable in class org.jorigin.gui.JMemoryStateBar
The command used to activate the memory state bar.
COMMAND_GARBAGE - Static variable in class org.jorigin.gui.JMemoryStateBar
The command used to trigger garbage collecting.
Common - Class in org.jorigin
The information class about the Common libraries for JOrigin project.
Common() - Constructor for class org.jorigin.Common
 
contains(double, double) - Method in interface org.jorigin.gui.JImageFeature
Check if the point described by the given coordinates (x, y) is inside the feature.
contains(Shape) - Method in interface org.jorigin.gui.JImageFeature
Check if the shape given in parameter is inside the feature.
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.
createRootPane() - Method in class org.jorigin.gui.JPanelFrame
Called by the constructor methods to create the default rootPane.

D

DECEMBER - Static variable in class org.jorigin.gui.JDatePanel
DECEMBER month.
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.
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.
draw(Graphics2D, AffineTransform) - Method in interface org.jorigin.gui.JImageFeature
Draw this feature on the given graphic context.
drawSelectionShape(Graphics2D, Shape) - Method in class org.jorigin.gui.JImagePanel
Draw the given selection shape on the given graphics context.

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
 
FEBRUARY - Static variable in class org.jorigin.gui.JDatePanel
FEBRUARY month.
FileUtil - Class in org.jorigin.io
A file management API.
FileUtil() - Constructor for class org.jorigin.io.FileUtil
 
fireChangeEvent() - Method in class org.jorigin.gui.JDatePanel
Fire a change event to all the registered ChangeListener
fireEvent(PluginToolkitEvent) - Method in class org.jorigin.plugin.PluginToolkit
Fire a new plugin toolkit event to all registered listeners
fit() - Method in class org.jorigin.gui.JImageFrame
Fit the actual view to display the whole image.
fit() - Method in class org.jorigin.gui.JImagePanel
Fit the view in order to display the whole image.
fit(JInternalFrame) - Method in class org.jorigin.gui.JDesktopPane
Fit the given frame to take all the available space within the desktop pane.
FIT_CENTER - Static variable in class org.jorigin.gui.JDesktopPane
Added component are centered
FIT_CENTER_DELTA - Static variable in class org.jorigin.gui.JDesktopPane
Added component are centered then switched in x and y by a delta.
FIT_CENTER_RESIZE - Static variable in class org.jorigin.gui.JDesktopPane
Added component are centered and resized to fit the default.
FIT_CENTER_RESIZE_DELTA - Static variable in class org.jorigin.gui.JDesktopPane
Added component are centered, resized and switched by a delta.
FIT_NONE - Static variable in class org.jorigin.gui.JDesktopPane
No fit is applied to the added components

G

getActiveIcon() - Method in class org.jorigin.gui.JMemoryStateBar
Get the active icon.
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
 
getBundle(Locale) - Static method in class org.jorigin.lang.LangResourceBundle
Get the resource bundle attached to the given locale.
getContent() - Method in class org.jorigin.gui.JPanelFrame
Returns the content - null, if none has been set.
getContentPane() - Method in class org.jorigin.gui.JPanelFrame
Returns the contentPane.
getDate() - Method in class org.jorigin.gui.JDatePanel
Get the date attached to this panel
getDay() - Method in class org.jorigin.gui.JDatePanel
Get the day of the date.
getDefaultCloseOperation() - Method in class org.jorigin.gui.JPanelFrame
A convenience method for getting default close operation.
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.
getFitDeltaMax() - Method in class org.jorigin.gui.JDesktopPane
Get the fit delta maximum value.
getFitMethod() - Method in class org.jorigin.gui.JDesktopPane
Get the fit method used to initialize space occupation of new components.
getFrameDimensionRatio() - Method in class org.jorigin.gui.JDesktopPane
Get the frame dimension ratio for internal frame.
getFrameIcon() - Method in class org.jorigin.gui.JPanelFrame
Returns the frame's icon.
getGarbageIcon() - Method in class org.jorigin.gui.JMemoryStateBar
Get the icon displayed on the garbage button.
getGlassPane() - Method in class org.jorigin.gui.JPanelFrame
Returns the glassPane.
getGraphicsEnvironment() - Method in class org.jorigin.system.gui.GraphicsEnvironmentPanel
Get the GraphicsEnvironment displayed within this panel.
getHeaderBackground() - Method in class org.jorigin.gui.JPanelFrame
Determines and answers the header's background color.
getHour() - Method in class org.jorigin.gui.JDatePanel
Get the hour of the date
getIcon(String) - Static method in class org.jorigin.gui.IconLoader
Get an icon from the given path.
getIconImage() - Method in class org.jorigin.gui.JPanelFrame
Get the image that is displayed in the panel.
getIconPath() - Static method in class org.jorigin.gui.IconLoader
Get the path to use as root for the icon search.
getImage() - Method in class org.jorigin.gui.JImageFrame
Get the image that is displayed within the frame.
getImage() - Method in class org.jorigin.gui.JImagePanel
Get the image that is displayed within the panel.
getImage(String) - Static method in class org.jorigin.gui.IconLoader
Get an image from the given path.
getImageCoordinate(int, int) - Method in class org.jorigin.gui.JImagePanel
Get the coordinate within the image referential of the point located at (x, y) on the panel component.
getImageFeatures() - Method in class org.jorigin.gui.JImageFrame
Get the image features that are attached to the underlying image panel.
getImageFeatures() - Method in class org.jorigin.gui.JImagePanel
Get the image features attached to this panel.
getImagePanel() - Method in class org.jorigin.gui.JImagePanelToolBar
Get the image panel controlled by this tool bar.
getInactiveIcon() - Method in class org.jorigin.gui.JMemoryStateBar
Get the inactive icon
getInputStream(String) - Static method in class org.jorigin.io.IOStreamUtil
Open an InputStream from the resource located by the given uri.
getJMenuBar() - Method in class org.jorigin.gui.JPanelFrame
Returns the menubar set on this panel frame.
getKeys() - Method in class org.jorigin.lang.LangResourceBundle
 
getKeySet() - Method in class org.jorigin.lang.LangResource
Get the keys attached to the values.
getLayeredPane() - Method in class org.jorigin.gui.JPanelFrame
Returns the layeredPane.
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.
getMinute() - Method in class org.jorigin.gui.JDatePanel
Get the minute of the hour (0 - 59) specified by the current date
getMonth() - Method in class org.jorigin.gui.JDatePanel
Get the month of the date.
getName() - Method in interface org.jorigin.plugin.IPlugin
Get the name of the plugin.
getOrganizeMethod() - Method in class org.jorigin.gui.JDesktopPane
Get the organization method used by the desktop to organize components.
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.
getRefreshDelay() - Method in class org.jorigin.gui.JMemoryStateBar
Set the delay of time in milliseconds between two refreshes of the memory state bar.
getRenderingHints() - Method in class org.jorigin.gui.JRenderingHintsPanel
Get the rendering hints to edit with this component.
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.
getRootPane() - Method in class org.jorigin.gui.JPanelFrame
Return this component's single JRootPane child.
getScale() - Method in class org.jorigin.gui.JImagePanel
Get the current scale factor of the panel view.
getScaledIcon(String, Dimension) - Static method in class org.jorigin.gui.IconLoader
Get an icon and scale it to the desired size given in millimeters.
getSelectionMode() - Method in class org.jorigin.gui.JImagePanel
Get the selection mode used by the panel.
getSelectionShapeStroke() - Method in class org.jorigin.gui.JImagePanel
Get the stroke used when drawing selection shape.
getSize() - Method in class org.jorigin.task.TaskEvent
Get the size of the task.
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.
getTextForeground(boolean) - Method in class org.jorigin.gui.JPanelFrame
Determines and answers the header's text foreground color.
getTitle() - Method in class org.jorigin.gui.JPanelFrame
Returns the frame's title text.
getToolBar() - Method in class org.jorigin.gui.JPanelFrame
Returns the current JToolBar, null if none has been set before.
getTranslation() - Method in class org.jorigin.gui.JImagePanel
Get the translation applied to the view as a 2D point.
getUri() - Method in class org.jorigin.lang.xml.LangResourceXMLReader
Get the URI of the the XML document to read.
getViewCoordinate(float, float) - Method in class org.jorigin.gui.JImagePanel
Get the coordinate within the view referential of the point located at (x, y) on the image.
getYear() - Method in class org.jorigin.gui.JDatePanel
Return the year of the date.
GraphicsEnvironmentPanel - Class in org.jorigin.system.gui
A panel that display a GraphicsEnvironment.
GraphicsEnvironmentPanel() - Constructor for class org.jorigin.system.gui.GraphicsEnvironmentPanel
Create a new panel displaying the default GraphicsEnvironment.
GraphicsEnvironmentPanel(GraphicsEnvironment) - Constructor for class org.jorigin.system.gui.GraphicsEnvironmentPanel
Create a new panel displaying the given GraphicsEnvironment.

H

handleGetObject(String) - Method in class org.jorigin.lang.LangResourceBundle
 
handleKeySet() - Method in class org.jorigin.lang.LangResourceBundle
 

I

IconLoader - Class in org.jorigin.gui
A class dedicated to the load of icons.
IconLoader() - Constructor for class org.jorigin.gui.IconLoader
 
idListenerList - Variable in class org.jorigin.event.EventPool
The list of listenners attached to the pool
idListenerList - Variable in class org.jorigin.gui.JDatePanel
 
idListenerList - Variable in class org.jorigin.lang.xml.LangResourceXMLFilter
 
idListenerList - Variable in class org.jorigin.lang.xml.LangResourceXMLReader
 
idListenerList - Variable in class org.jorigin.plugin.PluginToolkit
 
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.
init(boolean, boolean) - Method in class org.jorigin.task.ActivityMonitor
Initialize the activity monitor.
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.
initGUI() - Method in class org.jorigin.gui.JDatePanel
Init the GUI
initGUI() - Method in class org.jorigin.gui.JImageFrame
Initialization of the Graphical User Interface components.
initGUI() - Method in class org.jorigin.gui.JImagePanelToolBar
Initialization of the Graphical User Interface components.
initGUI() - Method in class org.jorigin.gui.JMemoryStateBar
Init the GUI component of the memory monitor
initGUI() - Method in class org.jorigin.gui.JRenderingHintsPanel
Init the GUI
initGUI() - Method in class org.jorigin.system.gui.GraphicsEnvironmentPanel
Initialize the panel GUI components.
initGUI() - Method in class org.jorigin.task.ActivityMonitor
 
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.
inside(Shape) - Method in interface org.jorigin.gui.JImageFeature
Check if the shape given in parameter is inside the feature.
intersects(Shape) - Method in interface org.jorigin.gui.JImageFeature
Check if the shape given in parameter is intersecting the feature.
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
isAutoFit() - Method in class org.jorigin.gui.JImageFrame
Get if the underlying image panel fits the view when its resized.
isAutoFit() - Method in class org.jorigin.gui.JImagePanel
Get if the panel fits the view when its resized.
isAutoRepaint() - Method in class org.jorigin.gui.JImagePanel
Get if the panel is using auto repaint.
isBisextile(int) - Method in class org.jorigin.gui.JDatePanel
Compute if the given year if a bisextile year.
isImplements(Class<?>, Class<?>) - Static method in class org.jorigin.lang.ClassUtil
Check if the given class implements the given interface.
isPersistent() - Method in class org.jorigin.task.ActivityMonitor
Get the persistence value of the activity monitor.
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.
isRendering() - Method in class org.jorigin.gui.JImagePanel
Check if the panel is actually refreshing image and features.
isRootPaneCheckingEnabled() - Method in class org.jorigin.gui.JPanelFrame
Returns whether calls to add and setLayout are forwarded to the contentPane.
isSelected() - Method in class org.jorigin.gui.JPanelFrame
Answers if the panel is currently selected (or in other words active) or not.
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.

J

JANUARY - Static variable in class org.jorigin.gui.JDatePanel
JANUARY month.
JDatePanel - Class in org.jorigin.gui
A Simple component used to handle date display and modification.
JDatePanel() - Constructor for class org.jorigin.gui.JDatePanel
Construct a new default date panel.
JDatePanel(Date) - Constructor for class org.jorigin.gui.JDatePanel
Construct a new date panel attached to the given date.
JDesktopPane - Class in org.jorigin.gui
This class extends a JDesktopPane and provide organization methods for the internal frames.
JDesktopPane() - Constructor for class org.jorigin.gui.JDesktopPane
Create a new default desktop pane.
JImageFeature - Interface in org.jorigin.gui
An image feature that can be displayed within a JImagePanel.
JImageFrame - Class in org.jorigin.gui
A swing component that enables to display images by embedding a JImagePanel.
JImageFrame() - Constructor for class org.jorigin.gui.JImageFrame
Create a new frame dedicated to image display.
JImageFrame(BufferedImage) - Constructor for class org.jorigin.gui.JImageFrame
Create a new frame that displays the given image.
JImageFrame(String, Dimension, BufferedImage) - Constructor for class org.jorigin.gui.JImageFrame
Create a new frame that displays the given image.
JImagePanel - Class in org.jorigin.gui
A swing component that enables to display images.
JImagePanel() - Constructor for class org.jorigin.gui.JImagePanel
Create a new image panel.
JImagePanel(BufferedImage) - Constructor for class org.jorigin.gui.JImagePanel
Create a new image panel that display the given image.
JImagePanelToolBar - Class in org.jorigin.gui
A tool bar dedicated to image panel control.
JImagePanelToolBar(JImagePanel) - Constructor for class org.jorigin.gui.JImagePanelToolBar
Create a new image panel control tool bar.
JMemoryStateBar - Class in org.jorigin.gui
This class represents a simple widget dedicated to the monitoring of the available Java Runtime memory.
JMemoryStateBar() - Constructor for class org.jorigin.gui.JMemoryStateBar
Construct a new default memory monitor
JPanelFrame - Class in org.jorigin.gui
A JPanel subclass that has a drop shadow border and that provides a header with icon, title and tool bar.
JPanelFrame(String) - Constructor for class org.jorigin.gui.JPanelFrame
Constructs a JPanelFrame with the specified title.
JPanelFrame(String, JToolBar, JComponent) - Constructor for class org.jorigin.gui.JPanelFrame
Constructs a JPanelFrame with the specified title, tool bar, and content panel.
JPanelFrame(Icon, String) - Constructor for class org.jorigin.gui.JPanelFrame
Constructs a JPanelFrame with the specified icon, and title.
JPanelFrame(Icon, String, JToolBar, JComponent) - Constructor for class org.jorigin.gui.JPanelFrame
Constructs a JPanelFrame with the specified icon, title, tool bar, and content panel.
JRenderingHintsPanel - Class in org.jorigin.gui
A Panel designed for editing java Renderint hints.
JRenderingHintsPanel(RenderingHints) - Constructor for class org.jorigin.gui.JRenderingHintsPanel
Create a new Rendering Hints editor panel.
JRenderingHintsPanel(RenderingHints, boolean) - Constructor for class org.jorigin.gui.JRenderingHintsPanel
Create a new Rendering Hints editor panel.
JULY - Static variable in class org.jorigin.gui.JDatePanel
JULY month.
JUNE - Static variable in class org.jorigin.gui.JDatePanel
JUNE month.

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.
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.
listFiles(File, FileFilter) - Static method in class org.jorigin.io.FileUtil
List recursively a directory and its sub-directories.
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
lock - Variable in class org.jorigin.task.ActivityMonitor
A lock used to dispatch access to components in case of concurrent monitoring.
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

MARCH - Static variable in class org.jorigin.gui.JDatePanel
MARCH month.
MAY - Static variable in class org.jorigin.gui.JDatePanel
MAY month.
MODE_SELECTION_POINT - Static variable in class org.jorigin.gui.JImagePanel
The selection with point mode.
MODE_SELECTION_PROPERTY - Static variable in class org.jorigin.gui.JImagePanel
The image feature selection mode property name.
MODE_SELECTION_RECT - Static variable in class org.jorigin.gui.JImagePanel
The selection with rectangle mode.
MODE_SELECTION_SHAPE - Static variable in class org.jorigin.gui.JImagePanel
The selection with shape mode.
mosaic() - Method in class org.jorigin.gui.JDesktopPane
Reorganize the frames of the desktop by using mosaic
MOSAIC - Static variable in class org.jorigin.gui.JDesktopPane
This flag represents a mosaic organization for the internal frames.
MYSQL - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing a mysql path.

N

NONE - Static variable in class org.jorigin.gui.JDesktopPane
This flag represent a no organization method for the internal frames.
NOVEMBER - Static variable in class org.jorigin.gui.JDatePanel
NOVEMBER month.

O

OCTOBER - Static variable in class org.jorigin.gui.JDatePanel
OCTOBER month.
org.jorigin - package org.jorigin
 
org.jorigin.event - package org.jorigin.event
 
org.jorigin.gui - package org.jorigin.gui
 
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.system.gui - package org.jorigin.system.gui
 
org.jorigin.task - package org.jorigin.task
 
organize() - Method in class org.jorigin.gui.JDesktopPane
Organize the Internal frames following the default method
organize(int) - Method in class org.jorigin.gui.JDesktopPane
Organize the Internal frames following the method given in parameter.

P

paintComponent(Graphics) - Method in class org.jorigin.gui.JImagePanel
 
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 mapping system path, url and 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
processChangeEvent(ChangeEvent) - Method in class org.jorigin.gui.JRenderingHintsPanel
Process a change event dispatched by a component of the panel.
processingInstruction(String, String) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
processItemEvent(ItemEvent) - Method in class org.jorigin.gui.JRenderingHintsPanel
Process an item event dispatched by a component of the panel.
processTaskEvent(TaskEvent) - Method in class org.jorigin.task.ActivityMonitor
Process a task event.
processWindowEvent(WindowEvent) - Method in class org.jorigin.gui.JPanelFrame
Processes window events occurring on this component.
propertyChange(PropertyChangeEvent) - Method in class org.jorigin.gui.JImagePanelToolBar
 
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

refreshGUI() - Method in class org.jorigin.gui.JImageFrame
Refresh of the Graphical User Interface components.
refreshGUI() - Method in class org.jorigin.gui.JImagePanelToolBar
Refreshing the Graphical User Interface components.
refreshGUI() - Method in class org.jorigin.gui.JRenderingHintsPanel
Refresh the GUI
refreshGUI() - Method in class org.jorigin.system.gui.GraphicsEnvironmentPanel
Refresh the panel GUI components.
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.
remove(int) - Method in class org.jorigin.gui.JPanelFrame
Removes the component, specified by index, from this container.
remove(Component) - Method in class org.jorigin.gui.JPanelFrame
Removes the specified component from the container.
removeAll() - Method in class org.jorigin.gui.JPanelFrame
Removes all the components from this container.
removeChangeListener(ChangeListener) - Method in class org.jorigin.gui.JDatePanel
Remove the given ChangeListener from the panel.
removeImageFeature(JImageFeature) - Method in class org.jorigin.gui.JImagePanel
Remove the given image feature from this panel.
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
 

S

SCALE_PROPERTY - Static variable in class org.jorigin.gui.JImagePanel
The image feature scale property name.
SEPTEMBER - Static variable in class org.jorigin.gui.JDatePanel
SEPTEMBER month.
setActiveIcon(Icon) - Method in class org.jorigin.gui.JMemoryStateBar
Set the active icon.
setAutoFit(boolean) - Method in class org.jorigin.gui.JImageFrame
Set if the underlying image panel has to fit the view when its resized.
setAutoFit(boolean) - Method in class org.jorigin.gui.JImagePanel
Set if the panel has to fit the view when its resized.
setAutoRepaint(boolean) - Method in class org.jorigin.gui.JImagePanel
Set if the panel has to do auto repaint.
setContentPane(Container) - Method in class org.jorigin.gui.JPanelFrame
The "contentPane" is the primary container for application specific components.
setDate(Date) - Method in class org.jorigin.gui.JDatePanel
Set the date attached to this panel
setDay(int) - Method in class org.jorigin.gui.JDatePanel
Set the day of the date.
setDefaultCloseOperation(int) - Method in class org.jorigin.gui.JPanelFrame
A convenience method for setting default close operation.
setDocumentLocator(Locator) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
setFitDeltaMax(double) - Method in class org.jorigin.gui.JDesktopPane
Set the fit delta maximum value.
setFitMethod(int) - Method in class org.jorigin.gui.JDesktopPane
Set the fit method used to initialize space occupation of new components.
setFrameDimensionRatio(double) - Method in class org.jorigin.gui.JDesktopPane
Set the frame dimension ratio for internal frame.
setFrameIcon(Icon) - Method in class org.jorigin.gui.JPanelFrame
Sets a new frame icon.
setGarbageIcon(Icon) - Method in class org.jorigin.gui.JMemoryStateBar
Set the icon displayed on the garbage button.
setGlassPane(Component) - Method in class org.jorigin.gui.JPanelFrame
The glassPane is always the first child of the rootPane and the rootPanes layout manager ensures that it's always as big as the rootPane.
setGraphicsEnvironment(GraphicsEnvironment) - Method in class org.jorigin.system.gui.GraphicsEnvironmentPanel
Set the GraphicsEnvironment displayed within this panel.
setHour(int) - Method in class org.jorigin.gui.JDatePanel
Set the hour of the date.
setIconImage(Image) - Method in class org.jorigin.gui.JPanelFrame
Sets the image to be displayed in the minimized icon for this frame.
setIconPath(String) - Static method in class org.jorigin.gui.IconLoader
Set the path to use as root for the icon search.
setImage(BufferedImage) - Method in class org.jorigin.gui.JImageFrame
Set the image to display within the frame.
setImage(BufferedImage) - Method in class org.jorigin.gui.JImagePanel
Set the image to display within the panel.
setImageFeatures(List<JImageFeature>) - Method in class org.jorigin.gui.JImageFrame
Set the image features to attach to the underlying image panel.
setImageFeatures(List<JImageFeature>) - Method in class org.jorigin.gui.JImagePanel
Set the image features to attach to this panel.
setImagePanel(JImagePanel) - Method in class org.jorigin.gui.JImagePanelToolBar
Set the image panel to control with this tool bar.
setInactiveIcon(Icon) - Method in class org.jorigin.gui.JMemoryStateBar
Set the inactive icon
setJMenuBar(JMenuBar) - Method in class org.jorigin.gui.JPanelFrame
Sets the menubar for this panel frame.
setLayeredPane(JLayeredPane) - Method in class org.jorigin.gui.JPanelFrame
A Container that manages the contentPane and in some cases a menu bar.
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.
setMinute(int) - Method in class org.jorigin.gui.JDatePanel
Set the minute of the hour (0 - 59) specified by the current date
setMonth(int) - Method in class org.jorigin.gui.JDatePanel
Set the month of the date.
setOrganizeMethod(int) - Method in class org.jorigin.gui.JDesktopPane
Set the organization method used by the desktop to organize components.
setParent(ResourceBundle) - Method in class org.jorigin.lang.LangResourceBundle
 
setPersistent(boolean) - Method in class org.jorigin.task.ActivityMonitor
Specify if the activity monitor is persistent.
setPluginPackage(String) - Method in class org.jorigin.plugin.PluginToolkit
Set the core package of the plugins.
setProgressMaxValue(int) - Method in class org.jorigin.gui.SplashWindow
Set the maximum value of the progress bar attached to the splash windows.
setProgressValue(int) - Method in class org.jorigin.gui.SplashWindow
Set the current value of the progress bar attached to the splash windows.
setRefreshDelay(long) - Method in class org.jorigin.gui.JMemoryStateBar
Get the delay of time in milliseconds between two refreshes of the memory state bar.
setRenderingHints(RenderingHints) - Method in class org.jorigin.gui.JRenderingHintsPanel
Set the rendering hints to edit with this component.
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.
setRootPaneCheckingEnabled(boolean) - Method in class org.jorigin.gui.JPanelFrame
Sets whether calls to add and setLayout are forwarded to the contentPane.
setScale(double) - Method in class org.jorigin.gui.JImagePanel
Set the scale factor to apply to the panel view.
setSelected(boolean) - Method in class org.jorigin.gui.JPanelFrame
This panel draws its title bar differently if it is selected, which may be used to indicate to the user that this panel has the focus, or should get more attention than other simple internal frames.
setSelectionMode(int) - Method in class org.jorigin.gui.JImagePanel
Set the selection mode that the panel has to use.
setSelectionShapeStroke(Stroke) - Method in class org.jorigin.gui.JImagePanel
Set the stroke to use when drawing selection shape.
setState(String) - Method in class org.jorigin.gui.SplashWindow
Set the state of the splash windows, the state is the text displayed under the progress bar.
setTitle(String) - Method in class org.jorigin.gui.JPanelFrame
Sets a new title text.
setToolBar(JToolBar) - Method in class org.jorigin.gui.JPanelFrame
Sets a new JToolBar in the header.
setTranslation(Point2D) - Method in class org.jorigin.gui.JImagePanel
Set the translation to apply to the view.
setUri(String) - Method in class org.jorigin.lang.xml.LangResourceXMLReader
Set the URI of the the XML document to read.
setYear(int) - Method in class org.jorigin.gui.JDatePanel
Set the year of the date.
SHOW_PROGRESS_ALL - Static variable in class org.jorigin.task.ActivityMonitor
Show all the progress indicators (percent and units)
SHOW_PROGRESS_COUNT - Static variable in class org.jorigin.task.ActivityMonitor
Show the process in count of task units.
SHOW_PROGRESS_PERCENT - Static variable in class org.jorigin.task.ActivityMonitor
Show the progress in percent of the work.
showImageFrame(String, Dimension, Point, BufferedImage, boolean) - Static method in class org.jorigin.gui.JImageFrame
Create and display an image frame.
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
SplashWindow - Class in org.jorigin.gui
Create a splash screen with a progress bar.
SplashWindow(ImageIcon) - Constructor for class org.jorigin.gui.SplashWindow
Create a splash window displaying the image given in parameter.
SplashWindow(ImageIcon, int) - Constructor for class org.jorigin.gui.SplashWindow
Create a splash window displaying the image given in parameter and set the attached progress bar maximum value to intProgressMaxValue
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
 
startMonitor() - Method in class org.jorigin.gui.JMemoryStateBar
Start the monitoring of the Java Runtime memory.
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.
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.
stopMonitor() - Method in class org.jorigin.gui.JMemoryStateBar
Stop the monitoring of the Java Runtime memory.
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
Title: Task Event

U

UNKNOWN - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing an unknown path
update(Graphics) - Method in class org.jorigin.gui.JPanelFrame
Just calls paint(g).
updateGUI() - Method in class org.jorigin.gui.JDatePanel
Update the panel graphical components.
updateUI() - Method in class org.jorigin.gui.JPanelFrame
Updates the UI.
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 J K L M N O P R S T U V W 
All Classes All Packages