Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- activatedLabel - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The first selected label
- ActivityCaret - Class in org.jorigin.swing.task
-
This class is a hack of the DefaultCaret JSE class.
A default implementation of Caret. - ActivityCaret() - Constructor for class org.jorigin.swing.task.ActivityCaret
-
Constructs a default caret.
- add(Component) - Method in class org.jorigin.swing.JPanelFrame
-
Appends the specified component to the end of this container.
- add(Component, int) - Method in class org.jorigin.swing.JPanelFrame
-
Adds the specified component to this container at the given position.
- add(Component, Object) - Method in class org.jorigin.swing.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.swing.JPanelFrame
-
Adds the specified component to this container with the specified constraints at the specified index.
- add(JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Add an active label to the thumbnail.
- addChangeListener(ChangeListener) - Method in class org.jorigin.swing.JDatePanel
-
Add a
ChangeListenerto this panel. - addChangeListener(ChangeListener) - Method in class org.jorigin.swing.task.ActivityCaret
-
Adds a listener to track whenever the caret position has been changed.
- addImageFeature(String, JImageFeature) - Method in class org.jorigin.swing.JImagePanel
-
Attach the given
image featureto this panel within the specifiedlayer. - addImpl(Component, Object, int) - Method in class org.jorigin.swing.JPanelFrame
-
Adds the specified child Component.
- addInternalFrame(String, Container) - Method in class org.jorigin.swing.JDesktopPane
-
Add a container as internal frame in the current desktop.
- addInternalFrame(String, Container, boolean) - Method in class org.jorigin.swing.JDesktopPane
-
Add a container as internal frame in the current desktop.
- addInternalFrame(JInternalFrame, boolean) - Method in class org.jorigin.swing.JDesktopPane
-
Add an internal frame to the desktop.
- addTaskListener(TaskListener) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Add a Task Listener to this object
- addThumbnailListener(JThumbnailListener<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Add an Active Label Listener to this Active Label
- addThumbnailPanelListener(JThumbnailPanelListener<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Add an Active Thumbnail Listener to this Active Thumbnail
- adjustVisibility(Rectangle2D) - Method in class org.jorigin.swing.task.ActivityCaret
-
Scrolls the associated view (if necessary) to make the caret visible.
- ALWAYS_UPDATE - Static variable in class org.jorigin.swing.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.swing.JDatePanel
-
APRIL month.
- AUGUST - Static variable in class org.jorigin.swing.JDatePanel
-
AUGUST month.
C
- cascade() - Method in class org.jorigin.swing.JDesktopPane
-
Reorganize the frames of the desktop by using cascading
- CASCADE - Static variable in class org.jorigin.swing.JDesktopPane
-
This flag represents a cascade organization for the internal frames.
- changeEvent - Variable in class org.jorigin.swing.task.ActivityCaret
-
The change event for the model.
- COMMAND_ACTIVE - Static variable in class org.jorigin.swing.JMemoryStateBar
-
The command used to activate the memory state bar.
- COMMAND_GARBAGE - Static variable in class org.jorigin.swing.JMemoryStateBar
-
The command used to trigger garbage collecting.
- contains(double, double) - Method in interface org.jorigin.swing.JImageFeature
-
Check if the point described by the given coordinates (
x,y) is inside the feature. - contains(Shape) - Method in interface org.jorigin.swing.JImageFeature
-
Check if the
shapegiven in parameter is inside the feature. - contains(Object) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Returns true if this thumbnail contains the specified element.
- contains(JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Returns true if this thumbnail contains the specified active label.
- content - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail underlying content.
- createRootPane() - Method in class org.jorigin.swing.JPanelFrame
-
Called by the constructor methods to create the default rootPane.
- currentBgColor - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail current background color
- currentBorder - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail current border
D
- damage(Rectangle2D) - Method in class org.jorigin.swing.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.swing.JDatePanel
-
DECEMBER month.
- deinstall(JTextComponent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Called when the UI is being removed from the interface of a JTextComponent.
- disposeTasks() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Dispose all active tasks displayed within the monitor.
- draw(Graphics2D, AffineTransform) - Method in interface org.jorigin.swing.JImageFeature
-
Draw this feature on the given
graphic context. - drawSelectionShape(Graphics2D, Shape) - Method in class org.jorigin.swing.JImagePanel
-
Draw the given selection
shapeon the givengraphics context.
E
- equals(Object) - Method in class org.jorigin.swing.task.ActivityCaret
-
Compares this object to the specified object.
F
- FEBRUARY - Static variable in class org.jorigin.swing.JDatePanel
-
FEBRUARY month.
- fireChangeEvent() - Method in class org.jorigin.swing.JDatePanel
-
Fire a change event to all the registered
ChangeListener - fireEvent(TaskEvent) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Fire a task event.
- fireStateChanged() - Method in class org.jorigin.swing.task.ActivityCaret
-
Notifies all listeners that have registered interest for notification on this event type.
- fireThumbnailActivated(JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Fire a thumbnail activated event.
- fireThumbnailActivated(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Fire a thumbnail activation event.
- fireThumbnailAdded(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Fire a thumbnail added event.
- fireThumbnailEntered(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Fire a thumbnail entered event.
- fireThumbnailExited(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Fire a thumbnail exited event.
- fireThumbnailFocused(JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Fire a thumbnail focused event.
- fireThumbnailNeedRefresh(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Fire a thumbnail refresh needed event.
- fireThumbnailRemoved(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Fire a thumbnail removed event.
- fireThumbnailSelected() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Fire a thumbnail selected event.
- fireThumbnailSelected(JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Fire a thumbnail selected event.
- fireThumbnailSelected(JThumbnailPanel<T>, List<JThumbnail<T>>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Fire a thumbnail selection event.
- fireThumbnailSelected(JThumbnailPanel<T>, JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Fire a thumbnail selection event.
- fireThumbnailUnfocused(JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Fire a thumbnail unfocused event.
- fit() - Method in class org.jorigin.swing.JImageFrame
-
Fit the actual view to display the whole image.
- fit() - Method in class org.jorigin.swing.JImagePanel
-
Fit the view in order to display the whole
image. - fit(JInternalFrame) - Method in class org.jorigin.swing.JDesktopPane
-
Fit the given
frameto take all the available space within the desktop pane. - FIT_CENTER - Static variable in class org.jorigin.swing.JDesktopPane
-
Added component are centered
- FIT_CENTER_DELTA - Static variable in class org.jorigin.swing.JDesktopPane
-
Added component are centered then switched in x and y by a delta.
- FIT_CENTER_RESIZE - Static variable in class org.jorigin.swing.JDesktopPane
-
Added component are centered and resized to fit the default.
- FIT_CENTER_RESIZE_DELTA - Static variable in class org.jorigin.swing.JDesktopPane
-
Added component are centered, resized and switched by a delta.
- FIT_NONE - Static variable in class org.jorigin.swing.JDesktopPane
-
No fit is applied to the added components
- focusBgColor - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail focused background color
- focusColor - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Color used for the coloring the background of the label where it's in focus state
- focused - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
Is the label is in focused state.
- focusedBorder - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail focused border
- focusGained(FocusEvent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Called when the component containing the caret gains focus.
- focusLost(FocusEvent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Called when the component containing the caret loses focus.
G
- getActivatedLabel() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Get the activated thumbnail.
- getActiveIcon() - Method in class org.jorigin.swing.JMemoryStateBar
-
Get the active icon.
- getActivityTracerHeight() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Get the desired height of the activity tracer in pixels.
- getBlinkRate() - Method in class org.jorigin.swing.task.ActivityCaret
-
Gets the caret blink rate.
- getCellBounds(int, int) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Returns the bounds of the specified range of items in JList coordinates.
- getChangeListeners() - Method in class org.jorigin.swing.task.ActivityCaret
-
Returns an array of all the change listeners registered on this caret.
- getComponent() - Method in class org.jorigin.swing.task.ActivityCaret
-
Gets the text editor component that this caret is is bound to.
- getContent() - Method in class org.jorigin.swing.JPanelFrame
-
Returns the content -
null, if none has been set. - getContent() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Get the content that is displayed within this thumbnail.
- getContentPane() - Method in class org.jorigin.swing.JPanelFrame
-
Returns the contentPane.
- getDate() - Method in class org.jorigin.swing.JDatePanel
-
Get the date attached to this panel
- getDay() - Method in class org.jorigin.swing.JDatePanel
-
Get the day of the date.
- getDefaultCloseOperation() - Method in class org.jorigin.swing.JPanelFrame
-
A convenience method for getting default close operation.
- getDot() - Method in class org.jorigin.swing.task.ActivityCaret
-
Fetches the current position of the caret.
- getDotBias() - Method in class org.jorigin.swing.task.ActivityCaret
-
Returns the bias of the caret position.
- getFitDeltaMax() - Method in class org.jorigin.swing.JDesktopPane
-
Get the fit delta maximum value.
- getFitMethod() - Method in class org.jorigin.swing.JDesktopPane
-
Get the fit method used to initialize space occupation of new components.
- getFrameDimensionRatio() - Method in class org.jorigin.swing.JDesktopPane
-
Get the frame dimension ratio for internal frame.
- getFrameIcon() - Method in class org.jorigin.swing.JPanelFrame
-
Returns the frame's icon.
- getGarbageIcon() - Method in class org.jorigin.swing.JMemoryStateBar
-
Get the icon displayed on the garbage button.
- getGlassPane() - Method in class org.jorigin.swing.JPanelFrame
-
Returns the glassPane.
- getGraphicsEnvironment() - Method in class org.jorigin.swing.GraphicsEnvironmentPanel
-
Get the
GraphicsEnvironmentdisplayed within this panel. - getHeaderBackground() - Method in class org.jorigin.swing.JPanelFrame
-
Determines and answers the header's background color.
- getHour() - Method in class org.jorigin.swing.JDatePanel
-
Get the hour of the date
- getIcon(String) - Static method in class org.jorigin.swing.IconLoader
-
Get an
iconfrom the givenpath. - getIconDirectory() - Static method in class org.jorigin.swing.IconLoader
-
Get the directory to use as root for the icon search.
- getIconImage() - Method in class org.jorigin.swing.JPanelFrame
-
Get the image that is displayed in the panel.
- getID() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Get the identifier of the thumbnail.
- getImage() - Method in class org.jorigin.swing.JImageFrame
-
Get the
imagethat is displayed within the frame. - getImage() - Method in class org.jorigin.swing.JImagePanel
-
Get the
imagethat is displayed within the panel. - getImage(String) - Static method in class org.jorigin.swing.IconLoader
-
Get an
imagefrom the givenpath. - getImageCoordinate(int, int) - Method in class org.jorigin.swing.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.swing.JImageFrame
-
Get the
image featuresthat are attached to the underlyingimage panel. - getImageFeatures(String) - Method in class org.jorigin.swing.JImagePanel
-
Get the
image featurescontained within the specifiedlayerattached to this panel. - getImagePanel() - Method in class org.jorigin.swing.JImagePanelToolBar
-
Get the
image panelcontrolled by this tool bar. - getInactiveIcon() - Method in class org.jorigin.swing.JMemoryStateBar
-
Get the inactive icon
- getJMenuBar() - Method in class org.jorigin.swing.JPanelFrame
-
Returns the menubar set on this panel frame.
- getLabel() - Method in class org.jorigin.swing.task.JTaskProgress
-
Get the label of this monitor.
- getLabelContaining(Object) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Get the active label displaying the content object.
- getLabelCount() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Get the number of thumbnails that are attached to this panel.
- getLabelHeight() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Get the default height of the thumbnails displayed within this panel.
- getLabelMargin() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Get the default margin size of the thumbnails displayed within this panel.
- getLabelWidth() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Get the default width of the thumbnails displayed within this panel.
- getLayeredPane() - Method in class org.jorigin.swing.JPanelFrame
-
Returns the layeredPane.
- getListeners(Class<T>) - Method in class org.jorigin.swing.task.ActivityCaret
-
Returns an array of all the objects currently registered as
FooListeners upon this caret. - getMagicCaretPosition() - Method in class org.jorigin.swing.task.ActivityCaret
-
Gets the saved caret position.
- getMark() - Method in class org.jorigin.swing.task.ActivityCaret
-
Fetches the current position of the mark.
- getMarkBias() - Method in class org.jorigin.swing.task.ActivityCaret
-
Returns the bias of the mark.
- getMinute() - Method in class org.jorigin.swing.JDatePanel
-
Get the minute of the hour (0 - 59) specified by the current date
- getMonth() - Method in class org.jorigin.swing.JDatePanel
-
Get the month of the date.
- getName() - Method in class org.jorigin.swing.thumbnail.JThumbnail
- getNameOrientation() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Get the orientation of the thumbnail name.
- getOrganizeMethod() - Method in class org.jorigin.swing.JDesktopPane
-
Get the organization method used by the desktop to organize components.
- getProgressBar() - Method in class org.jorigin.swing.task.JTaskProgress
-
Get the progress bar attached to this monitor.
- getProgressBarHeight() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Get the desired height of the progress bars in pixels.
- getProgressLabelHeight() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Get the desired height of the progress labels in pixels.
- getRefreshDelay() - Method in class org.jorigin.swing.JMemoryStateBar
-
Set the delay of time in milliseconds between two refreshes of the memory state bar.
- getRenderingHints() - Method in class org.jorigin.swing.JImagePanel
-
Get the
rendering hintsthat this panel use. - getRenderingHints() - Method in class org.jorigin.swing.JRenderingHintsPanel
-
Get the rendering hints to edit with this component.
- getRootPane() - Method in class org.jorigin.swing.JPanelFrame
-
Return this component's single JRootPane child.
- getScale() - Method in class org.jorigin.swing.JImagePanel
-
Get the current scale factor of the panel view.
- getScaledIcon(String, double, double) - Static method in class org.jorigin.swing.IconLoader
-
Get an icon and scale it to the desired size given in millimeters.
- getScaledIcon(String, Dimension) - Static method in class org.jorigin.swing.IconLoader
-
Get an icon and scale it to the desired size given in millimeters.
- getSelectedIndex() - Method in class org.jorigin.swing.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.swing.thumbnail.JThumbnailPanel
-
Returns an array of all of the selected indices, in increasing order.
- getSelectedThumbnail() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Returns the first selected label, or null if the selection is empty.
- getSelectedThumbnails() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Returns an array of the labels for the selected cells.
- getSelectedValues() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Returns an array of the values for the selected cells.
- getSelectionMode() - Method in class org.jorigin.swing.JImagePanel
-
Get the selection mode used by the panel.
- getSelectionMode() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Returns whether single-item or multiple-item selections are allowed.
- getSelectionPainter() - Method in class org.jorigin.swing.task.ActivityCaret
-
Gets the painter for the Highlighter.
- getSelectionShapeStroke() - Method in class org.jorigin.swing.JImagePanel
-
Get the
strokeused when drawing selection shape. - getState() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Get the state of this panel.
- getTextForeground(boolean) - Method in class org.jorigin.swing.JPanelFrame
-
Determines and answers the header's text foreground color.
- getThumbRatio() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Get the thumb ratio.
- getTitle() - Method in class org.jorigin.swing.JPanelFrame
-
Returns the frame's title text.
- getToolBar() - Method in class org.jorigin.swing.JPanelFrame
-
Returns the current
JToolBar,nullif none has been set before. - getTranslation() - Method in class org.jorigin.swing.JImagePanel
-
Get the translation applied to the view as a
2D point. - getUpdatePolicy() - Method in class org.jorigin.swing.task.ActivityCaret
-
Gets the caret movement policy on document updates.
- getViewCoordinate(float, float) - Method in class org.jorigin.swing.JImagePanel
-
Get the coordinate within the view referential of the point located at (
x,y) on the image. - getYear() - Method in class org.jorigin.swing.JDatePanel
-
Return the year of the date.
- GraphicsEnvironmentPanel - Class in org.jorigin.swing
-
A panel that display a
GraphicsEnvironment. - GraphicsEnvironmentPanel() - Constructor for class org.jorigin.swing.GraphicsEnvironmentPanel
-
Create a new panel displaying the default
GraphicsEnvironment. - GraphicsEnvironmentPanel(GraphicsEnvironment) - Constructor for class org.jorigin.swing.GraphicsEnvironmentPanel
-
Create a new panel displaying the given
GraphicsEnvironment.
I
- ICON_LOADER_DIR - Static variable in class org.jorigin.swing.IconLoader
-
Specify where the icon loader has to search for icons (default empty string "").
- IconLoader - Class in org.jorigin.swing
-
A class dedicated to SWING icon loading.
- IconLoader() - Constructor for class org.jorigin.swing.IconLoader
- idColor - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail identifier font color
- idFont - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail identifier font
- idListenerList - Variable in class org.jorigin.swing.JDatePanel
-
The attached listeners.
- idListenerList - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
Liste des ecouteurs informes des evenements du label
- idListenerList - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Liste des ecouteurs informes des evenements du thumbnail
- idVisible - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
Is the numerical identifier of the thumbnail has to be visible.
By default this value is set totrue. - indexOf(Object) - Method in class org.jorigin.swing.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.swing.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(boolean, boolean) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Init the activity monitor.
- initGUI() - Method in class org.jorigin.swing.GraphicsEnvironmentPanel
-
Initialize the panel GUI components.
- initGUI() - Method in class org.jorigin.swing.JDatePanel
-
Init the GUI
- initGUI() - Method in class org.jorigin.swing.JImageFrame
-
Initialization of the Graphical User Interface components.
- initGUI() - Method in class org.jorigin.swing.JImagePanelToolBar
-
Initialization of the Graphical User Interface components.
- initGUI() - Method in class org.jorigin.swing.JMemoryStateBar
-
Init the GUI component of the memory monitor
- initGUI() - Method in class org.jorigin.swing.JRenderingHintsPanel
-
Init the GUI
- initGUI() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Initialize the Graphical User Interface (GUI) components.
- initGUI() - Method in class org.jorigin.swing.task.JTaskProgress
-
Initialize the Graphical User Interface (GUI) components.
- inside(Shape) - Method in interface org.jorigin.swing.JImageFeature
-
Check if the
shapegiven in parameter is inside the feature. - install(JTextComponent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Called when the UI is being installed into the interface of a JTextComponent.
- intersects(Shape) - Method in interface org.jorigin.swing.JImageFeature
-
Check if the
shapegiven in parameter is intersecting the feature. - isActive() - Method in class org.jorigin.swing.task.ActivityCaret
-
Determines if the caret is currently active.
- isActivityTracerVisible() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Get if the activity tracer that log progress details is visible.
- isAutoFit() - Method in class org.jorigin.swing.JImageFrame
-
Get if the underlying image panel fits the view when its resized.
- isAutoFit() - Method in class org.jorigin.swing.JImagePanel
-
Get if the panel fits the view when its resized.
- isAutoRepaint() - Method in class org.jorigin.swing.JImagePanel
-
Get if the panel is using auto repaint.
- isBisextile(int) - Method in class org.jorigin.swing.JDatePanel
-
Compute if the given year if a bisextile year.
- isFocused() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Set if the thumbnail is focused.
- isIdVisible() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Get if the thumbnail numerical identifier is visible.
- isLabelLoading - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The label loading state
- isLabelVisible() - Method in class org.jorigin.swing.task.JTaskProgress
-
Get if the label is visible.
- isLayerDisplayed(String) - Method in class org.jorigin.swing.JImageFrame
-
Get if the
layeris actually displaying within the underlyingimage panel. - isLayerDisplayed(String) - Method in class org.jorigin.swing.JImagePanel
-
Check if the given
layeris displayed. - isLoading() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Get if this panel is currently loading.
- isMarked() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Get if the thumbnail is marked.
- isNameVisible() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Get if the thumbnail name is visible.
- isPersistenceCheckBoxVisible() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Get if the persistence check box is visible.
- isPersistent() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Get the persistence value of the activity monitor.
- isProgessBarVisible() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Get if the progress bars are visible.
- isProgessLabelVisible() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Get if the progress labels (textual labels above progress bars) are visible.
- isProgressBarVisible() - Method in class org.jorigin.swing.task.JTaskProgress
-
Get if the progress bar is visible.
- isRendering() - Method in class org.jorigin.swing.JImagePanel
-
Check if the panel is actually refreshing image and features.
- isRootPaneCheckingEnabled() - Method in class org.jorigin.swing.JPanelFrame
-
Returns whether calls to add and setLayout are forwarded to the contentPane.
- isSelected() - Method in class org.jorigin.swing.JPanelFrame
-
Answers if the panel is currently selected (or in other words active) or not.
- isSelected() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Get if the thumbnail is selected.
- isSelectionVisible() - Method in class org.jorigin.swing.task.ActivityCaret
-
Checks whether the current selection is visible.
- isShowProgressionText() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Set if the progression labels has to be visible.
- isStandard() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Get if the thumbnail is standard.
- isUseNewLine() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Is the monitor use new line for writing task informations.
- isVisible() - Method in class org.jorigin.swing.task.ActivityCaret
-
Indicates whether or not the caret is currently visible.
- itemPResentColor - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The item presentation color
J
- JActivityMonitor - Class in org.jorigin.swing.task
-
A class that enables to graphically monitor tasks.
- JActivityMonitor(JFrame) - Constructor for class org.jorigin.swing.task.JActivityMonitor
-
Creates a new default activity monitor attached to the given owner component.
- JActivityMonitor(JFrame, boolean, boolean, boolean) - Constructor for class org.jorigin.swing.task.JActivityMonitor
-
Create a new activity monitor.
- JANUARY - Static variable in class org.jorigin.swing.JDatePanel
-
JANUARY month.
- JDatePanel - Class in org.jorigin.swing
-
A Simple component used to handle date display and modification.
- JDatePanel() - Constructor for class org.jorigin.swing.JDatePanel
-
Construct a new default date panel.
- JDatePanel(Date) - Constructor for class org.jorigin.swing.JDatePanel
-
Construct a new date panel attached to the given date.
- JDesktopPane - Class in org.jorigin.swing
-
This class extends a
JDesktopPaneand provide organization methods for the internal frames. - JDesktopPane() - Constructor for class org.jorigin.swing.JDesktopPane
-
Create a new default desktop pane.
- JImageFeature - Interface in org.jorigin.swing
-
An image feature that can be displayed within a
JImagePanel. - JImageFrame - Class in org.jorigin.swing
- JImageFrame() - Constructor for class org.jorigin.swing.JImageFrame
-
Create a new frame dedicated to image display.
- JImageFrame(BufferedImage) - Constructor for class org.jorigin.swing.JImageFrame
-
Create a new frame that displays the given
image. - JImageFrame(String, Dimension, BufferedImage) - Constructor for class org.jorigin.swing.JImageFrame
-
Create a new frame that displays the given
image. - JImagePanel - Class in org.jorigin.swing
-
A
swing componentthat enables to displayimages. - JImagePanel() - Constructor for class org.jorigin.swing.JImagePanel
-
Create a new image panel.
- JImagePanel(BufferedImage) - Constructor for class org.jorigin.swing.JImagePanel
-
Create a new image panel that display the given
image. - JImagePanelToolBar - Class in org.jorigin.swing
-
A tool bar dedicated to
image panelcontrol. - JImagePanelToolBar(JImagePanel) - Constructor for class org.jorigin.swing.JImagePanelToolBar
-
Create a new
image panelcontrol tool bar. - JMemoryStateBar - Class in org.jorigin.swing
-
This class represents a simple widget dedicated to the monitoring of the available Java Runtime memory.
- JMemoryStateBar() - Constructor for class org.jorigin.swing.JMemoryStateBar
-
Construct a new default memory monitor
- JPanelFrame - Class in org.jorigin.swing
-
A
JPanelsubclass that has a drop shadow border and that provides a header with icon, title and tool bar. - JPanelFrame(String) - Constructor for class org.jorigin.swing.JPanelFrame
-
Constructs a JPanelFrame with the specified title.
- JPanelFrame(String, JToolBar, JComponent) - Constructor for class org.jorigin.swing.JPanelFrame
-
Constructs a JPanelFrame with the specified title, tool bar, and content panel.
- JPanelFrame(Icon, String) - Constructor for class org.jorigin.swing.JPanelFrame
-
Constructs a JPanelFrame with the specified icon, and title.
- JPanelFrame(Icon, String, JToolBar, JComponent) - Constructor for class org.jorigin.swing.JPanelFrame
-
Constructs a JPanelFrame with the specified icon, title, tool bar, and content panel.
- JRenderingHintsPanel - Class in org.jorigin.swing
-
A Panel designed for editing java
Renderint hints. - JRenderingHintsPanel(RenderingHints) - Constructor for class org.jorigin.swing.JRenderingHintsPanel
-
Create a new
Rendering Hintseditor panel. - JRenderingHintsPanel(RenderingHints, boolean) - Constructor for class org.jorigin.swing.JRenderingHintsPanel
-
Create a new
Rendering Hintseditor panel. - JTaskProgress - Class in org.jorigin.swing.task
-
A panel dedicated to task progress monitoring.
- JTaskProgress() - Constructor for class org.jorigin.swing.task.JTaskProgress
-
Create a new default task progress.
- JTaskProgress(boolean, boolean) - Constructor for class org.jorigin.swing.task.JTaskProgress
-
Create a new progress monitor.
- JTaskProgress(JProgressBar, JLabel) - Constructor for class org.jorigin.swing.task.JTaskProgress
-
Create a new task progress monitor.
- JThumbnail<T> - Class in org.jorigin.swing.thumbnail
-
A SWING component that is dedicated to the display of a thumbnail.
- JThumbnail(String, int, int, int, int) - Constructor for class org.jorigin.swing.thumbnail.JThumbnail
-
Create a new thumbnail.
- JThumbnail(String, T, JComponent, int, int, int, int) - Constructor for class org.jorigin.swing.thumbnail.JThumbnail
-
Create a new thumbnail that display the given component.
- JThumbnailImage<T> - Class in org.jorigin.swing.thumbnail
-
A thumbnail that display an image as content.
- JThumbnailImage(String, int, int, int, int, Image, T) - Constructor for class org.jorigin.swing.thumbnail.JThumbnailImage
-
Create a new thumbnail that use an image as displayable content.
- JThumbnailListener<T> - Interface in org.jorigin.swing.thumbnail
-
An
event listenerthat enables to monitor a thumbnail. - JThumbnailPanel<T> - Class in org.jorigin.swing.thumbnail
-
A panel dedicated to
thumbnaildisplay. - JThumbnailPanel() - Constructor for class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Create a new empty thumbnail panel.
- JThumbnailPanel(int) - Constructor for class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Create a new thumbnail panel that display the given number of thumbnail per line.
- JThumbnailPanelListener<T> - Interface in org.jorigin.swing.thumbnail
-
An event listener that can deal with JThumbnailPanel.
- JULY - Static variable in class org.jorigin.swing.JDatePanel
-
JULY month.
- JUNE - Static variable in class org.jorigin.swing.JDatePanel
-
JUNE month.
L
- labelActivated() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Fire a label activated event.
- labelCount - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The label count.
- labelHeight - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The label height.
- labelMargin - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
the label margin.
- labels - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The label added to the list
- labelWidth - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The label width.
- lastSelectedIndex - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The index corresponding to the last selected index
- listenerList - Variable in class org.jorigin.swing.task.ActivityCaret
-
The event listener list.
M
- MARCH - Static variable in class org.jorigin.swing.JDatePanel
-
MARCH month.
- marked - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
Is the label is in marked state.
- markedBgColor - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail marked background color
- MAY - Static variable in class org.jorigin.swing.JDatePanel
-
MAY month.
- minimumLayoutSize(Container) - Method in class org.jorigin.swing.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.swing.JImagePanel
-
The selection with point mode.
- MODE_SELECTION_PROPERTY - Static variable in class org.jorigin.swing.JImagePanel
-
The image feature selection mode property name.
- MODE_SELECTION_RECT - Static variable in class org.jorigin.swing.JImagePanel
-
The selection with rectangle mode.
- MODE_SELECTION_SHAPE - Static variable in class org.jorigin.swing.JImagePanel
-
The selection with shape mode.
- mosaic() - Method in class org.jorigin.swing.JDesktopPane
-
Reorganize the frames of the desktop by using mosaic
- MOSAIC - Static variable in class org.jorigin.swing.JDesktopPane
-
This flag represents a mosaic organization for the internal frames.
- mouseClicked(MouseEvent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Called when the mouse is clicked.
- mouseClicked(MouseEvent) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
mouseClicked
- mouseDragged(MouseEvent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Moves the caret position according to the mouse pointer's current location.
- mouseEntered(MouseEvent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Called when the mouse enters a region.
- mouseEntered(MouseEvent) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
mouseEntered
- mouseExited(MouseEvent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Called when the mouse exits a region.
- mouseExited(MouseEvent) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
mouseExited
- mouseMoved(MouseEvent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Called when the mouse is moved.
- mousePressed(MouseEvent) - Method in class org.jorigin.swing.task.ActivityCaret
-
If button 1 is pressed, this is implemented to request focus on the associated text component, and to set the caret position.
- mousePressed(MouseEvent) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
mousePressed
- mouseReleased(MouseEvent) - Method in class org.jorigin.swing.task.ActivityCaret
-
Called when the mouse is released.
- mouseReleased(MouseEvent) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
mouseReleased
- moveCaret(MouseEvent) - Method in class org.jorigin.swing.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.swing.task.ActivityCaret
-
Moves the caret position to the specified position, with a forward bias.
- moveDot(int, Position.Bias) - Method in class org.jorigin.swing.task.ActivityCaret
-
Moves the caret position to the specified position, with the specified bias.
N
- name - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail name.
- nameLB - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail name label
- nameOrientation - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
Where the name of the label has to be visible.
- nameVisible - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
Is the name of the thumbnail have to be visible.
By default this value is set totrue. - NEVER_UPDATE - Static variable in class org.jorigin.swing.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.swing.JDesktopPane
-
This flag represent a no organization method for the internal frames.
- normalColor - Variable in class org.jorigin.swing.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.swing.JDatePanel
-
NOVEMBER month.
O
- OCTOBER - Static variable in class org.jorigin.swing.JDatePanel
-
OCTOBER month.
- org.jcommon.swing - module org.jcommon.swing
-
The module description of the JCommon package
- org.jorigin.swing - package org.jorigin.swing
- org.jorigin.swing.layout - package org.jorigin.swing.layout
- org.jorigin.swing.task - package org.jorigin.swing.task
- org.jorigin.swing.thumbnail - package org.jorigin.swing.thumbnail
- organize() - Method in class org.jorigin.swing.JDesktopPane
-
Organize the Internal frames following the default method
- organize(int) - Method in class org.jorigin.swing.JDesktopPane
-
Organize the Internal frames following the method given in parameter.
P
- paint(Graphics) - Method in class org.jorigin.swing.task.ActivityCaret
-
Renders the caret as a vertical line.
- paint(Graphics) - Method in class org.jorigin.swing.thumbnail.JThumbnail
- paintComponent(Graphics) - Method in class org.jorigin.swing.JImagePanel
- PATH_TYPE_EMBEDDED_JAR - Static variable in class org.jorigin.swing.IconLoader
-
This flag identifies a jar type for the resource path.
- PATH_TYPE_EMBEDDED_ZIP - Static variable in class org.jorigin.swing.IconLoader
-
This flag identifies a zup type for the resource path.
- PATH_TYPE_FILESYSTEM - Static variable in class org.jorigin.swing.IconLoader
-
This flag identifies an filesystem type (absolute) for the resource path.
- PATH_TYPE_UNKNOWN - Static variable in class org.jorigin.swing.IconLoader
-
This flag identifies an unknown type for the resource path.
- PATH_TYPE_URL - Static variable in class org.jorigin.swing.IconLoader
-
This flag identifies an URL type (HTTP, HTTPS, FTP, SFTP) for the resource path.
- positionCaret(MouseEvent) - Method in class org.jorigin.swing.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.swing.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.swing.thumbnail.JThumbnailPanel
-
Process a MouseEvent fired by an active label.
- processChangeEvent(ChangeEvent) - Method in class org.jorigin.swing.JRenderingHintsPanel
-
Process a change event dispatched by a component of the panel.
- processComponentMouseEvent(MouseEvent) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Processin embed component mouse event.
- processItemEvent(ItemEvent) - Method in class org.jorigin.swing.JRenderingHintsPanel
-
Process an item event dispatched by a component of the panel.
- processLabelMouseEvent(MouseEvent) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Process a mouse event that occurred on the label.
- processTaskEvent(TaskEvent) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Process a task event.
- processTaskEvent(TaskEvent, boolean) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Process a task event.
- processWindowEvent(WindowEvent) - Method in class org.jorigin.swing.JPanelFrame
-
Processes window events occurring on this component.
- propertyChange(PropertyChangeEvent) - Method in class org.jorigin.swing.JImagePanelToolBar
R
- refresh() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Refresh the graphical components of the thumbnail.
- refresh() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Refresh the thumbnail by refreshing all the activelabels conained
- refreshGUI() - Method in class org.jorigin.swing.GraphicsEnvironmentPanel
-
Refresh the panel GUI components.
- refreshGUI() - Method in class org.jorigin.swing.JImageFrame
-
Refresh of the Graphical User Interface components.
- refreshGUI() - Method in class org.jorigin.swing.JImagePanelToolBar
-
Refreshing the Graphical User Interface components.
- refreshGUI() - Method in class org.jorigin.swing.JRenderingHintsPanel
-
Refresh the GUI
- refreshGUI() - Method in class org.jorigin.swing.task.JActivityMonitor
-
Refresh the graphical user interface components.
- refreshGUI() - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Refresh the Graphical User Interface (GUI) components.
- refreshGUI() - Method in class org.jorigin.swing.thumbnail.JThumbnailImage
- remove(int) - Method in class org.jorigin.swing.JPanelFrame
-
Removes the component, specified by index, from this container.
- remove(Component) - Method in class org.jorigin.swing.JPanelFrame
-
Removes the specified component from the container.
- remove(JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Remove the given thumbnail from this panel.
- removeAll() - Method in class org.jorigin.swing.JPanelFrame
-
Removes all the components from this container.
- removeChangeListener(ChangeListener) - Method in class org.jorigin.swing.JDatePanel
-
Remove the given
ChangeListenerfrom the panel. - removeChangeListener(ChangeListener) - Method in class org.jorigin.swing.task.ActivityCaret
-
Removes a listener that was tracking caret position changes.
- removeImageFeature(String, JImageFeature) - Method in class org.jorigin.swing.JImagePanel
-
Remove the given
image featurefrom the specifiedlayer. - removeTaskListener(TaskListener) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Remove a Task Listener from this object
- removeThumbnailListener(JThumbnailListener<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Remove an Active Label Listener from this Active Label
- removeThumbnailPanelListener(JThumbnailPanelListener<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Remove an Active Thumbnail Listener from this Active Thumbnail
- repaint() - Method in class org.jorigin.swing.task.ActivityCaret
-
Cause the caret to be painted.
S
- SCALE_PROPERTY - Static variable in class org.jorigin.swing.JImagePanel
-
The image feature scale property name.
- scrollToIndices(int[]) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Move view rect to the component assigned the indices given in parameter.
- scrollToSelected() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Scroll the view to selected thumbnails.
- scrollToSelectedIndices() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Move view rect to the component assigned to selected indices.
- select(JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Add the label given in parameter to the selected labels
- selected - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
Is the label is in selected state.
- selectedBgColor - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail activated background color
- selectedColor - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Color used for the coloring the background of the label where it's in selected state
- selectedLabels - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The selected labels
- SEPTEMBER - Static variable in class org.jorigin.swing.JDatePanel
-
SEPTEMBER month.
- setActiveIcon(Icon) - Method in class org.jorigin.swing.JMemoryStateBar
-
Set the active icon.
- setActivityTracerHeight(int) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Set the the desired height of the activity tracer in pixels.
- setActivityTracerVisible(boolean) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Set if the activity tracer that log progress details has to be visible.
- setAutoFit(boolean) - Method in class org.jorigin.swing.JImageFrame
-
Set if the underlying image panel has to fit the view when its resized.
- setAutoFit(boolean) - Method in class org.jorigin.swing.JImagePanel
-
Set if the panel has to fit the view when its resized.
- setAutoRepaint(boolean) - Method in class org.jorigin.swing.JImagePanel
-
Set if the panel has to do auto repaint.
- setBlinkRate(int) - Method in class org.jorigin.swing.task.ActivityCaret
-
Sets the caret blink rate.
- setContent(T) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Set the content that is displayed within this thumbnail.
- setContentPane(Container) - Method in class org.jorigin.swing.JPanelFrame
-
The "contentPane" is the primary container for application specific components.
- setDate(Date) - Method in class org.jorigin.swing.JDatePanel
-
Set the date attached to this panel
- setDay(int) - Method in class org.jorigin.swing.JDatePanel
-
Set the day of the date.
- setDefaultCloseOperation(int) - Method in class org.jorigin.swing.JPanelFrame
-
A convenience method for setting default close operation.
- setDot(int) - Method in class org.jorigin.swing.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.swing.task.ActivityCaret
-
Sets the caret position and mark to the specified position, with the specified bias.
- setFitDeltaMax(double) - Method in class org.jorigin.swing.JDesktopPane
-
Set the fit delta maximum value.
- setFitMethod(int) - Method in class org.jorigin.swing.JDesktopPane
-
Set the fit method used to initialize space occupation of new components.
- setFocused(boolean) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Get if the thumbnail is focused.
- setFrameDimensionRatio(double) - Method in class org.jorigin.swing.JDesktopPane
-
Set the frame dimension ratio for internal frame.
- setFrameIcon(Icon) - Method in class org.jorigin.swing.JPanelFrame
-
Sets a new frame icon.
- setGarbageIcon(Icon) - Method in class org.jorigin.swing.JMemoryStateBar
-
Set the icon displayed on the garbage button.
- setGlassPane(Component) - Method in class org.jorigin.swing.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.swing.GraphicsEnvironmentPanel
-
Set the
GraphicsEnvironmentdisplayed within this panel. - setHour(int) - Method in class org.jorigin.swing.JDatePanel
-
Set the hour of the date.
- setIconDirectory(String) - Static method in class org.jorigin.swing.IconLoader
-
Set the path to use as root for the icon search.
- setIconImage(Image) - Method in class org.jorigin.swing.JPanelFrame
-
Sets the image to be displayed in the minimized icon for this frame.
- setIdFont(Font) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Set the
fontto use for the thumbnail identifier display. - setIdVisible(boolean) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Set if the thumbnail numerical identifier has to be visible.
- setImage(BufferedImage) - Method in class org.jorigin.swing.JImageFrame
-
Set the
imageto display within the frame. - setImage(BufferedImage) - Method in class org.jorigin.swing.JImagePanel
-
Set the
imageto display within the panel. - setImageFeatures(String, List<JImageFeature>) - Method in class org.jorigin.swing.JImageFrame
-
Set the
image featuresto attach to the underlyingimage panel. - setImageFeatures(String, List<JImageFeature>) - Method in class org.jorigin.swing.JImagePanel
-
Set the
image featuresto attach to this panel within the specifiedlayer. - setImagePanel(JImagePanel) - Method in class org.jorigin.swing.JImagePanelToolBar
-
Set the
image panelto control with this tool bar. - setInactiveIcon(Icon) - Method in class org.jorigin.swing.JMemoryStateBar
-
Set the inactive icon
- setJMenuBar(JMenuBar) - Method in class org.jorigin.swing.JPanelFrame
-
Sets the menubar for this panel frame.
- setLabelCount(int) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Set the number of thumbnails that are attached to this panel.
- setLabelHeight(int) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Set the default height of the thumbnails displayed within this panel.
- setLabelMargin(int) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Set the default margin size of the thumbnails displayed within this panel.
- setLabelVisible(boolean) - Method in class org.jorigin.swing.task.JTaskProgress
-
Set if the label is visible.
- setLabelWidth(int) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Set the default width of the thumbnails displayed within this panel.
- setLayerDisplayed(String, boolean) - Method in class org.jorigin.swing.JImageFrame
-
Set if the
layerhas to be displayed within the underlyingimage panel. - setLayerDisplayed(String, boolean) - Method in class org.jorigin.swing.JImagePanel
-
Set if the given
layerhas to be displayed. - setLayeredPane(JLayeredPane) - Method in class org.jorigin.swing.JPanelFrame
-
A Container that manages the contentPane and in some cases a menu bar.
- setLoading(boolean) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Set if this panel is currently loading.
- setMagicCaretPosition(Point) - Method in class org.jorigin.swing.task.ActivityCaret
-
Saves the current caret position.
- setMarked(boolean) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Set if the thumbnail is marked.
- setMinute(int) - Method in class org.jorigin.swing.JDatePanel
-
Set the minute of the hour (0 - 59) specified by the current date
- setMonth(int) - Method in class org.jorigin.swing.JDatePanel
-
Set the month of the date.
- setName(String) - Method in class org.jorigin.swing.thumbnail.JThumbnail
- setNameOrientation(String) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Set the orientation of the thumbnail name.
- setNameVisible(boolean) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Set if the thumbnail name has to be visible.
- setOrganizeMethod(int) - Method in class org.jorigin.swing.JDesktopPane
-
Set the organization method used by the desktop to organize components.
- setPersistenceCheckBoxVisible(boolean) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Set if the persistence check box has to be visible.
- setPersistent(boolean) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Specify if the activity monitor is persistent.
- setProgressBarHeight(int) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Set the desired height of the progress bars in pixels.
- setProgressBarVisible(boolean) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Set if the progress bars are visible.
- setProgressBarVisible(boolean) - Method in class org.jorigin.swing.task.JTaskProgress
-
Set if the progress bar is visible.
- setProgressLabelHeight(int) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Set the desired height of the progress labels in pixels.
- setProgressLabelVisible(boolean) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Set if the progress labels (textual labels above progress bars) are visible.
- setProgressMaxValue(int) - Method in class org.jorigin.swing.SplashWindow
-
Set the maximum value of the progress bar attached to the splash windows.
- setProgressValue(int) - Method in class org.jorigin.swing.SplashWindow
-
Set the current value of the progress bar attached to the splash windows.
- setRefreshDelay(long) - Method in class org.jorigin.swing.JMemoryStateBar
-
Get the delay of time in milliseconds between two refreshes of the memory state bar.
- setRenderingHints(RenderingHints) - Method in class org.jorigin.swing.JImagePanel
-
Set the
rendering hintsthat this panel has to use. - setRenderingHints(RenderingHints) - Method in class org.jorigin.swing.JRenderingHintsPanel
-
Set the rendering hints to edit with this component.
- setRootPaneCheckingEnabled(boolean) - Method in class org.jorigin.swing.JPanelFrame
-
Sets whether calls to add and setLayout are forwarded to the contentPane.
- setScale(double) - Method in class org.jorigin.swing.JImagePanel
-
Set the scale factor to apply to the panel view.
- setSelected(boolean) - Method in class org.jorigin.swing.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.swing.thumbnail.JThumbnail
-
Set if the thumbnail is selected.
- setSelectedIndex(int) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Selects a single cell.
- setSelectedIndices(int[]) - Method in class org.jorigin.swing.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.swing.thumbnail.JThumbnailPanel
-
Selects the specified label in the list.
- setSelectedValue(Object, boolean) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Selects the specified object from the list.
- setSelectionMode(int) - Method in class org.jorigin.swing.JImagePanel
-
Set the selection mode that the panel has to use.
- setSelectionMode(int) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Determines whether single-item or multiple-item selections are allowed.
- setSelectionShapeStroke(Stroke) - Method in class org.jorigin.swing.JImagePanel
-
Set the
stroketo use when drawing selection shape. - setSelectionVisible(boolean) - Method in class org.jorigin.swing.task.ActivityCaret
-
Changes the selection visibility.
- setShowProgressionText(boolean) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Get if the progression labels are visible.
- setStandard(boolean) - Method in class org.jorigin.swing.thumbnail.JThumbnail
-
Set if the thumbnail is standard.
- setState(String) - Method in class org.jorigin.swing.SplashWindow
-
Set the state of the splash windows, the state is the text displayed under the progress bar.
- setThumbRatio(double) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Set the thumb ratio.
- setTitle(String) - Method in class org.jorigin.swing.JPanelFrame
-
Sets a new title text.
- setToolBar(JToolBar) - Method in class org.jorigin.swing.JPanelFrame
-
Sets a new
JToolBarin the header. - setTranslation(Point2D) - Method in class org.jorigin.swing.JImagePanel
-
Set the translation to apply to the view.
- setUpdatePolicy(int) - Method in class org.jorigin.swing.task.ActivityCaret
-
Sets the caret movement policy on the document updates.
- setUseNewLine(boolean) - Method in class org.jorigin.swing.task.JActivityMonitor
-
Set if the monitor use new line for writing task informations.
- setVisible(boolean) - Method in class org.jorigin.swing.task.ActivityCaret
-
Sets the caret visibility, and repaints the caret.
- setYear(int) - Method in class org.jorigin.swing.JDatePanel
-
Set the year of the date.
- SHOW_PROGRESS_ALL - Static variable in class org.jorigin.swing.task.JActivityMonitor
-
Show all progress flag.
- SHOW_PROGRESS_COUNT - Static variable in class org.jorigin.swing.task.JActivityMonitor
-
Show the progress count flag.
- SHOW_PROGRESS_PERCENT - Static variable in class org.jorigin.swing.task.JActivityMonitor
-
Show the progress percent flag.
- showImageFrame(String, Dimension, Point, BufferedImage, boolean) - Static method in class org.jorigin.swing.JImageFrame
-
Create and display an image frame.
- SplashWindow - Class in org.jorigin.swing
-
Create a splash screen with a progress bar.
- SplashWindow(ImageIcon) - Constructor for class org.jorigin.swing.SplashWindow
-
Create a splash window displaying the image given in parameter.
- SplashWindow(ImageIcon, int) - Constructor for class org.jorigin.swing.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.swing.thumbnail.JThumbnail
-
Is the label is in standard state.
- standardBgColor - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail standard background color
- startMonitor() - Method in class org.jorigin.swing.JMemoryStateBar
-
Start the monitoring of the Java Runtime memory.
- state - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The state description.
- stopMonitor() - Method in class org.jorigin.swing.JMemoryStateBar
-
Stop the monitoring of the Java Runtime memory.
T
- thumbnailActivated(JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailListener
-
The thumbnail has been activated.
- thumbnailActivated(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailPanelListener
-
The given
thumbnailhas been activated within thepanel. - thumbnailAdded(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailPanelListener
-
The given
thumbnailhas been added to thepanel. - thumbnailComponent - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail displayed component.
- thumbnailEntered(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailPanelListener
-
The given
thumbnailshave been activated within thepanel. - thumbnailExited(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailPanelListener
-
The given
thumbnailhas been exited. - thumbnailFocused(JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailListener
-
The thumbnail has been focused.
- thumbnailID - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail numerical identifier.
- thumbnailMargin - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The thumbnail margin
- thumbnailNeedRefresh(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailPanelListener
-
The given
thumbnailneed to be refreshed. - thumbnailPN - Variable in class org.jorigin.swing.thumbnail.JThumbnail
-
The
paneldedicated to thumbnail content display. - thumbnailRemoved(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailPanelListener
-
The given
thumbnailhas been removed from thepanel. - thumbnailSelected(JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailListener
-
The thumbnail has been selected.
- thumbnailSelected(JThumbnailPanel<T>, List<JThumbnail<T>>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailPanelListener
-
The given
thumbnailshave been selected within thepanel. - thumbnailSelected(JThumbnailPanel<T>, JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailPanelListener
-
The given
thumbnailhas been selected within thepanel. - thumbnailUnfocused(JThumbnail<T>) - Method in interface org.jorigin.swing.thumbnail.JThumbnailListener
-
The thumbnail has been unfocused.
- thumbRatio - Variable in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
The thumb ratio.
- toString() - Method in class org.jorigin.swing.task.ActivityCaret
U
- unselect(JThumbnail<T>) - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Remove the label given in parameter to the selected labels
- unselectAll() - Method in class org.jorigin.swing.thumbnail.JThumbnailPanel
-
Unselect all the selected label.
- update(Graphics) - Method in class org.jorigin.swing.JPanelFrame
-
Just calls paint(g).
- UPDATE_WHEN_ON_EDT - Static variable in class org.jorigin.swing.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.swing.JDatePanel
-
Update the panel graphical components.
- updateUI() - Method in class org.jorigin.swing.JPanelFrame
-
Updates the UI.
V
- validate() - Method in class org.jorigin.swing.thumbnail.JThumbnail
- validate() - Method in class org.jorigin.swing.thumbnail.JThumbnailImage
W
- WrapLayout - Class in org.jorigin.swing.layout
-
FlowLayoutsubclass that fully supports wrapping of components. - WrapLayout() - Constructor for class org.jorigin.swing.layout.WrapLayout
-
Constructs a new
WrapLayoutwith a left alignment and a default 5-unit horizontal and vertical gap. - WrapLayout(int) - Constructor for class org.jorigin.swing.layout.WrapLayout
-
Constructs a new
FlowLayoutwith the specified alignment and a default 5-unit horizontal and vertical gap. - WrapLayout(int, int, int) - Constructor for class org.jorigin.swing.layout.WrapLayout
-
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form