Skip navigation links
A B C D E F G H I J L M N P R S T U V 

A

actionPerformed(ActionEvent) - Method in class net.shredzone.jshred.swing.MenuActionProxy
 
addActionListener(ActionListener) - Method in class net.shredzone.jshred.swing.JHistoryTextField
addChangeListener(ChangeListener) - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
addHistory(String) - Method in class net.shredzone.jshred.swing.JHistoryTextField
Adds a text to the top of the history.
addListDataListener(ListDataListener) - Method in class net.shredzone.jshred.swing.EmptyListModel
Adds a listener.
addListener(T) - Method in class net.shredzone.jshred.swing.ListenerManager
Adds a listener to this manager.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.shredzone.jshred.swing.MenuActionProxy
 
addSelectionInterval(int, int) - Method in class net.shredzone.jshred.swing.NoListSelectionModel
 
addTableModelListener(TableModelListener) - Method in class net.shredzone.jshred.swing.EmptyTableModel
Adds a listener.
addTableModelListener(TableModelListener) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
addTreeModelListener(TreeModelListener) - Method in class net.shredzone.jshred.swing.EmptyTreeModel
ArrowIcon - Class in net.shredzone.jshred.swing
This is an icon of a little arrow pointing in one of the four directions, either solid or outlined.
ArrowIcon(int, int, int) - Constructor for class net.shredzone.jshred.swing.ArrowIcon
Creates a new, solid ArrowIcon for the given direction.
ArrowIcon(int, int, int, boolean) - Constructor for class net.shredzone.jshred.swing.ArrowIcon
Creates a new ArrowIcon for the given direction.

B

BrightFilter - Class in net.shredzone.jshred.swing
This filter is brighting or darking an image, e.g. for mouse over effects.
BrightFilter(int) - Constructor for class net.shredzone.jshred.swing.BrightFilter
Creates a BrightFilter.
BrightFilter(int, Color) - Constructor for class net.shredzone.jshred.swing.BrightFilter
Creates a BrightFilter.

C

clearHistory() - Method in class net.shredzone.jshred.swing.JHistoryTextField
Clears the entire history.
content - Variable in class net.shredzone.jshred.swing.JCollapsiblePanel
 
copyToClipboard(String) - Static method in class net.shredzone.jshred.swing.SwingUtils
Copies the given String content to the system's default clipboard.
createBrightImage(Image) - Static method in class net.shredzone.jshred.swing.BrightFilter
Creates a brightened Image.
createDefaultDataModel() - Method in class net.shredzone.jshred.swing.JSortedTable
 
createDefaultLabel(String, Icon) - Static method in class net.shredzone.jshred.swing.JLabelGroup
Creates the default JComponent used as a label, if one of the text constructors is used.
createDefaultTableHeader() - Method in class net.shredzone.jshred.swing.JSortedTable
 
createImage() - Method in class net.shredzone.jshred.swing.JPrintPreview
Creates an Image of the page that is currently to be printed.
createJMenu(String) - Static method in class net.shredzone.jshred.swing.SwingUtils
Creates a JMenu from a title.

D

drawPaper(Graphics, int, int) - Method in class net.shredzone.jshred.swing.JPrintPreview
Draws the paper.

E

EmptyListModel<E> - Class in net.shredzone.jshred.swing
This is just a mere empty ListModel which will never have any entries.
EmptyListModel() - Constructor for class net.shredzone.jshred.swing.EmptyListModel
 
EmptyTableModel - Class in net.shredzone.jshred.swing
This is just a mere empty TableModel which will never have any entries.
EmptyTableModel() - Constructor for class net.shredzone.jshred.swing.EmptyTableModel
 
EmptyTreeModel - Class in net.shredzone.jshred.swing
This is just a mere empty TreeModel which will never have any entries.
EmptyTreeModel() - Constructor for class net.shredzone.jshred.swing.EmptyTreeModel
 
enableRecursive(Component, boolean) - Static method in class net.shredzone.jshred.swing.SwingUtils
Recursively enables a Component and all its subcomponents.
ExtendedSortableTableModel - Interface in net.shredzone.jshred.swing
This is an extension of the SortableTableModel.

F

filterRGB(int, int, int) - Method in class net.shredzone.jshred.swing.BrightFilter
 
fireActionEvent(ActionEvent) - Method in class net.shredzone.jshred.swing.JHistoryTextField
Informs all registered ActionListeners about a new ActionEvent.
fireTableDataChanged() - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Notifies all TableModelListener that the sort order was changed.
forget(String) - Static method in class net.shredzone.jshred.swing.JRememberOptionPane
Forgets a certain key.
forgetAll(String) - Static method in class net.shredzone.jshred.swing.JRememberOptionPane
Forgets all the keys starting with the given base.

G

getAutoscale() - Method in class net.shredzone.jshred.swing.JImageViewer
Gets the current autoscale mode.
getBorderInsets(Component) - Method in class net.shredzone.jshred.swing.TinyBorder
 
getBorderInsets(Component, Insets) - Method in class net.shredzone.jshred.swing.TinyBorder
 
getCheckboardColor() - Method in class net.shredzone.jshred.swing.JImageViewer
Gets the transparency checkboard color.
getChild(Object, int) - Method in class net.shredzone.jshred.swing.EmptyTreeModel
Gets a child.
getChildCount(Object) - Method in class net.shredzone.jshred.swing.EmptyTreeModel
Gets the child count, which is always 0.
getCollapsedIcon() - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Gets the current icon to be used if the component is collapsed.
getColorBottom() - Method in class net.shredzone.jshred.swing.JGradientPanel
Gets the current bottom/right color.
getColorTop() - Method in class net.shredzone.jshred.swing.JGradientPanel
Gets the current top/left color.
getColumnClass(int) - Method in class net.shredzone.jshred.swing.EmptyTableModel
Gets the column class.
getColumnClass(int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
 
getColumnCount() - Method in class net.shredzone.jshred.swing.EmptyTableModel
Gets the column count.
getColumnCount() - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
 
getColumnName(int) - Method in class net.shredzone.jshred.swing.EmptyTableModel
Gets the column name.
getColumnName(int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
 
getComponentFrame(Component) - Static method in class net.shredzone.jshred.swing.SwingUtils
Gets the Frame of a Component.
getComponentsRecursive(Component) - Static method in class net.shredzone.jshred.swing.SwingUtils
Recursively get a Collection of all Component in a Component.
getContent() - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Gets the current content Component.
getCurrentSize() - Method in class net.shredzone.jshred.swing.JHistoryTextField
Gets the current number of history entries.
getDescription() - Method in class net.shredzone.jshred.swing.JHeadline
Gets the current description.
getDirection() - Method in class net.shredzone.jshred.swing.JGradientPanel
Gets the gradient direction.
getElementAt(int) - Method in class net.shredzone.jshred.swing.EmptyListModel
Gets an element.
getExpandedIcon() - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Gets the current icon to be used if the component is expanded.
getHistory() - Method in class net.shredzone.jshred.swing.JHistoryTextField
Gets a List of the current history.
getHistorySize() - Method in class net.shredzone.jshred.swing.JHistoryTextField
Gets the current history size.
getIcon() - Method in class net.shredzone.jshred.swing.JHeadline
Gets the current Icon
getIconAsc() - Method in class net.shredzone.jshred.swing.SortTableHeader
Gets the current icon for ascending order.
getIconDesc() - Method in class net.shredzone.jshred.swing.SortTableHeader
Gets the current icon for descending order.
getIconDimension() - Method in class net.shredzone.jshred.swing.MenuActionProxy
Gets the current dimension of the menu icon.
getIconHeight() - Method in class net.shredzone.jshred.swing.ArrowIcon
 
getIconWidth() - Method in class net.shredzone.jshred.swing.ArrowIcon
 
getImage() - Method in class net.shredzone.jshred.swing.JImageViewer
Gets the Image that is currently set.
getIndexOfChild(Object, Object) - Method in class net.shredzone.jshred.swing.EmptyTreeModel
Gets the index of a child.
getInteger() - Method in class net.shredzone.jshred.swing.JIntegerField
Gets the current value, as integer.
getLabel() - Method in class net.shredzone.jshred.swing.JLabelGroup
Gets the JComponent that is used as a label for this JLabelGroup.
getListeners() - Method in class net.shredzone.jshred.swing.ListenerManager
Gets a Collection of all current listeners.
getMasterTable() - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Gets the master table that is connected to this SortableTableModelProxy.
getMaximumWidth() - Method in class net.shredzone.jshred.swing.JLabelGroup
Calculates the maximum label with of a JLabelGroup chain.
getMenuName(String) - Static method in class net.shredzone.jshred.swing.SwingUtils
Gets the name of a menu.
getMenuShortcut(String) - Static method in class net.shredzone.jshred.swing.SwingUtils
Gets the shortcut of a menu.
getMinimumSize() - Method in class net.shredzone.jshred.swing.JImageViewer
 
getPage() - Method in class net.shredzone.jshred.swing.JPrintPreview
Gets the page number of the currently shown page.
getPreferredScrollableViewportSize() - Method in class net.shredzone.jshred.swing.JScrollableImageViewer
Gets the preferred viewport size, which is equal to the minimum size of this component.
getPreferredSize() - Method in class net.shredzone.jshred.swing.JImageViewer
 
getQuality() - Method in class net.shredzone.jshred.swing.JImageViewer
Gets the current scaling quality.
getRoot() - Method in class net.shredzone.jshred.swing.EmptyTreeModel
Gets the root node.
getRowCount() - Method in class net.shredzone.jshred.swing.EmptyTableModel
Gets the row count.
getRowCount() - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
 
getScaledDimension() - Method in class net.shredzone.jshred.swing.JImageViewer
Gets the final Dimension of the image after proper scaling was applied.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class net.shredzone.jshred.swing.JScrollableImageViewer
How many pixels of the image to be scrolled by a block increment.
getScrollableTracksViewportHeight() - Method in class net.shredzone.jshred.swing.JScrollableImageViewer
Adjusts own height to viewport height.
getScrollableTracksViewportWidth() - Method in class net.shredzone.jshred.swing.JScrollableImageViewer
Adjusts own width to viewport width.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class net.shredzone.jshred.swing.JScrollableImageViewer
How many pixels of the image to be scrolled by an unit increment.
getSelectedLAF() - Method in class net.shredzone.jshred.swing.JLAFSelector
Gets the name of the selected LAF.
getSelectionMode() - Method in class net.shredzone.jshred.swing.NoListSelectionModel
 
getSize() - Method in class net.shredzone.jshred.swing.EmptyListModel
Gets the size.
getSortedColumn() - Method in class net.shredzone.jshred.swing.EmptyTableModel
Gets the colum that is sorted.
getSortedColumn() - Method in interface net.shredzone.jshred.swing.SortableTableModel
Gets the index of the column that is currently sorted.
getSortedColumn() - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Gets the index of the column that is currently sorted.
getText() - Method in class net.shredzone.jshred.swing.JHistoryTextField
Gets the text that is currently shown in this component.
getTitle() - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Gets the current title above the component.
getTitle() - Method in class net.shredzone.jshred.swing.JHeadline
Gets the current title text.
getValue(String) - Method in class net.shredzone.jshred.swing.MenuActionProxy
 
getValueAt(int, int) - Method in class net.shredzone.jshred.swing.EmptyTableModel
Gets the value at a certain position.
getValueAt(int, int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
 
getZoomFactor() - Method in class net.shredzone.jshred.swing.JImageViewer
Gets the current zoom factor.
getZoomFactor() - Method in class net.shredzone.jshred.swing.JPrintPreview
Gets the current zoom factor.

H

HORIZONTAL - Static variable in class net.shredzone.jshred.swing.JGradientPanel
 

I

initZoom(PageFormat) - Method in class net.shredzone.jshred.swing.JPrintPreview
Initializes the zoom factor.
insertIndexInterval(int, int, boolean) - Method in class net.shredzone.jshred.swing.NoListSelectionModel
 
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class net.shredzone.jshred.swing.JIntegerField.IntegerFilter
String to be inserted into the Document.
insertString(int, String, AttributeSet) - Method in class net.shredzone.jshred.swing.LimitedDocument
 
IntegerFilter() - Constructor for class net.shredzone.jshred.swing.JIntegerField.IntegerFilter
 
isAutoSelection() - Method in class net.shredzone.jshred.swing.JHistoryTextField
Checks if the auto selection mode is enabled.
isBorderOpaque() - Method in class net.shredzone.jshred.swing.TinyBorder
 
isCellEditable(int, int) - Method in class net.shredzone.jshred.swing.EmptyTableModel
Checks if a cell is editable.
isCellEditable(int, int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
 
isCheckboard() - Method in class net.shredzone.jshred.swing.JImageViewer
Checks if the transparency checkboard is to be drawn.
isColumnSortable(int) - Method in interface net.shredzone.jshred.swing.ExtendedSortableTableModel
Returns true if the given column index is sortable.
isColumnSortable(int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Returns true if a column is sortable.
isDescending() - Method in class net.shredzone.jshred.swing.EmptyTableModel
Checks if the sort order is descending.
isDescending() - Method in interface net.shredzone.jshred.swing.SortableTableModel
Gets the current sort order.
isDescending() - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Gets the current sort order.
isEnabled() - Method in class net.shredzone.jshred.swing.MenuActionProxy
 
isExpanded() - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Gets the current expanded state.
isLeaf(Object) - Method in class net.shredzone.jshred.swing.EmptyTreeModel
Checks if the node is a leaf.
isLowMem() - Method in class net.shredzone.jshred.swing.JPrintPreview
Returns if a low memory footprint is required.
isSmallView() - Method in class net.shredzone.jshred.swing.JLAFSelector
Checks if there is only a small view area available for this component.
isSortingAllowed() - Method in class net.shredzone.jshred.swing.SortTableHeader
Finds out if sorting is allowed.

J

JCollapsiblePanel - Class in net.shredzone.jshred.swing
This JPanel shows a Component with a headline above it.
JCollapsiblePanel() - Constructor for class net.shredzone.jshred.swing.JCollapsiblePanel
Creates an empty JCollapsiblePanel with no title.
JCollapsiblePanel(String) - Constructor for class net.shredzone.jshred.swing.JCollapsiblePanel
Creates an empty JCollapsiblePanel with the given title.
JCollapsiblePanel(String, Component) - Constructor for class net.shredzone.jshred.swing.JCollapsiblePanel
Creates a JCollapsiblePanel with the given title and Component.
JCollapsiblePanel(String, Component, boolean) - Constructor for class net.shredzone.jshred.swing.JCollapsiblePanel
Creates a JCollapsiblePanel with the given title and Component, using the given expanded state initially.
JCollapsiblePanel(String, Component, boolean, String) - Constructor for class net.shredzone.jshred.swing.JCollapsiblePanel
Creates a JCollapsiblePanel with the given title and Component, using the given expanded state initially.
JGradientPanel - Class in net.shredzone.jshred.swing
This JPanel shows a color gradient in the background.
JGradientPanel(Color, Color) - Constructor for class net.shredzone.jshred.swing.JGradientPanel
Creates a vertical JGradientPanel with the given top and bottom color.
JGradientPanel(Color, Color, int) - Constructor for class net.shredzone.jshred.swing.JGradientPanel
Creates a JGradientPanel with the given top and bottom color in the given direction.
JHeadline - Class in net.shredzone.jshred.swing
This is a headline to be used in dialogs etc.
JHeadline() - Constructor for class net.shredzone.jshred.swing.JHeadline
Creates an empty JHeadline.
JHeadline(String) - Constructor for class net.shredzone.jshred.swing.JHeadline
Creates a new JHeadline with the given title.
JHeadline(String, Icon) - Constructor for class net.shredzone.jshred.swing.JHeadline
Creates a new JHeadline with the given title and icon.
JHeadline(String, String, Icon) - Constructor for class net.shredzone.jshred.swing.JHeadline
Creates a new JHeadline with the given title, description, icon.
JHeadline(String, String, Icon, Color) - Constructor for class net.shredzone.jshred.swing.JHeadline
Creates a new JHeadline with the given title, description, icon and color.
JHistoryTextField - Class in net.shredzone.jshred.swing
This is some kind of JTextField with a JComboBox.
JHistoryTextField() - Constructor for class net.shredzone.jshred.swing.JHistoryTextField
Creates a new JHistoryTextField.
JHistoryTextField(String) - Constructor for class net.shredzone.jshred.swing.JHistoryTextField
Creates a new JHistoryTextField.
JImageViewer - Class in net.shredzone.jshred.swing
An JImageViewer renders an image in the centre of the component.
JImageViewer() - Constructor for class net.shredzone.jshred.swing.JImageViewer
Creates an empty JImageViewer.
JImageViewer(Image) - Constructor for class net.shredzone.jshred.swing.JImageViewer
Creates a JImageViewer showing the given Image.
JImageViewer(ImageIcon) - Constructor for class net.shredzone.jshred.swing.JImageViewer
Creates a JImageViewer showing the given ImageIcon.
JImageViewer(InputStream) - Constructor for class net.shredzone.jshred.swing.JImageViewer
Creates a JImageViewer showing an image that is read from the given InputStream.
JImageViewer(URL) - Constructor for class net.shredzone.jshred.swing.JImageViewer
Creates a JImageViewer showing an image that is read from the given URL.
JImageViewer.Autoscale - Enum in net.shredzone.jshred.swing
 
JImageViewer.Quality - Enum in net.shredzone.jshred.swing
 
JIntegerField - Class in net.shredzone.jshred.swing
A JTextField that only allows to enter digits.
JIntegerField() - Constructor for class net.shredzone.jshred.swing.JIntegerField
Creates a new JIntegerField.
JIntegerField(int) - Constructor for class net.shredzone.jshred.swing.JIntegerField
Creates a new JIntegerField and set an integer.
JIntegerField.IntegerFilter - Class in net.shredzone.jshred.swing
A DocumentFilter that only allows digits.
JLabelGroup - Class in net.shredzone.jshred.swing
A JLabelGroup is a JLabel set left to a Component.
JLabelGroup(Component, String) - Constructor for class net.shredzone.jshred.swing.JLabelGroup
Creates the first JLabelGroup of a chain.
JLabelGroup(Component, String, JLabelGroup) - Constructor for class net.shredzone.jshred.swing.JLabelGroup
Creates a new JLabelGroup element.
JLabelGroup(Component, String, Icon, JLabelGroup) - Constructor for class net.shredzone.jshred.swing.JLabelGroup
Creates a new JLabelGroup label with an Icon.
JLabelGroup(Component, JComponent, JLabelGroup) - Constructor for class net.shredzone.jshred.swing.JLabelGroup
Creates a new JLabelGroup label with a given label JComponent.
JLAFSelector - Class in net.shredzone.jshred.swing
This component allows the user to select a Look and Feel.
JLAFSelector() - Constructor for class net.shredzone.jshred.swing.JLAFSelector
Creates a new Look and Feel selector.
JPrintPreview - Class in net.shredzone.jshred.swing
A Swing component that renders printable pages for a printer preview.
JPrintPreview() - Constructor for class net.shredzone.jshred.swing.JPrintPreview
Creates an empty JPrintPreview pane.
JPrintPreview(Printable, PageFormat) - Constructor for class net.shredzone.jshred.swing.JPrintPreview
Creates a JPrintPreview pane and initialize it with a Printable object, which is to be shown in the given PageFormat.
JPrintPreview(Pageable) - Constructor for class net.shredzone.jshred.swing.JPrintPreview
Creates a JPrintPreview pane and initialize it with a Pageable object.
JRememberOptionPane - Class in net.shredzone.jshred.swing
This is a JOptionPane which offers a CheckBox with a text like "Remember this decision".
JRememberOptionPane() - Constructor for class net.shredzone.jshred.swing.JRememberOptionPane
 
JScrollableImageViewer - Class in net.shredzone.jshred.swing
A JScrollableImageViewer is an JImageViewer that also implements the Scrollable interface.
JScrollableImageViewer() - Constructor for class net.shredzone.jshred.swing.JScrollableImageViewer
Creates an empty JScrollableImageViewer.
JScrollableImageViewer(Image) - Constructor for class net.shredzone.jshred.swing.JScrollableImageViewer
Creates a JScrollableImageViewer showing the given Image.
JScrollableImageViewer(ImageIcon) - Constructor for class net.shredzone.jshred.swing.JScrollableImageViewer
Creates a JScrollableImageViewer showing the given ImageIcon.
JScrollableImageViewer(InputStream) - Constructor for class net.shredzone.jshred.swing.JScrollableImageViewer
Creates a JScrollableImageViewer showing an image that is read from the given InputStream.
JScrollableImageViewer(URL) - Constructor for class net.shredzone.jshred.swing.JScrollableImageViewer
Creates a JScrollableImageViewer showing an image that is read from the given URL.
JSortedTable - Class in net.shredzone.jshred.swing
This is a JTable which allows the user to sort each column in ascending or descending order.
JSortedTable() - Constructor for class net.shredzone.jshred.swing.JSortedTable
Creates a new, empty JSortedTable.
JSortedTable(SortableTableModel) - Constructor for class net.shredzone.jshred.swing.JSortedTable
Creates a new JSortedTable with the given SortableTableModel.
JToolbarButton - Class in net.shredzone.jshred.swing
This JButton is to be used in toolbars.
JToolbarButton() - Constructor for class net.shredzone.jshred.swing.JToolbarButton
Creates a new basic JToolbarButton.
JToolbarButton(String) - Constructor for class net.shredzone.jshred.swing.JToolbarButton
Creates a new JToolbarButton with a title.
JToolbarButton(String, Icon) - Constructor for class net.shredzone.jshred.swing.JToolbarButton
Creates a new JToolbarButton with a title and an icon.
JToolbarButton(Icon) - Constructor for class net.shredzone.jshred.swing.JToolbarButton
Creates a new JToolbarButton with an icon.
JToolbarButton(Action) - Constructor for class net.shredzone.jshred.swing.JToolbarButton
Creates a new JToolbarButton for a certain Action.
JToolbarButton(Action, boolean) - Constructor for class net.shredzone.jshred.swing.JToolbarButton
Creates a new JToolbarButton for a certain Action.

L

LimitedDocument - Class in net.shredzone.jshred.swing
This PlainDocument will limit the input to a certain length.
LimitedDocument(int) - Constructor for class net.shredzone.jshred.swing.LimitedDocument
Creates a new Document with the given maximum length.
ListenerManager<T extends EventListener> - Class in net.shredzone.jshred.swing
A ListenerManager helps you keep track of EventListener lists.
ListenerManager() - Constructor for class net.shredzone.jshred.swing.ListenerManager
 

M

mapRow(int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Maps a row number to the appropriate row number in the master TableModel.
MenuActionProxy - Class in net.shredzone.jshred.swing
The MenuActionProxy proxies Actions to be used in menus.
MenuActionProxy(Action) - Constructor for class net.shredzone.jshred.swing.MenuActionProxy
Creates a new MenuActionProxy.
MenuActionProxy(Action, Dimension) - Constructor for class net.shredzone.jshred.swing.MenuActionProxy
Creates a new MenuActionProxy with given Icon Dimension.
mouseClicked(MouseEvent) - Method in class net.shredzone.jshred.swing.SortTableHeader
 
mouseDragged(MouseEvent) - Method in class net.shredzone.jshred.swing.SortTableHeader
 
mouseEntered(MouseEvent) - Method in class net.shredzone.jshred.swing.SortTableHeader
 
mouseExited(MouseEvent) - Method in class net.shredzone.jshred.swing.SortTableHeader
 
mouseMoved(MouseEvent) - Method in class net.shredzone.jshred.swing.SortTableHeader
 
mousePressed(MouseEvent) - Method in class net.shredzone.jshred.swing.SortTableHeader
 
mouseReleased(MouseEvent) - Method in class net.shredzone.jshred.swing.SortTableHeader
 

N

net.shredzone.jshred.swing - package net.shredzone.jshred.swing
 
NO_SELECTION - Static variable in class net.shredzone.jshred.swing.NoListSelectionModel
A value for the selectionMode property: no list index can be selected at all.
NoListSelectionModel - Class in net.shredzone.jshred.swing
This DefaultListSelectionModel also allows that no item can be selected at all.
NoListSelectionModel() - Constructor for class net.shredzone.jshred.swing.NoListSelectionModel
 

P

paint(Graphics) - Method in class net.shredzone.jshred.swing.JGradientPanel
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class net.shredzone.jshred.swing.TinyBorder
 
paintComponent(Graphics) - Method in class net.shredzone.jshred.swing.JImageViewer
 
paintIcon(Component, Graphics, int, int) - Method in class net.shredzone.jshred.swing.ArrowIcon
 
pasteFromClipboard(Object) - Static method in class net.shredzone.jshred.swing.SwingUtils
Gets a String content from the system's default clipboard.
print(Graphics, PageFormat, int) - Method in class net.shredzone.jshred.swing.JImageViewer
 
putValue(String, Object) - Method in class net.shredzone.jshred.swing.MenuActionProxy
 

R

rearrange() - Method in class net.shredzone.jshred.swing.JLabelGroup
Rearranges the JLabelGroup chain.
rebuildIndexMap() - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Rebuilds the internal index map array.
recallHistory(String) - Method in class net.shredzone.jshred.swing.JHistoryTextField
Recalls the history from preferences, using the given name.
recreate() - Method in class net.shredzone.jshred.swing.JPrintPreview
Recreates the internal image cache.
removeActionListener(ActionListener) - Method in class net.shredzone.jshred.swing.JHistoryTextField
Removes an ActionListener.
removeAllListeners() - Method in class net.shredzone.jshred.swing.ListenerManager
Removes all listeners from this manager.
removeChangeListener(ChangeListener) - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Removes a ChangeListener.
removeListDataListener(ListDataListener) - Method in class net.shredzone.jshred.swing.EmptyListModel
Removes a listener.
removeListener(T) - Method in class net.shredzone.jshred.swing.ListenerManager
Removes the listener from this manager.
removePropertyChangeListener(PropertyChangeListener) - Method in class net.shredzone.jshred.swing.MenuActionProxy
 
removeTableModelListener(TableModelListener) - Method in class net.shredzone.jshred.swing.EmptyTableModel
Remove sa listener.
removeTableModelListener(TableModelListener) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
removeTreeModelListener(TreeModelListener) - Method in class net.shredzone.jshred.swing.EmptyTreeModel
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class net.shredzone.jshred.swing.JIntegerField.IntegerFilter
String to be replaced with parts of the Document.
resort() - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Sorts the entire TableModel again.

S

scaleAspect(Dimension, Dimension) - Static method in class net.shredzone.jshred.swing.SwingUtils
Compute a Dimension that has the same aspect ratio as the first Dimension, but does not exceed any part of the second Dimension.
scaleAspectMax(Dimension, Dimension) - Static method in class net.shredzone.jshred.swing.SwingUtils
Compute a Dimension that has the same aspect ratio as the first Dimension, but uses as much of the maximum Dimension as possible, without exceeding it.
setAutoscale(JImageViewer.Autoscale) - Method in class net.shredzone.jshred.swing.JImageViewer
Sets the autoscale mode.
setAutoSelection(boolean) - Method in class net.shredzone.jshred.swing.JHistoryTextField
Sets the auto selection mode.
setCancelKey(RootPaneContainer, JButton) - Static method in class net.shredzone.jshred.swing.SwingUtils
Sets the cancel button for a RootPaneContainer.
setCheckboard(boolean) - Method in class net.shredzone.jshred.swing.JImageViewer
Draws the transparency checkboard.
setCheckboardColor(Color) - Method in class net.shredzone.jshred.swing.JImageViewer
Sets the transparency checkboard color.
setCollapsedIcon(Icon) - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Sets the icon to be used in the title if the component is collapsed.
setColorBottom(Color) - Method in class net.shredzone.jshred.swing.JGradientPanel
Changes the bottom/right color.
setColorTop(Color) - Method in class net.shredzone.jshred.swing.JGradientPanel
Changes the top/left color.
setConfirmKey(RootPaneContainer, JButton) - Static method in class net.shredzone.jshred.swing.SwingUtils
Sets the confirmation button for a RootPaneContainer.
setContent(Component) - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Sets a new content Component.
setCurrentLAF() - Method in class net.shredzone.jshred.swing.JLAFSelector
Sets the currently used Look and Feel.
setDescription(String) - Method in class net.shredzone.jshred.swing.JHeadline
Sets a new description.
setDirection(int) - Method in class net.shredzone.jshred.swing.JGradientPanel
Sets the gradient direction.
setEnabled(boolean) - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Sets the enabled state.
setEnabled(boolean) - Method in class net.shredzone.jshred.swing.JHistoryTextField
 
setEnabled(boolean) - Method in class net.shredzone.jshred.swing.MenuActionProxy
 
setExpanded(boolean) - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Sets the expanded state.
setExpandedIcon(Icon) - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Sets the icon to be used in the title if the component is expanded.
setForeground(Color) - Method in class net.shredzone.jshred.swing.JHeadline
Sets the text color.
setHistorySize(int) - Method in class net.shredzone.jshred.swing.JHistoryTextField
Sets the maximum history size.
setIcon(Icon) - Method in class net.shredzone.jshred.swing.JHeadline
Sets a new Icon.
setIconAsc(Icon) - Method in class net.shredzone.jshred.swing.SortTableHeader
Sets the icon for ascending order.
setIconDesc(Icon) - Method in class net.shredzone.jshred.swing.SortTableHeader
Sets the icon for descending order.
setIconDimension(Dimension) - Method in class net.shredzone.jshred.swing.MenuActionProxy
Sets new Icon dimensions for the menu icon.
setImage(Image) - Method in class net.shredzone.jshred.swing.JImageViewer
Sets a new Image to be shown.
setImage(ImageIcon) - Method in class net.shredzone.jshred.swing.JImageViewer
Sets a new ImageIcon to be shown.
setImage(InputStream) - Method in class net.shredzone.jshred.swing.JImageViewer
Sets a new image that is to be read from the InputStream.
setImage(URL) - Method in class net.shredzone.jshred.swing.JImageViewer
Sets a new image that is to be read from the URL.
setInteger(int) - Method in class net.shredzone.jshred.swing.JIntegerField
Sets an integer
setLookAndFeel(String) - Static method in class net.shredzone.jshred.swing.JLAFSelector
Tries to set a look and feel that was selected by this component.
setLowMem(boolean) - Method in class net.shredzone.jshred.swing.JPrintPreview
Sets if a low memory footprint is required.
setMenuKey(Action, String) - Static method in class net.shredzone.jshred.swing.SwingUtils
Sets the NAME and MNEMONIC_KEY of an Action to the menu string.
setMinimumHeight(JComponent) - Static method in class net.shredzone.jshred.swing.SwingUtils
Sets the height of a JComponent to its minimum.
setMinimumWidth(int) - Method in class net.shredzone.jshred.swing.JLabelGroup
Recursively sets the minimum width of this JLabelGroup chain.
setMinimumWidth(JComponent) - Static method in class net.shredzone.jshred.swing.SwingUtils
Sets the width of a JComponent to its minimum.
setMnemonic(char) - Method in class net.shredzone.jshred.swing.JLabelGroup
Sets a mnemonic key for this label.
setMnemonic(int) - Method in class net.shredzone.jshred.swing.JLabelGroup
Sets a mnemonic code for this label.
setModel(TableModel) - Method in class net.shredzone.jshred.swing.JSortedTable
Sets the TableModel to be used.
setPage(int) - Method in class net.shredzone.jshred.swing.JPrintPreview
Sets the page number of the page to be shown.
setPageable(Pageable) - Method in class net.shredzone.jshred.swing.JPrintPreview
Sets a Pageable to be shown.
setPrintable(Printable, PageFormat) - Method in class net.shredzone.jshred.swing.JPrintPreview
Sets a Printable to be shown in the given PageFormat.
setQuality(JImageViewer.Quality) - Method in class net.shredzone.jshred.swing.JImageViewer
Sets the scaling quality.
setQuality(Graphics2D, JImageViewer.Quality) - Method in class net.shredzone.jshred.swing.JImageViewer
Sets the rendering hints according to the quality.
setSelectedLAF(LookAndFeel) - Method in class net.shredzone.jshred.swing.JLAFSelector
Sets a Look and Feel as current selection, by passing a LookAndFeel object.
setSelectedLAF(UIManager.LookAndFeelInfo) - Method in class net.shredzone.jshred.swing.JLAFSelector
Sets a Look and Feel as current selection, by passing a UIManager.LookAndFeelInfo.
setSelectedLAF(String) - Method in class net.shredzone.jshred.swing.JLAFSelector
Sets a Look and Feel as current selection, by passing a class name.
setSelectionInterval(int, int) - Method in class net.shredzone.jshred.swing.NoListSelectionModel
 
setSelectionMode(int) - Method in class net.shredzone.jshred.swing.NoListSelectionModel
 
setSmallView(boolean) - Method in class net.shredzone.jshred.swing.JLAFSelector
Sets if a small view area is to be used by this component.
setSortingAllowed(boolean) - Method in class net.shredzone.jshred.swing.SortTableHeader
Sets if the user is allowed to sort columns by clicking on their headline.
setText(String) - Method in class net.shredzone.jshred.swing.JHistoryTextField
Sets the text to be shown in this component.
setTitle(String) - Method in class net.shredzone.jshred.swing.JCollapsiblePanel
Sets the title above the component.
setTitle(String) - Method in class net.shredzone.jshred.swing.JHeadline
Sets a new title text.
setValueAt(Object, int, int) - Method in class net.shredzone.jshred.swing.EmptyTableModel
Sets a value of a cell.
setValueAt(Object, int, int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
 
setVerticalAlignment(int) - Method in class net.shredzone.jshred.swing.JLabelGroup
Sets the vertical alignment of the label, using SwingConstants.
setZoomFactor(float) - Method in class net.shredzone.jshred.swing.JImageViewer
Sets the zoom factor for the shown image.
setZoomFactor(double) - Method in class net.shredzone.jshred.swing.JPrintPreview
Sets the current zoom factor.
showRememberDialog(Component, Object, String, String, String) - Static method in class net.shredzone.jshred.swing.JRememberOptionPane
Shows a Remember dialog with a remember checkbox.
showRememberDialog(Component, Object, String, String, String, int) - Static method in class net.shredzone.jshred.swing.JRememberOptionPane
Shows a Remember dialog with a remember checkbox.
showRememberDialog(Component, Object, String, String, String, int, int, Icon) - Static method in class net.shredzone.jshred.swing.JRememberOptionPane
Shows a Remember dialog with a remember checkbox.
SortableTableModel - Interface in net.shredzone.jshred.swing
The SortableTableModel extends a TableModel by methods that are required to order the model by a certain column.
SortableTableModelProxy - Class in net.shredzone.jshred.swing
The SortTableModelProxy wraps another TableModel, and allows to sort it by one of its columns.
SortableTableModelProxy(TableModel) - Constructor for class net.shredzone.jshred.swing.SortableTableModelProxy
Creates a new SortableTableModelProxy for a master TableModel.
sortByColumn(int, boolean) - Method in class net.shredzone.jshred.swing.EmptyTableModel
Sorts by a column.
sortByColumn(int) - Method in class net.shredzone.jshred.swing.JSortedTable
Sorts by a certain column.
sortByColumn(int, boolean) - Method in interface net.shredzone.jshred.swing.SortableTableModel
Sorts by a certain column in the given order.
sortByColumn(int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Sorts by a certain column, ascending.
sortByColumn(int, boolean) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Sorts by a certain column in the given order.
sortByColumnDesc(int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Sorts by a certain column, descending.
SortTableHeader - Class in net.shredzone.jshred.swing
This is a JTableHeader that shows the currently sorted column of a SortableTableModel and allows to select columns to be sorted.
SortTableHeader() - Constructor for class net.shredzone.jshred.swing.SortTableHeader
Creates a new SortTableHeader.
SortTableHeader(TableColumnModel) - Constructor for class net.shredzone.jshred.swing.SortTableHeader
Creates a new SortTableHeader with the given TableColumnModel
spreadColumns(JTable) - Static method in class net.shredzone.jshred.swing.SwingUtils
Adjusts each column of a JTable to show its entire content.
spreadColumns(JTable, int) - Static method in class net.shredzone.jshred.swing.SwingUtils
Adjusts each column of a JTable to show its entire content.
spreadColumns(JTable, int, int) - Static method in class net.shredzone.jshred.swing.SwingUtils
Adjusts each column of a JTable to show its entire content.
storeHistory(String) - Method in class net.shredzone.jshred.swing.JHistoryTextField
Stores the current history to the preferences, using the given name.
SwingUtils - Class in net.shredzone.jshred.swing
This is a collection of static methods for your convenience.

T

tableChanged(TableModelEvent) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Internal TableModelListener implementation, do not use!
TinyBorder - Class in net.shredzone.jshred.swing
A recessed 1px border, like often used in status bars.
TinyBorder() - Constructor for class net.shredzone.jshred.swing.TinyBorder
 
turnBack() - Method in class net.shredzone.jshred.swing.JPrintPreview
Turns back one page.
turnForward() - Method in class net.shredzone.jshred.swing.JPrintPreview
Turns forward one page.

U

unmapRow(int) - Method in class net.shredzone.jshred.swing.SortableTableModelProxy
Maps a row number of the master TableModel to the current row number of the SortableTableModel.

V

valueForPathChanged(TreePath, Object) - Method in class net.shredzone.jshred.swing.EmptyTreeModel
Value for path changed.
valueOf(String) - Static method in enum net.shredzone.jshred.swing.JImageViewer.Autoscale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.shredzone.jshred.swing.JImageViewer.Quality
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.shredzone.jshred.swing.JImageViewer.Autoscale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.shredzone.jshred.swing.JImageViewer.Quality
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL - Static variable in class net.shredzone.jshred.swing.JGradientPanel
 
A B C D E F G H I J L M N P R S T U V 
Skip navigation links

Copyright © 2004–2016. All rights reserved.