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

activatedLabel - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
The first selected label
ActivityCaret - Class in org.jorigin.task
This class is a hack of the DefaultCaret JSE class.
A default implementation of Caret.
ActivityCaret() - Constructor for class org.jorigin.task.ActivityCaret
Constructs a default caret.
ActivityMonitor - Class in org.jorigin.task
A class that enables to graphically monitor tasks.
ActivityMonitor(JFrame) - Constructor for class org.jorigin.task.ActivityMonitor
Creates a new default activity monitor attached to the given owner component.
ActivityMonitor(JFrame, boolean, boolean, boolean) - Constructor for class org.jorigin.task.ActivityMonitor
Create a new activity monitor.
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.
add(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Add an active label to the thumbnail.
addChangeListener(ChangeListener) - Method in class org.jorigin.gui.JDatePanel
Add a ChangeListener to this panel.
addChangeListener(ChangeListener) - Method in class org.jorigin.task.ActivityCaret
Adds a listener to track whenever the caret position has been changed.
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(String, JImageFeature) - Method in class org.jorigin.gui.JImagePanel
Attach the given image feature to this panel within the specified layer.
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.
addTaskListener(TaskListener) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Add a Task Listener to this object
addThumbnailListener(JThumbnailListener<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Add an Active Label Listener to this Active Label
addThumbnailPanelListener(JThumbnailPanelListener<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Add an Active Thumbnail Listener to this Active Thumbnail
adjustVisibility(Rectangle2D) - Method in class org.jorigin.task.ActivityCaret
Scrolls the associated view (if necessary) to make the caret visible.
ALWAYS_UPDATE - Static variable in class org.jorigin.task.ActivityCaret
Indicates that the caret position is to be always updated accordingly to the document changes regardless whether the document updates are performed on the Event Dispatching Thread or not.
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.
changeEvent - Variable in class org.jorigin.task.ActivityCaret
The change event for the model.
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.
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.
contains(Object) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns true if this thumbnail contains the specified element.
contains(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns true if this thumbnail contains the specified active label.
containsKey(String) - Method in class org.jorigin.lang.LangResourceBundle
 
content - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
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.
currentBgColor - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
currentBorder - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 

D

damage(Rectangle2D) - Method in class org.jorigin.task.ActivityCaret
Damages the area surrounding the caret to cause it to be repainted in a new location.
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.
deinstall(JTextComponent) - Method in class org.jorigin.task.ActivityCaret
Called when the UI is being removed from the interface of a JTextComponent.
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.
disposeTasks() - Method in class org.jorigin.task.ActivityMonitor
Dispose all active tasks displayed within the monitor.
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
 
equals(Object) - Method in class org.jorigin.task.ActivityCaret
Compares this object to the specified object.
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
fireEvent(TaskEvent) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
fireStateChanged() - Method in class org.jorigin.task.ActivityCaret
Notifies all listeners that have registered interest for notification on this event type.
fireThumbnailActivated(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
fireThumbnailActivated(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
fireThumbnailAdded(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
fireThumbnailEntered(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
fireThumbnailExited(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
fireThumbnailFocused(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
fireThumbnailNeedRefresh(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
fireThumbnailRemoved(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
fireThumbnailSelected() - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
fireThumbnailSelected(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
fireThumbnailSelected(JThumbnailPanel<T>, List<JThumbnail<T>>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
fireThumbnailSelected(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
fireThumbnailUnfocused(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
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
focusBgColor - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
focusColor - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
Color used for the coloring the background of the label where it's in focus state
focused - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
focusedBorder - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
focusGained(FocusEvent) - Method in class org.jorigin.task.ActivityCaret
Called when the component containing the caret gains focus.
focusLost(FocusEvent) - Method in class org.jorigin.task.ActivityCaret
Called when the component containing the caret loses focus.

G

getActivatedLabel() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Get the activated thumbnail.
getActiveIcon() - Method in class org.jorigin.gui.JMemoryStateBar
Get the active icon.
getActivityTracerHeight() - Method in class org.jorigin.task.ActivityMonitor
Get the desired height of the activity tracer in pixels.
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.
getBlinkRate() - Method in class org.jorigin.task.ActivityCaret
Gets the caret blink rate.
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.
getCellBounds(int, int) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns the bounds of the specified range of items in JList coordinates.
getChangeListeners() - Method in class org.jorigin.task.ActivityCaret
Returns an array of all the change listeners registered on this caret.
getComponent() - Method in class org.jorigin.task.ActivityCaret
Gets the text editor component that this caret is is bound to.
getContent() - Method in class org.jorigin.gui.JPanelFrame
Returns the content - null, if none has been set.
getContent() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Get the content that is displayed within this thumbnail.
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.
getDot() - Method in class org.jorigin.task.ActivityCaret
Fetches the current position of the caret.
getDotBias() - Method in class org.jorigin.task.ActivityCaret
Returns the bias of the caret position.
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.
getID() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Get the identifier of the thumbnail.
getIdentification() - Method in interface org.jorigin.identification.Identified
Get the identification of the object an an integer.
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(String) - Method in class org.jorigin.gui.JImageFrame
Get the image features that are attached to the underlying image panel.
getImageFeatures(String) - Method in class org.jorigin.gui.JImagePanel
Get the image features contained within the specified layer 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.
getLabel() - Method in class org.jorigin.task.gui.JTaskProgress
Get the label of this monitor.
getLabelContaining(Object) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Get the active label displaying the content object.
getLabelCount() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Get the number of thumbnails that are attached to this panel.
getLabelHeight() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Get the default height of the thumbnails displayed within this panel.
getLabelMargin() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Get the default margin size of the thumbnails displayed within this panel.
getLabelWidth() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Get the default width of the thumbnails displayed within this panel.
getLayeredPane() - Method in class org.jorigin.gui.JPanelFrame
Returns the layeredPane.
getListeners(Class<T>) - Method in class org.jorigin.task.ActivityCaret
Returns an array of all the objects currently registered as FooListeners upon this caret.
getLocale() - Method in class org.jorigin.lang.LangResource
Get the locale of the lang resource.
getLocale() - Method in class org.jorigin.lang.LangResourceBundle
 
getMagicCaretPosition() - Method in class org.jorigin.task.ActivityCaret
Gets the saved caret position.
getMark() - Method in class org.jorigin.task.ActivityCaret
Fetches the current position of the mark.
getMarkBias() - Method in class org.jorigin.task.ActivityCaret
Returns the bias of the mark.
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 class org.jorigin.gui.thumbnail.JThumbnail
 
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.
getNameOrientation() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Get the orientation of the thumbnail name.
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.
getProgressBar() - Method in class org.jorigin.task.gui.JTaskProgress
Get the progress bar attached to this monitor.
getProgressBarHeight() - Method in class org.jorigin.task.ActivityMonitor
Get the desired height of the progress bars in pixels.
getProgressLabelHeight() - Method in class org.jorigin.task.ActivityMonitor
Get the desired height of the progress labels in pixels.
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.JImagePanel
Get the rendering hints that this panel use.
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.
getSelectedIndex() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns the smallest selected cell index; the selection when only a single item is selected in the list.
getSelectedIndices() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns an array of all of the selected indices, in increasing order.
getSelectedThumbnail() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns the first selected label, or null if the selection is empty.
getSelectedThumbnails() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns an array of the labels for the selected cells.
getSelectedValues() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns an array of the values for the selected cells.
getSelectionMode() - Method in class org.jorigin.gui.JImagePanel
Get the selection mode used by the panel.
getSelectionMode() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns whether single-item or multiple-item selections are allowed.
getSelectionPainter() - Method in class org.jorigin.task.ActivityCaret
Gets the painter for the Highlighter.
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.
getState() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Get the state of this panel.
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.
getTextForeground(boolean) - Method in class org.jorigin.gui.JPanelFrame
Determines and answers the header's text foreground color.
getThumbRatio() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Get the thumb ratio.
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.
getUpdatePolicy() - Method in class org.jorigin.task.ActivityCaret
Gets the caret movement policy on document updates.
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.
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

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

IconLoader - Class in org.jorigin.gui
A class dedicated to the load of icons.
IconLoader() - Constructor for class org.jorigin.gui.IconLoader
 
idColor - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
Identified - Interface in org.jorigin.identification
An interface that describe an object that can be identified by an integer number.
idFont - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
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.gui.thumbnail.JThumbnail
Liste des ecouteurs informes des evenements du label
idListenerList - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
Liste des ecouteurs informes des evenements du thumbnail
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
 
idVisible - Variable in class org.jorigin.gui.thumbnail.JThumbnail
Is the numerical identifier of the thumbnail has to be visible.
By default this value is set to true.
ignorableWhitespace(char[], int, int) - Method in class org.jorigin.lang.xml.LangResourceContentHandler
 
indexOf(Object) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Returns the index in this list of the first occurrence of the specified active label, or -1 if this list does not contain this active label.
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
Init 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
 
initGUI() - Method in class org.jorigin.task.gui.JTaskProgress
 
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.
install(JTextComponent) - Method in class org.jorigin.task.ActivityCaret
Called when the UI is being installed into the interface of a JTextComponent.
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
isActive() - Method in class org.jorigin.task.ActivityCaret
Determines if the caret is currently active.
isActivityTracerVisible() - Method in class org.jorigin.task.ActivityMonitor
Get if the activity tracer that log progress details is visible.
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.
isFocused() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Set if the thumbnail is focused.
isIdVisible() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Get if the thumbnail numerical identifier is visible.
isImplements(Class<?>, Class<?>) - Static method in class org.jorigin.lang.ClassUtil
Check if the given class implements the given interface.
isLabelLoading - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
isLabelVisible() - Method in class org.jorigin.task.gui.JTaskProgress
Get if the label is visible.
isLayerDisplayed(String) - Method in class org.jorigin.gui.JImageFrame
Get if the layer is actually displaying within the underlying image panel.
isLayerDisplayed(String) - Method in class org.jorigin.gui.JImagePanel
Check if the given layer is displayed.
isLoading() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Get if this panel is currently loading.
isMarked() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Get if the thumbnail is marked.
isNameVisible() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Get if the thumbnail name is visible.
isPersistenceCheckBoxVisible() - Method in class org.jorigin.task.ActivityMonitor
Get if the persistence check box is visible.
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.
isProgessBarVisible() - Method in class org.jorigin.task.ActivityMonitor
Get if the progress bars are visible.
isProgessLabelVisible() - Method in class org.jorigin.task.ActivityMonitor
Get if the progress labels (textual labels above progress bars) are visible.
isProgressBarVisible() - Method in class org.jorigin.task.gui.JTaskProgress
Get if the progress bar is visible.
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.
isSelected() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Get if the thumbnail is selected.
isSelectionVisible() - Method in class org.jorigin.task.ActivityCaret
Checks whether the current selection is visible.
isShowProgressionText() - Method in class org.jorigin.task.ActivityMonitor
Set if the progression labels has to be visible.
isStandard() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Get if the thumbnail is standard.
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.
isUseNewLine() - Method in class org.jorigin.task.ActivityMonitor
Is the monitor use new line for writing task informations.
isVisible() - Method in class org.jorigin.task.ActivityCaret
Indicates whether or not the caret is currently visible.
isWorking() - Method in class org.jorigin.lang.xml.LangResourceXMLReader
Get if the reader is currently working.
itemPResentColor - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
 

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.
JTaskProgress - Class in org.jorigin.task.gui
A panel dedicated to task progress monitoring.
JTaskProgress() - Constructor for class org.jorigin.task.gui.JTaskProgress
Create a new default task progress.
JTaskProgress(boolean, boolean) - Constructor for class org.jorigin.task.gui.JTaskProgress
Create a new progress monitor.
JTaskProgress(JProgressBar, JLabel) - Constructor for class org.jorigin.task.gui.JTaskProgress
Create a new task progress monitor.
JThumbnail<T> - Class in org.jorigin.gui.thumbnail
A SWING component that is dedicated to the display of a thumbnail.
JThumbnail(String, int, int, int, int) - Constructor for class org.jorigin.gui.thumbnail.JThumbnail
Create a new thumbnail.
JThumbnail(String, T, JComponent, int, int, int, int) - Constructor for class org.jorigin.gui.thumbnail.JThumbnail
Create a new thumbnail that display the given component.
JThumbnailImage<T> - Class in org.jorigin.gui.thumbnail
A thumbnail that display an image as content.
JThumbnailImage(String, int, int, int, int, Image, T) - Constructor for class org.jorigin.gui.thumbnail.JThumbnailImage
Create a new thumbnail that use an image as displayable content.
JThumbnailListener<T> - Interface in org.jorigin.gui.thumbnail
An event listener that enables to monitor a thumbnail.
JThumbnailPanel<T> - Class in org.jorigin.gui.thumbnail
A panel dedicated to thumbnail display.
JThumbnailPanel() - Constructor for class org.jorigin.gui.thumbnail.JThumbnailPanel
Create a new empty thumbnail panel.
JThumbnailPanel(int) - Constructor for class org.jorigin.gui.thumbnail.JThumbnailPanel
Create a new thumbnail panel that display the given number of thumbnail per line.
JThumbnailPanelListener<T> - Interface in org.jorigin.gui.thumbnail
An event listener that can deal with JThumbnailPanel.
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

labelActivated() - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
labelCount - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
labelHeight - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
labelMargin - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
labels - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
The label added to the list
labelWidth - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
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.
lastSelectedIndex - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
The index corresponding to the last selected index
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.
listenerList - Variable in class org.jorigin.task.ActivityCaret
The event listener list.
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

MARCH - Static variable in class org.jorigin.gui.JDatePanel
MARCH month.
marked - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
markedBgColor - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
MAY - Static variable in class org.jorigin.gui.JDatePanel
MAY month.
minimumLayoutSize(Container) - Method in class org.jorigin.gui.layout.WrapLayout
Returns the minimum dimensions needed to layout the visible components contained in the specified target container.
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.
mouseClicked(MouseEvent) - Method in class org.jorigin.gui.thumbnail.JThumbnail
mouseClicked
mouseClicked(MouseEvent) - Method in class org.jorigin.task.ActivityCaret
Called when the mouse is clicked.
mouseDragged(MouseEvent) - Method in class org.jorigin.task.ActivityCaret
Moves the caret position according to the mouse pointer's current location.
mouseEntered(MouseEvent) - Method in class org.jorigin.gui.thumbnail.JThumbnail
mouseEntered
mouseEntered(MouseEvent) - Method in class org.jorigin.task.ActivityCaret
Called when the mouse enters a region.
mouseExited(MouseEvent) - Method in class org.jorigin.gui.thumbnail.JThumbnail
mouseExited
mouseExited(MouseEvent) - Method in class org.jorigin.task.ActivityCaret
Called when the mouse exits a region.
mouseMoved(MouseEvent) - Method in class org.jorigin.task.ActivityCaret
Called when the mouse is moved.
mousePressed(MouseEvent) - Method in class org.jorigin.gui.thumbnail.JThumbnail
mousePressed
mousePressed(MouseEvent) - Method in class org.jorigin.task.ActivityCaret
If button 1 is pressed, this is implemented to request focus on the associated text component, and to set the caret position.
mouseReleased(MouseEvent) - Method in class org.jorigin.gui.thumbnail.JThumbnail
mouseReleased
mouseReleased(MouseEvent) - Method in class org.jorigin.task.ActivityCaret
Called when the mouse is released.
moveCaret(MouseEvent) - Method in class org.jorigin.task.ActivityCaret
Tries to move the position of the caret from the coordinates of a mouse event, using viewToModel().
moveDot(int) - Method in class org.jorigin.task.ActivityCaret
Moves the caret position to the specified position, with a forward bias.
moveDot(int, Position.Bias) - Method in class org.jorigin.task.ActivityCaret
Moves the caret position to the specified position, with the specified bias.
MYSQL - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing a mysql path.

N

name - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
Named - Interface in org.jorigin.identification
An interface that describe an object that can be named.
nameLB - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
nameOrientation - Variable in class org.jorigin.gui.thumbnail.JThumbnail
Where the name of the label has to be visible.
nameVisible - Variable in class org.jorigin.gui.thumbnail.JThumbnail
Is the name of the thumbnail have to be visible.
By default this value is set to true.
NEVER_UPDATE - Static variable in class org.jorigin.task.ActivityCaret
Indicates that the caret should remain at the same absolute position in the document regardless of any document updates, except when the document length becomes less than the current caret position due to removal.
NONE - Static variable in class org.jorigin.gui.JDesktopPane
This flag represent a no organization method for the internal frames.
normalColor - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
Color used for the coloring the background of the label where it's in standard state
NOVEMBER - Static variable in class org.jorigin.gui.JDatePanel
NOVEMBER month.

O

OCTOBER - Static variable in class org.jorigin.gui.JDatePanel
OCTOBER month.
org.jcommon - module org.jcommon
The module description of the JCommon package
org.jorigin - package org.jorigin
 
org.jorigin.event - package org.jorigin.event
 
org.jorigin.gui - package org.jorigin.gui
 
org.jorigin.gui.layout - package org.jorigin.gui.layout
 
org.jorigin.gui.thumbnail - package org.jorigin.gui.thumbnail
 
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.system.gui - package org.jorigin.system.gui
 
org.jorigin.task - package org.jorigin.task
 
org.jorigin.task.gui - package org.jorigin.task.gui
 
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

paint(Graphics) - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
paint(Graphics) - Method in class org.jorigin.task.ActivityCaret
Renders the caret as a vertical line.
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 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
positionCaret(MouseEvent) - Method in class org.jorigin.task.ActivityCaret
Tries to set the position of the caret from the coordinates of a mouse event, using viewToModel().
preferredLayoutSize(Container) - Method in class org.jorigin.gui.layout.WrapLayout
Returns the preferred dimensions for this layout given the visible components in the specified target container.
processActiveLabelMouseEvent(MouseEvent) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Process a MouseEvent fired by an active label.
processChangeEvent(ChangeEvent) - Method in class org.jorigin.gui.JRenderingHintsPanel
Process a change event dispatched by a component of the panel.
processComponentMouseEvent(MouseEvent) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Processin embed component mouse event.
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.
processLabelMouseEvent(MouseEvent) - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
processTaskEvent(TaskEvent) - Method in class org.jorigin.task.ActivityMonitor
Process a task event.
processTaskEvent(TaskEvent, boolean) - 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

refresh() - Method in class org.jorigin.gui.thumbnail.JThumbnail
Refresh the graphical components of the thumbnail.
refresh() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Refresh the thumbnail by refreshing all the activelabels conained
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.gui.thumbnail.JThumbnail
 
refreshGUI() - Method in class org.jorigin.gui.thumbnail.JThumbnailImage
 
refreshGUI() - Method in class org.jorigin.system.gui.GraphicsEnvironmentPanel
Refresh the panel GUI components.
refreshGUI() - Method in class org.jorigin.task.ActivityMonitor
Refresh the graphical user interface 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.
remove(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Remove the given thumbnail from this panel.
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.
removeChangeListener(ChangeListener) - Method in class org.jorigin.task.ActivityCaret
Removes a listener that was tracking caret position changes.
removeImageFeature(String, JImageFeature) - Method in class org.jorigin.gui.JImagePanel
Remove the given image feature from the specified layer.
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.
removeTaskListener(TaskListener) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Remove a Task Listener from this object
removeThumbnailListener(JThumbnailListener<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Remove an Active Label Listener from this Active Label
removeThumbnailPanelListener(JThumbnailPanelListener<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Remove an Active Thumbnail Listener from this Active Thumbnail
repaint() - Method in class org.jorigin.task.ActivityCaret
Cause the caret to be painted.
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.
scrollToIndices(int[]) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Move view rect to the component assigned the indices given in parameter.
scrollToSelected() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Scroll the view to selected thumbnails.
scrollToSelectedIndices() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Move view rect to the component assigned to selected indices.
select(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Add the label given in parameter to the selected labels
selected - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
selectedBgColor - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
selectedColor - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
Color used for the coloring the background of the label where it's in selected state
selectedLabels - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
The selected labels
SEPTEMBER - Static variable in class org.jorigin.gui.JDatePanel
SEPTEMBER month.
setActiveIcon(Icon) - Method in class org.jorigin.gui.JMemoryStateBar
Set the active icon.
setActivityTracerHeight(int) - Method in class org.jorigin.task.ActivityMonitor
Set the the desired height of the activity tracer in pixels.
setActivityTracerVisible(boolean) - Method in class org.jorigin.task.ActivityMonitor
Set if the activity tracer that log progress details has to be visible.
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.
setBlinkRate(int) - Method in class org.jorigin.task.ActivityCaret
Sets the caret blink rate.
setContent(T) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Set the content that is displayed within this thumbnail.
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
 
setDot(int) - Method in class org.jorigin.task.ActivityCaret
Sets the caret position and mark to the specified position, with a forward bias.
setDot(int, Position.Bias) - Method in class org.jorigin.task.ActivityCaret
Sets the caret position and mark to the specified position, with the specified bias.
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.
setFocused(boolean) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Get if the thumbnail is focused.
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.
setIdentification(int) - Method in interface org.jorigin.identification.Identified
Set the identification of the object as an integer.
setIdFont(Font) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Set the font to use for the thumbnail identifier display.
setIdVisible(boolean) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Set if the thumbnail numerical identifier has to be visible.
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(String, List<JImageFeature>) - Method in class org.jorigin.gui.JImageFrame
Set the image features to attach to the underlying image panel.
setImageFeatures(String, List<JImageFeature>) - Method in class org.jorigin.gui.JImagePanel
Set the image features to attach to this panel within the specified layer.
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.
setLabelCount(int) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Set the number of thumbnails that are attached to this panel.
setLabelHeight(int) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Set the default height of the thumbnails displayed within this panel.
setLabelMargin(int) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Set the default margin size of the thumbnails displayed within this panel.
setLabelVisible(boolean) - Method in class org.jorigin.task.gui.JTaskProgress
Set if the label is visible.
setLabelWidth(int) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Set the default width of the thumbnails displayed within this panel.
setLayerDisplayed(String, boolean) - Method in class org.jorigin.gui.JImageFrame
Set if the layer has to be displayed within the underlying image panel.
setLayerDisplayed(String, boolean) - Method in class org.jorigin.gui.JImagePanel
Set if the given layer has to be displayed.
setLayeredPane(JLayeredPane) - Method in class org.jorigin.gui.JPanelFrame
A Container that manages the contentPane and in some cases a menu bar.
setLoading(boolean) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Set if this panel is currently loading.
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.
setMagicCaretPosition(Point) - Method in class org.jorigin.task.ActivityCaret
Saves the current caret position.
setMarked(boolean) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Set if the thumbnail is marked.
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.
setName(String) - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
setName(String) - Method in interface org.jorigin.identification.Named
Set the name of the object.
setNameOrientation(String) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Set the orientation of the thumbnail name.
setNameVisible(boolean) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Set if the thumbnail name has to be visible.
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
 
setPersistenceCheckBoxVisible(boolean) - Method in class org.jorigin.task.ActivityMonitor
Set if the persistence check box has to be visible.
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.
setProgressBarHeight(int) - Method in class org.jorigin.task.ActivityMonitor
Set the desired height of the progress bars in pixels.
setProgressBarVisible(boolean) - Method in class org.jorigin.task.ActivityMonitor
Set if the progress bars are visible.
setProgressBarVisible(boolean) - Method in class org.jorigin.task.gui.JTaskProgress
Set if the progress bar is visible.
setProgressLabelHeight(int) - Method in class org.jorigin.task.ActivityMonitor
Set the desired height of the progress labels in pixels.
setProgressLabelVisible(boolean) - Method in class org.jorigin.task.ActivityMonitor
Set if the progress labels (textual labels above progress bars) are visible.
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.JImagePanel
Set the rendering hints that this panel has to use.
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.
setSelected(boolean) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Set if the thumbnail is selected.
setSelectedIndex(int) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Selects a single cell.
setSelectedIndices(int[]) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Changes the selection to be the set of indices specified by the given array.
setSelectedThumbnail(JThumbnail<T>, boolean) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Selects the specified label in the list.
setSelectedValue(Object, boolean) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Selects the specified object from the list.
setSelectionMode(int) - Method in class org.jorigin.gui.JImagePanel
Set the selection mode that the panel has to use.
setSelectionMode(int) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Determines whether single-item or multiple-item selections are allowed.
setSelectionShapeStroke(Stroke) - Method in class org.jorigin.gui.JImagePanel
Set the stroke to use when drawing selection shape.
setSelectionVisible(boolean) - Method in class org.jorigin.task.ActivityCaret
Changes the selection visibility.
setShowProgressionText(boolean) - Method in class org.jorigin.task.ActivityMonitor
Get if the progression labels are visible.
setStandard(boolean) - Method in class org.jorigin.gui.thumbnail.JThumbnail
Set if the thumbnail is standard.
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.
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.
setThumbRatio(double) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Set the thumb ratio.
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.
setUpdatePolicy(int) - Method in class org.jorigin.task.ActivityCaret
Sets the caret movement policy on the document updates.
setUri(String) - Method in class org.jorigin.lang.xml.LangResourceXMLReader
Set the URI of the the XML document to read.
setUseNewLine(boolean) - Method in class org.jorigin.task.ActivityMonitor
Set if the monitor use new line for writing task informations.
setUserProperty(String, Object) - Method in interface org.jorigin.property.HandleUserProperties
Set the user property mapped with the given name to the given value.
setVisible(boolean) - Method in class org.jorigin.task.ActivityCaret
Sets the caret visibility, and repaints the caret.
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 progress flag.
SHOW_PROGRESS_COUNT - Static variable in class org.jorigin.task.ActivityMonitor
Show the progress count flag.
SHOW_PROGRESS_PERCENT - Static variable in class org.jorigin.task.ActivityMonitor
Show the progress percent flag.
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
standard - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
standardBgColor - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
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.
state - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
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.
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
A listener that enables to process task event.
thumbnailActivated(JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailListener
The thumbnail has been activated.
thumbnailActivated(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailPanelListener
The given thumbnail has been activated within the panel.
thumbnailAdded(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailPanelListener
The given thumbnail has been added to the panel.
thumbnailComponent - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
thumbnailEntered(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailPanelListener
The given thumbnails have been activated within the panel.
thumbnailExited(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailPanelListener
The given thumbnail has been exited.
thumbnailFocused(JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailListener
The thumbnail has been focused.
thumbnailID - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
thumbnailMargin - Variable in class org.jorigin.gui.thumbnail.JThumbnail
 
thumbnailNeedRefresh(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailPanelListener
The given thumbnail need to be refreshed.
thumbnailPN - Variable in class org.jorigin.gui.thumbnail.JThumbnail
The panel dedicated to thumbnail content display.
thumbnailRemoved(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailPanelListener
The given thumbnail has been removed from the panel.
thumbnailSelected(JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailListener
The thumbnail has been selected.
thumbnailSelected(JThumbnailPanel<T>, List<JThumbnail<T>>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailPanelListener
The given thumbnails have been selected within the panel.
thumbnailSelected(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailPanelListener
The given thumbnail has been selected within the panel.
thumbnailUnfocused(JThumbnail<T>) - Method in interface org.jorigin.gui.thumbnail.JThumbnailListener
The thumbnail has been unfocused.
thumbRatio - Variable in class org.jorigin.gui.thumbnail.JThumbnailPanel
 
toString() - Method in class org.jorigin.task.ActivityCaret
 

U

UNKNOWN - Static variable in class org.jorigin.lang.PathUtil
A constant symbolizing an unknown path
unselect(JThumbnail<T>) - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Remove the label given in parameter to the selected labels
unselectAll() - Method in class org.jorigin.gui.thumbnail.JThumbnailPanel
Unselect all the selected label.
update(Graphics) - Method in class org.jorigin.gui.JPanelFrame
Just calls paint(g).
UPDATE_WHEN_ON_EDT - Static variable in class org.jorigin.task.ActivityCaret
Indicates that the caret position is to be updated only when document changes are performed on the Event Dispatching Thread.
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

validate() - Method in class org.jorigin.gui.thumbnail.JThumbnail
 
validate() - Method in class org.jorigin.gui.thumbnail.JThumbnailImage
 
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
 
WrapLayout - Class in org.jorigin.gui.layout
FlowLayout subclass that fully supports wrapping of components.
WrapLayout() - Constructor for class org.jorigin.gui.layout.WrapLayout
Constructs a new WrapLayout with a left alignment and a default 5-unit horizontal and vertical gap.
WrapLayout(int) - Constructor for class org.jorigin.gui.layout.WrapLayout
Constructs a new FlowLayout with the specified alignment and a default 5-unit horizontal and vertical gap.
WrapLayout(int, int, int) - Constructor for class org.jorigin.gui.layout.WrapLayout
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
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