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

A

AbstractReport - class sos.reports.AbstractReport.
A partial implementation of the Report interface.
AbstractReport.AbstractCellElement - class sos.reports.AbstractReport.AbstractCellElement.
A partial implementation of CellElement.
AbstractReport.AbstractCellElement() - Constructor for class sos.reports.AbstractReport.AbstractCellElement
 
AbstractReport.AbstractElement - class sos.reports.AbstractReport.AbstractElement.
A partial implementation of an Element.
AbstractReport.AbstractElement() - Constructor for class sos.reports.AbstractReport.AbstractElement
 
AbstractReport.AbstractObjectElement - class sos.reports.AbstractReport.AbstractObjectElement.
A partial implementation of ObjectElement.
AbstractReport.AbstractObjectElement() - Constructor for class sos.reports.AbstractReport.AbstractObjectElement
 
AbstractReport.AbstractTableElement - class sos.reports.AbstractReport.AbstractTableElement.
A partial implementation of TableElement.
AbstractReport.AbstractTableElement() - Constructor for class sos.reports.AbstractReport.AbstractTableElement
 
AbstractReport.AbstractTierElement - class sos.reports.AbstractReport.AbstractTierElement.
A partial implementation of TierElement.
AbstractReport.AbstractTierElement() - Constructor for class sos.reports.AbstractReport.AbstractTierElement
 
AbstractReport.DefaultObjectElement - class sos.reports.AbstractReport.DefaultObjectElement.
A default implementation of ObjectElement.
AbstractReport.DefaultObjectElement(Object, String, Object) - Constructor for class sos.reports.AbstractReport.DefaultObjectElement
Creates an instance of DefaultObjectElement with the specified object and style name.
AbstractReport.DefaultTableElement - class sos.reports.AbstractReport.DefaultTableElement.
A default implementation of TableElement that stores cells in lists of lists.
AbstractReport.DefaultTableElement.DefaultCellElement - class sos.reports.AbstractReport.DefaultTableElement.DefaultCellElement.
A default implementation of CellElement.
AbstractReport.DefaultTableElement.DefaultCellElement(Element, int, int, int, int, String) - Constructor for class sos.reports.AbstractReport.DefaultTableElement.DefaultCellElement
Creates an instance of DefaultCellElement.
AbstractReport.DefaultTableElement.DefaultTierElement - class sos.reports.AbstractReport.DefaultTableElement.DefaultTierElement.
A default implementation of TierElement.
AbstractReport.DefaultTableElement.DefaultTierElement(int, int, Object, String, CellElement) - Constructor for class sos.reports.AbstractReport.DefaultTableElement.DefaultTierElement
Creates an instance of DefaultTierElement.
AbstractReport.DefaultTableElement(Object, String) - Constructor for class sos.reports.AbstractReport.DefaultTableElement
Creates an instance of DefaultTableElement with the specified object and style name.
AbstractReport.DefaultTableElement(Object, String, int, int, int, int, int, int) - Constructor for class sos.reports.AbstractReport.DefaultTableElement
 
AbstractReport() - Constructor for class sos.reports.AbstractReport
Creates an instance of AbstractReport with an empty theme.
AbstractReport(Theme) - Constructor for class sos.reports.AbstractReport
Creates an instance of AbstractReport with the specified theme.
AbstractReportEditorModel - class sos.reports.AbstractReportEditorModel.
A partial implementation of ReportEditorModel.
AbstractReportEditorModel() - Constructor for class sos.reports.AbstractReportEditorModel
Creates a new instance of AbstractReportEditorModel.
AbstractReportSelectionModel - class sos.reports.AbstractReportSelectionModel.
A partial implementation of ReportSelectionModel that handles the registering, unregistering, and notification of listeners.
AbstractReportSelectionModel() - Constructor for class sos.reports.AbstractReportSelectionModel
Creates an instance of AbstractReportSelectionModel.
AbstractReportTableModel - class sos.reports.AbstractReportTableModel.
A partial implementation of ReportTableModel.
AbstractReportTableModel() - Constructor for class sos.reports.AbstractReportTableModel
 
AbstractReportTemplate - class sos.reports.AbstractReportTemplate.
A partial implementation of the ReportTemplate interface.
AbstractReportTemplate() - Constructor for class sos.reports.AbstractReportTemplate
Creates an instance of AbstractReportTemplate.
AbstractView - class sos.reports.AbstractView.
A partial implementation of View.
AbstractView() - Constructor for class sos.reports.AbstractView
Creates an instance of AbstractView.
AccessibleReportRole - class sos.reports.AccessibleReportRole.
An extension of javax.accessibility.AccessibleRole that defines roles for reports.
AccessibleReportRole(String) - Constructor for class sos.reports.AccessibleReportRole
Creates a new AccessibleWizardRole given the locale-independent key.
actionPerformed(ActionEvent) - Method in class sos.reports.DefaultReportEditorKit.ErrorFeedbackAction
 
addHighlight(Element, Highlighter.Highlight) - Method in interface sos.reports.TextHighlighter
Adds the specified text highlight to the list of highlights associated with the specified element.
addHighlight(Element, Highlighter.Highlight) - Method in class sos.reports.DefaultTextHighlighter
 
addReportListener(ReportListener) - Method in interface sos.reports.Report
Adds the specified ReportListener to this report.
addReportListener(ReportListener) - Method in class sos.reports.AbstractReport
 
addReportSelectionListener(ReportSelectionListener) - Method in interface sos.reports.ReportSelectionModel
Registers the specified listener so that it is notified when the selection changes.
addReportSelectionListener(ReportSelectionListener) - Method in class sos.reports.AbstractReportSelectionModel
 
addSelectionModel(ReportSelectionModel) - Method in class sos.reports.CompositeReportSelectionModel
Appends the specified selection model to this model's collection.
ADVANCE_BACKWARD_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that advances the selection to the previous element, wrapping if necessary.
ADVANCE_FORWARD_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that advances the selection to the next element, wrapping if necessary.
ALIGN_BOTTOM - Static variable in class sos.reports.ReportStyleConstants
Indicates that the component is bottom justified in its cell
ALIGN_TOP - Static variable in class sos.reports.ReportStyleConstants
Indicates that the component is top justified in its cell
AllCaps - Static variable in class sos.reports.ReportStyleConstants
The style key for text to be entirely in capital letters.
AllCaps - Static variable in class sos.reports.ReportStyleConstants.ObjectConstants
Forced capitalization of text.
ANCESTOR_INPUT_MAP_KEY - Static variable in class sos.reports.BasicReportPaneUI
The look-and-feel key for the report pane's default input map, which contains the mapping between keystrokes and actions.
ArrayBreakWeightRecorder - class sos.reports.ArrayBreakWeightRecorder.
An implementation of BreakWeightRecorder that uses an array to record weights.
ArrayBreakWeightRecorder(int) - Constructor for class sos.reports.ArrayBreakWeightRecorder
Creates an ArrayBreakWeightRecorder with the specified length.
ATTRIBUTE_CHANGE - Static variable in interface sos.reports.ReportEvent.ElementChange
Constant indicating an attribute's value changed.
ATTRIBUTE_SET_CHANGE - Static variable in interface sos.reports.ReportEvent.ElementChange
Constant indicating the entire attribute set changed.
AutoFit - Static variable in class sos.reports.ReportStyleConstants
The style key for text to be automatically sized to fit its container.
AutoFit - Static variable in class sos.reports.ReportStyleConstants.ObjectConstants
Automatic sizing of text.

B

BACKGROUND_KEY - Static variable in class sos.reports.BasicReportPaneUI
The look-and-feel key for the report pane's default background color.
BackgroundFill - Static variable in class sos.reports.ReportStyleConstants
The style key for the background fill.
BackgroundFill - Static variable in class sos.reports.ReportStyleConstants.ObjectConstants
Background coloring.
BACKWARD_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that moves the selection to the previous element.
BAD_BREAK_WEIGHT - Static variable in interface sos.reports.BreakWeightRecorder
A constant signaling a bad break (1).
BasicReportPaneUI - class sos.reports.BasicReportPaneUI.
A basic implementation of the report pane look and feel.
BasicReportPaneUI() - Constructor for class sos.reports.BasicReportPaneUI
Creates an instance of BasicReportPaneUI.
BEGIN_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that moves the selection to the first element.
BEGIN_EDIT_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that starts editing the selection.
BEGIN_REPORT_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that moves the selection to the beginning of a report.
BLACK - Static variable in interface sos.reports.Fill
A preconstructed fill that paints the entire region with java.awt.Color.BLACK.
BLUE - Static variable in interface sos.reports.Fill
A preconstructed fill that paints the entire region with java.awt.Color.BLUE.
BODY - Static variable in class sos.reports.DefaultTableFormat
Constant that indicates a body tier (that is, a non-header and non-footer tier).
BOLD_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that toggles the bold attribute for the selection.
BorderFill - Static variable in class sos.reports.ReportStyleConstants
The style key for the left, right, top, and bottom border fill.
BorderFill - Static variable in class sos.reports.ReportStyleConstants.ObjectConstants
Border coloring.
BorderThickness - Static variable in class sos.reports.ReportStyleConstants
The style key for the left, right, top, and bottom border thickness.
BorderThickness - Static variable in class sos.reports.ReportStyleConstants.ObjectConstants
Border height or width.
BottomBorderFill - Static variable in class sos.reports.ReportStyleConstants
The style key for the bottom border fill.
BottomBorderFill - Static variable in class sos.reports.ReportStyleConstants.ObjectConstants
Bottom border coloring.
BottomBorderThickness - Static variable in class sos.reports.ReportStyleConstants
The style key for the bottom border thickness.
BottomBorderThickness - Static variable in class sos.reports.ReportStyleConstants.ObjectConstants
Bottom border height.
BottomPadding - Static variable in class sos.reports.ReportStyleConstants
The style key for a container's bottom margin.
BottomPadding - Static variable in class sos.reports.ReportStyleConstants.TableConstants
Bottom margin.
breakView(int, int, ViewFactory) - Method in interface sos.reports.View
Breaks this view at the specified offset along the specified axis and returns a view of the leftover portion.
BreakWeightRecorder - interface sos.reports.BreakWeightRecorder.
A mechanism to record where an object prefers to be broken.

C

CANCEL_EDIT_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that stops the current editing, canceling any changes made.
cancelCellEditing() - Method in class sos.reports.DefaultElementEditor
Tells this editor to cancel editing and not accept any partially edited value.
canSelect(Element, boolean, boolean) - Method in class sos.reports.TierReportSelectionModel
 
canSelect(Element, boolean, boolean) - Method in class sos.reports.TemplateReportSelectionModel
 
canSelect(Element, boolean, boolean) - Method in interface sos.reports.ReportSelectionModel
Returns true if the specified element is selectable given the current selection and the state of toggle and extend.
canSelect(Element, boolean, boolean) - Method in class sos.reports.CompositeReportSelectionModel
 
canSelect(Element, boolean, boolean) - Method in class sos.reports.CellReportSelectionModel
 
CellElement - interface sos.reports.CellElement.
A portion of a report representing a rectangular region inside a table.
CellReportSelectionModel - class sos.reports.CellReportSelectionModel.
A selection model for table cells and cell contents.
CellReportSelectionModel() - Constructor for class sos.reports.CellReportSelectionModel
Creates an instance of CellReportSelectionModel where the cell contents are selectable and headers and footers are not selectable.
CellReportSelectionModel(boolean) - Constructor for class sos.reports.CellReportSelectionModel
Creates an instance of CellReportSelectionModel where the cell contents are selectable if specified and headers and footers are not selectable.
CellReportSelectionModel(boolean, boolean, boolean, boolean, boolean) - Constructor for class sos.reports.CellReportSelectionModel
Creates an instance of CellReportSelectionModel where the cell contents, headers, and footers are selectable if specified.
changeSelection(Element, boolean, boolean) - Method in class sos.reports.JReportPane
Changes the selection of report elements.
CLEAR_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that clears the elements within the selection of a report.
CLEAR_SEARCH_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that resets the report search.
clear() - Method in interface sos.reports.TextHighlighter
Removes all text highlighting for all report elements.
clear() - Method in class sos.reports.DefaultTextHighlighter
 
clearSelection() - Method in class sos.reports.TierReportSelectionModel
 
clearSelection() - Method in class sos.reports.TemplateReportSelectionModel
 
clearSelection() - Method in interface sos.reports.ReportSelectionModel
Clears the current selection, if any.
clearSelection() - Method in class sos.reports.CompositeReportSelectionModel
 
clearSelection() - Method in class sos.reports.CellReportSelectionModel
 
COLUMN - Static variable in interface sos.reports.TableElement
A constant that indicates the column direction.
ColumnCushionAfter - Static variable in class sos.reports.ReportStyleConstants
The style key for the amount of space after interior columns.
ColumnCushionAfter - Static variable in class sos.reports.ReportStyleConstants.TableConstants
Space after interior columns.
ColumnCushionBefore - Static variable in class sos.reports.ReportStyleConstants
The style key for the amount of space before interior columns.
ColumnCushionBefore - Static variable in class sos.reports.ReportStyleConstants.TableConstants
Space before interior columns.
COMMIT_EDIT_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that stops the current editing, commiting any changes made.
CompositeReportSelectionModel - class sos.reports.CompositeReportSelectionModel.
A report selection model that combines a number of selection models into one.
CompositeReportSelectionModel() - Constructor for class sos.reports.CompositeReportSelectionModel
Creates an empty CompositeReportSelectionModel.
CompositeReportSelectionModel(List) - Constructor for class sos.reports.CompositeReportSelectionModel
Creates a CompositeReportSelectionModel with the specified array of selection models.
CompositeReportSelectionModel(ReportSelectionModel[]) - Constructor for class sos.reports.CompositeReportSelectionModel
Creates a CompositeReportSelectionModel with the specified array of selection models.
CONTENT_CHANGE - Static variable in interface sos.reports.ReportEvent.ElementChange
Constant indicating the content changed.
COPY_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that copies the selection of a report to the clipboard.
createColumnOrientedTableFormat(AttributeSet[], AttributeSet[], AttributeSet[]) - Static method in class sos.reports.TableFormats
Creates a table format with the specified attributes for header columns, body columns, and footer columns.
createCompositeTableFormat(TableFormat, TableFormat) - Static method in class sos.reports.TableFormats
Creates a table format that is the composition of two table tyles, giving precendence to the first one.
createDefaultEditorKit() - Method in class sos.reports.JReportPane
Creates a returns an editor kit to use if the client does not specify one.
createDefaultEditorModel() - Method in class sos.reports.JReportPane
Creates and returns an editor model to use if the client does not specify one.
createDefaultReport() - Method in class sos.reports.JReportPane
Creates and returns a report to render if the client does not specify one.
createDefaultSelectionModel() - Method in class sos.reports.JReportPane
Creates and returns a selection model to use if the client does not specify one.
createFocusListener() - Method in class sos.reports.BasicReportPaneUI
Returns a FocusListener that responds to focus changes in the report pane.
createMouseInputListener() - Method in class sos.reports.BasicReportPaneUI
Returns a MouseInputListener that responds to mouse events pertaining to the report pane.
createPropertyChangeListener() - Method in class sos.reports.BasicReportPaneUI
Returns a PropertyChangeListener that responds to changes in the report pane.
createReport(Object) - Method in interface sos.reports.ReportTemplate
Creates a report with the specified content and with the default theme.
createReport(Object) - Method in class sos.reports.AbstractReportTemplate
 
createReport(Object, Theme) - Method in class sos.reports.TableReportTemplate
 
createReport(Object, Theme) - Method in interface sos.reports.ReportTemplate
Creates a report with the specified content and theme.
createRowOrientedTableFormat(AttributeSet[], AttributeSet[], AttributeSet[]) - Static method in class sos.reports.TableFormats
Creates a table format with the specified attributes for header rows, body rows, and footer rows.
createUI(JComponent) - Static method in class sos.reports.BasicReportPaneUI
Returns an instance of the UI delegate for the specified component.
createView(Element) - Method in interface sos.reports.ViewFactory
Creates and returns a view of the specified report element.
createView(Element) - Method in class sos.reports.DefaultReportEditorKit.DefaultViewFactory
 
createView(int, int) - Method in interface sos.reports.BreakWeightRecorder
Returns a view of this recorder.
createView(int, int) - Method in class sos.reports.ArrayBreakWeightRecorder
 
CUT_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that clears the elements within the selection of a report but retains them in the clipboard.
CYAN - Static variable in interface sos.reports.Fill
A preconstructed fill that paints the entire region with java.awt.Color.CYAN.

D

DARK_GRAY - Static variable in interface sos.reports.Fill
A preconstructed fill that paints the entire region with java.awt.Color.DARK_GRAY.
DEFAULT_FORMAT - Static variable in class sos.reports.ReportStyleConstants
An object that invokes an object's toString method to convert it to text.
DefaultElementEditor - class sos.reports.DefaultElementEditor.
An element editor that can adapt a JComboBox, JTextField, or a JCheckBox to be an editor.
DefaultElementEditor(JCheckBox) - Constructor for class sos.reports.DefaultElementEditor
Creates an instance of DefaultElementEditor that uses the specified checkbox as the editor component.
DefaultElementEditor(JComboBox) - Constructor for class sos.reports.DefaultElementEditor
Creates an instance of DefaultElementEditor that uses the specified combobox as the editor component.
DefaultElementEditor(JTextField) - Constructor for class sos.reports.DefaultElementEditor
Creates an instance of DefaultElementEditor that uses the specified text field as the editor component.
DefaultFill - class sos.reports.DefaultFill.
A default implementation of Fill.
DefaultFill(Color) - Constructor for class sos.reports.DefaultFill
Creates a DefaultFill that paints the entire region with the specified color.
DefaultFill(Color[], double[], boolean[], int) - Constructor for class sos.reports.DefaultFill
Create a DefaultFill representing a linear gradient through the specified colors at the specified offsets, in the specified direction.
DefaultFill(Color, Color, int) - Constructor for class sos.reports.DefaultFill
Create a DefaultFill representing a linear gradient starting with startColor and ending with stopColor in the direction given by direction.
DefaultReportEditorKit - class sos.reports.DefaultReportEditorKit.
A report editor kit that provides basic functionality.
DefaultReportEditorKit.DefaultViewFactory - class sos.reports.DefaultReportEditorKit.DefaultViewFactory.
A default view factory that creates views of instances of TableElement and ObjectElement.
DefaultReportEditorKit.DefaultViewFactory() - Constructor for class sos.reports.DefaultReportEditorKit.DefaultViewFactory
 
DefaultReportEditorKit.ErrorFeedbackAction - class sos.reports.DefaultReportEditorKit.ErrorFeedbackAction.
An action that provides error feedback, such as a beep.
DefaultReportEditorKit.ErrorFeedbackAction() - Constructor for class sos.reports.DefaultReportEditorKit.ErrorFeedbackAction
 
DefaultReportEditorKit.ReportEditorKitAction - class sos.reports.DefaultReportEditorKit.ReportEditorKitAction.
A report action that provides convenience methods for providing error feedback, selecting elements, and scrolling.
DefaultReportEditorKit.ReportEditorKitAction(String) - Constructor for class sos.reports.DefaultReportEditorKit.ReportEditorKitAction
Creates a ReportEditorKitAction with the specified name.
DefaultReportEditorKit() - Constructor for class sos.reports.DefaultReportEditorKit
Creates an instance of DefaultReportEditorKit.
DefaultReportEditorModel - class sos.reports.DefaultReportEditorModel.
A report editor model in which editors are associated with classes.
DefaultReportEditorModel() - Constructor for class sos.reports.DefaultReportEditorModel
Creates an instance of DefaultReportEditorModel.
DefaultReportEvent - class sos.reports.DefaultReportEvent.
An implementation of ReportEvent.
DefaultReportEvent.DefaultElementChange - class sos.reports.DefaultReportEvent.DefaultElementChange.
An implementation of ReportEvent.ElementChange.
DefaultReportEvent.DefaultElementChange(int) - Constructor for class sos.reports.DefaultReportEvent.DefaultElementChange
Creates change for the specified type in which the element structure did not change.
DefaultReportEvent.DefaultElementChange(int, List, List) - Constructor for class sos.reports.DefaultReportEvent.DefaultElementChange
Creates a change for the specified type in which the specified child elements were added and/or removed.
DefaultReportEvent(Report, Element, ReportEvent.ElementChange) - Constructor for class sos.reports.DefaultReportEvent
Creates an instance of DefaultReportEvent where the specified report is the source and there is a single change to the specified element.
DefaultReportEvent(Report, Map) - Constructor for class sos.reports.DefaultReportEvent
Creates an instance of DefaultReportEvent where the specified report is the source and the specified map holds the elements' changes.
DefaultReportEvent(Report, Set, ReportEvent.ElementChange) - Constructor for class sos.reports.DefaultReportEvent
Creates an instance of DefaultReportEvent where the specified report is the source and there is a single change--the same to all elements in the specified set.
DefaultTableFormat - class sos.reports.DefaultTableFormat.
An implementation of TableFormat that allows clients to define attributes for the table, rows, columns, and cells, based on whether an element is in the header, body, or footer.
DefaultTableFormat() - Constructor for class sos.reports.DefaultTableFormat
Creates an instance of DefaultTableFormat with no attributes defined.
DefaultTextHighlighter - class sos.reports.DefaultTextHighlighter.
A default implementation of TextHighlighter that uses a hash map to associate lists of text highlights to report elements.
DefaultTextHighlighter() - Constructor for class sos.reports.DefaultTextHighlighter
Creates a n instance of DefaultTextHighlighter.
DefaultTheme - class sos.reports.DefaultTheme.
An implementation of Theme that delegates to an underlying instance of javax.swing.text.StyleContext.
DefaultTheme() - Constructor for class sos.reports.DefaultTheme
Creates a DefaultTheme with a default name and an empty style context.
DefaultTheme(String) - Constructor for class sos.reports.DefaultTheme
Creates a DefaultTheme with the specified name and an empty style context.
DefaultTheme(String, StyleContext) - Constructor for class sos.reports.DefaultTheme
Creates a DefaultTheme with the specified name and style context.
DefaultTheme(StyleContext) - Constructor for class sos.reports.DefaultTheme
Creates a DefaultTheme with a default name and the specified style context.
DELETION - Static variable in interface sos.reports.ReportEvent.ElementChange
Constant indicating a deletion.
DOWN_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that moves the selection down.
DRAG_ENABLED_PROPERTY - Static variable in class sos.reports.JReportPane
Constant used by property change events to signal that the JReportPane's desire to edit by dragging has changed.

E

EDITABLE_PROPERTY - Static variable in class sos.reports.JReportPane
Constant used by property change events to signal that the JReportPane's desire to be edited has changed.
editElement(Element, EventObject) - Method in class sos.reports.JReportPane
Attempts to edit the specified element as a result of the specified event.
EDITOR_KIT_PROPERTY - Static variable in class sos.reports.JReportPane
Constant used by property change events to signal that the JReportPane's editor kit has changed.
EDITOR_MODEL_PROPERTY - Static variable in class sos.reports.JReportPane
Constant used by property change events to signal that the JReportPane's editor model has changed.
Element - interface sos.reports.Element.
A hierarchical portion of a report.
ElementEditor - interface sos.reports.ElementEditor.
An object that controls the editing of a report element.
ElementRenderer - interface sos.reports.ElementRenderer.
An object that controls the rendering of a report element.
elementToView(Element) - Method in interface sos.reports.View
Returns the view corresponding to the specified element, or null if none is found.
elementToView(JReportPane, Element) - Method in class sos.reports.ReportPaneUI
Returns the view that represents the specified element.
elementToView(JReportPane, Element) - Method in class sos.reports.BasicReportPaneUI
 
EMPTY_TABLE_FORMAT - Static variable in class sos.reports.TableFormats
An empty table format.
END_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that moves the selection to the last element.
END_REPORT_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that moves the selection to the end of a report.
equals(Object) - Method in class sos.reports.DefaultFill
Returns true if this fill is equivalent to the specified object.
ERROR_FEEDBACK_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that beeps or provides some other error feedback.
EXCELLENT_BREAK_WEIGHT - Static variable in interface sos.reports.BreakWeightRecorder
A constant signaling an excellent break (4).

F

Fill - interface sos.reports.Fill.
A specification that allows solid, transparent, multi-colored, and gradient painting of lines and backgrounds.
fill(int) - Method in interface sos.reports.BreakWeightRecorder
Fills the entire clip range with the specified weight.
fill(int) - Method in class sos.reports.ArrayBreakWeightRecorder
 
fill(int, int, int) - Method in interface sos.reports.BreakWeightRecorder
Fills the specified range with the specified weight.
fill(int, int, int) - Method in class sos.reports.ArrayBreakWeightRecorder
 
fillEnd(int, int) - Method in interface sos.reports.BreakWeightRecorder
Fills the end portion with the specified weight.
fillEnd(int, int) - Method in class sos.reports.ArrayBreakWeightRecorder
 
FillProportion - Static variable in class sos.reports.ReportStyleConstants
The style key for the relative amount of excess space that a tier wishes to assume.
FillProportion - Static variable in class sos.reports.ReportStyleConstants.TableConstants
The relative amount of excess space to assume.
FIND_BACKWARD_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that identifies the previous search match.
FIND_FORWARD_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that identifies the next search match.
fireCellsAdded(List) - Method in class sos.reports.AbstractReport.AbstractTableElement
Notifies its registered listeners that a number of cells have beed added.
fireCellsChanged(Set) - Method in class sos.reports.AbstractReport.AbstractTableElement
Notifies its registered listeners that a number of cells have beed resized.
fireCellsRemoved(Set) - Method in class sos.reports.AbstractReport.AbstractTableElement
Notifies its registered listeners that a number of cells have beed removed.
fireContentChanged(Element) - Method in class sos.reports.AbstractReport
Notifies registered listeners that the specified element's object has changed.
fireContentChanged(int, int, int, int) - Method in class sos.reports.AbstractReport.AbstractTableElement
Notifies its registered listeners that some or all of the content in the specified region has changed.
fireContentChanged(Set) - Method in class sos.reports.AbstractReport
Notifies registered listeners that the objects of the elements in the specified set have changed.
fireObjectChanged(Object, Object) - Method in class sos.reports.AbstractReport.AbstractElement
Causes the enclosing report to send an event signalling that this element's object has changed.
fireReportEvent(ReportEvent) - Method in class sos.reports.AbstractReport
Notifies registered listeners of the specified event.
fireSelectionChanged(boolean) - Method in class sos.reports.AbstractReportSelectionModel
Notifies all registered listeners that a series of changes has started or ended.
fireSelectionChanged(ReportSelectionEvent) - Method in class sos.reports.AbstractReportSelectionModel
Notifies all registered listeners of the specified event.
fireSelectionChanged(Set) - Method in class sos.reports.AbstractReportSelectionModel
Notifies all registered listeners that the selection state of the specified elements may have changed.
fireStyleContextChanged() - Method in class sos.reports.AbstractReport
Notifies registered listeners that the underlying style context has changed.
fireTableStructureChanged() - Method in class sos.reports.AbstractReport.AbstractTableElement
Notifies its registered listeners that this table's structure has drastically changed.
fireTiersAdded(int, int, int) - Method in class sos.reports.AbstractReport.AbstractTableElement
Notifies its registered listeners that a range of tiers has been added.
fireTiersRemoved(int, int, int) - Method in class sos.reports.AbstractReport.AbstractTableElement
Notifies its registered listeners that a range of tiers has been removed.
FONT_KEY - Static variable in class sos.reports.BasicReportPaneUI
The look-and-feel key for the report pane's default font.
FOOTER - Static variable in class sos.reports.DefaultTableFormat
Constant that indicates a footer tier.
FORCED_BREAK_WEIGHT - Static variable in interface sos.reports.BreakWeightRecorder
A constant signaling that a break is required (2).
Format - Static variable in class sos.reports.ReportStyleConstants
The style key for converting an object to text.
Format - Static variable in class sos.reports.ReportStyleConstants.ObjectConstants
Mapping of object to text.
FORWARD_ACTION_NAME - Static variable in interface sos.reports.ReportEditorKit
Name of the action that moves the selection to the next element.
forwardReportEvent(ReportEvent) - Method in interface sos.reports.View
Called by a child view to propagate changes to nested reports up the view hierarchy.
forwardReportEvent(ReportEvent) - Method in class sos.reports.AbstractView
 

G

gatherBreakWeights(int, BreakWeightRecorder) - Method in interface sos.reports.View
Determines the positions where this view can be broken.
gatherViewsAt(Point, Collection) - Method in interface sos.reports.View
Adds this view and any of its children to the specified collection if they contain the specified point.
gatherViewsWithin(Rectangle, Collection) - Method in interface sos.reports.View
Adds this view and any of its children to the specified collection if they contain any point in the specified region.
getAccessibleContext() - Method in class sos.reports.JReportPane
Gets the AccessibleContext associated with this JReportPane.
getAccessibleRole() - Method in class sos.reports.JReportPane.AccessibleJReportPane
Returns the role of this object.
getActions() - Method in interface sos.reports.ReportEditorKit
Returns the actions that can be used by a report pane to edit a report.
getActions() - Method in class sos.reports.DefaultReportEditorKit
 
getAnchorSelectionElement() - Method in class sos.reports.TierReportSelectionModel
 
getAnchorSelectionElement() - Method in class sos.reports.TemplateReportSelectionModel
 
getAnchorSelectionElement() - Method in interface sos.reports.ReportSelectionModel
Returns the element passed to the last successful invocation of select with the extend paramter set to false.
getAnchorSelectionElement() - Method in class sos.reports.CompositeReportSelectionModel
 
getAnchorSelectionElement() - Method in class sos.reports.CellReportSelectionModel
 
getAttributes() - Method in interface sos.reports.Element
Returns the set of attributes describing this report element.
getAttributes() - Method in class sos.reports.AbstractReport.AbstractElement
 
getAttributes() - Method in class sos.reports.AbstractReport.AbstractTierElement
 
getAttributes() - Method in class sos.reports.AbstractReport.AbstractCellElement
 
getAttributes() - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getBackgroundFill(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the background coloring specification.
getBestWeight() - Method in interface sos.reports.BreakWeightRecorder
Returns the best, or highest, break weight in the clip range.
getBestWeight() - Method in class sos.reports.ArrayBreakWeightRecorder
 
getBorderFill(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the left, right, top, and bottom border coloring specification.
getBorderThickness(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the thickness of the left, right, top, and bottom border.
getBottomBorderFill(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the bottom border coloring specification.
getBottomBorderThickness(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the height of the bottom border.
getBottomPadding(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the bottom margin.
getBreakIndex() - Method in interface sos.reports.BreakWeightRecorder
Returns the best place to break within the clip range, or -1 if such a place does not exist.
getBreakIndex() - Method in class sos.reports.ArrayBreakWeightRecorder
 
getCellAt(int, int) - Method in interface sos.reports.TableElement
Returns the cell at the specified location.
getCellAt(int, int) - Method in class sos.reports.AbstractReport.DefaultTableElement
 
getCellAttributes(CellElement) - Method in class sos.reports.TableFormatAdapter
 
getCellAttributes(CellElement) - Method in interface sos.reports.TableFormat
Returns the attributes to use for the specified cell element.
getCellAttributes(CellElement) - Method in class sos.reports.DefaultTableFormat
 
getCellEditorValue() - Method in class sos.reports.DefaultElementEditor
Returns the value contained in the editor.
getCells() - Method in interface sos.reports.TableElement
Returns all cells belonging to this table element.
getCells() - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getCellsEntirelyInRegion(int, int, int, int) - Method in interface sos.reports.TableElement
Returns the cells that fall entirely within the specified region.
getCellsEntirelyInRegion(int, int, int, int) - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getCellsEntirelyInTier(int, int) - Method in interface sos.reports.TableElement
Returns the set of cells entirely in the specified row or column.
getCellsEntirelyInTier(int, int) - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getCellsInRegion(int, int, int, int) - Method in interface sos.reports.TableElement
Returns the cells that fall within the specified region.
getCellsInRegion(int, int, int, int) - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getCellsInTier(int, int) - Method in interface sos.reports.TableElement
Returns the set of cells in the specified row or column.
getCellsInTier(int, int) - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getCellStartingAt(int, int) - Method in interface sos.reports.TableElement
Returns the cell that starts at the specified location.
getCellStartingAt(int, int) - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getCellStyleNameAt(int, int) - Method in interface sos.reports.ReportTableModel
Returns the string to use as the style name for the cell at the specified row and column indices.
getCellStyleNameAt(int, int) - Method in class sos.reports.AbstractReportTableModel
 
getChange(Element) - Method in interface sos.reports.ReportEvent
Returns the details of how the specified element changed.
getChange(Element) - Method in class sos.reports.DefaultReportEvent
 
getChildrenAdded() - Method in interface sos.reports.ReportEvent.ElementChange
Returns the elements that were inserted.
getChildrenAdded() - Method in class sos.reports.DefaultReportEvent.DefaultElementChange
 
getChildrenRemoved() - Method in interface sos.reports.ReportEvent.ElementChange
Returns the elements that were deleted.
getChildrenRemoved() - Method in class sos.reports.DefaultReportEvent.DefaultElementChange
 
getClassEditor(Class) - Method in class sos.reports.DefaultReportEditorModel
Returns the editor associated with the specified class, or null, if there is no editor.
getClickCountToStart() - Method in class sos.reports.DefaultElementEditor
Returns the number of clicks needed to start editing.
getColor(int) - Method in interface sos.reports.Fill
Returns the fill color at the specified index.
getColor(int) - Method in class sos.reports.DefaultFill
 
getColorCount() - Method in interface sos.reports.Fill
Returns the number of colors this fill uses.
getColorCount() - Method in class sos.reports.DefaultFill
 
getColumnCushionAfter(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the amount of space after interior columns.
getColumnCushionBefore(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the amount of space before interior columns.
getColumnStyleNameAt(int) - Method in interface sos.reports.ReportTableModel
Returns the string to use as the style name for the column at the specified index.
getColumnStyleNameAt(int) - Method in class sos.reports.AbstractReportTableModel
 
getContent() - Method in interface sos.reports.CellElement
Returns the contents of this cell element.
getContent() - Method in class sos.reports.AbstractReport.DefaultTableElement.DefaultCellElement
 
getDefaultTheme() - Method in interface sos.reports.ReportTemplate
Returns the default report theme compatible with reports generated by this template.
getDefaultTheme() - Method in class sos.reports.AbstractReportTemplate
 
getDirection() - Method in interface sos.reports.Fill
Returns the direction of this fill.
getDirection() - Method in class sos.reports.DefaultFill
 
getDragEnabled() - Method in class sos.reports.JReportPane
Returns true if this report pane allows the dragging of its report contents to other components or applications.
getEditingElement() - Method in class sos.reports.JReportPane
Returns the element that is currently being edited.
getEditor() - Method in class sos.reports.JReportPane
Returns the editor in charge of the current editing.
getEditor(Element) - Method in class sos.reports.TierReportEditorModel
 
getEditor(Element) - Method in class sos.reports.TemplateReportEditorModel
 
getEditor(Element) - Method in interface sos.reports.ReportEditorModel
Returns the editor that can edit the specified element, or null, if the element cannot be edited.
getEditor(Element) - Method in class sos.reports.DefaultReportEditorModel
 
getEditorComponent() - Method in class sos.reports.JReportPane
Returns the editor component that is editing an element.
getEditorKit() - Method in class sos.reports.JReportPane
Returns the currently installed editor kit.
getEditorModel() - Method in class sos.reports.JReportPane
Returns the editor model that controls the editing of report elements.
getElement() - Method in interface sos.reports.View
Returns this view's underlying element.
getElementAfter(Element) - Method in interface sos.reports.TraversalPolicy
Returns the element after the specified element in a traversal.
getElementBefore(Element) - Method in interface sos.reports.TraversalPolicy
Returns the element before the specified element in a traversal.
getElementEditorComponent(JReportPane, Element) - Method in interface sos.reports.ElementEditor
Returns the component that should be added to the client's component hierarchy in order to edit the specified element in the specified report pane.
getElementEditorComponent(JReportPane, Element) - Method in class sos.reports.DefaultElementEditor
 
getElementRectangle(Element) - Method in class sos.reports.JReportPane
Returns the region occupied by the specified element.
getElementRendererComponent(JReportPane, Element) - Method in interface sos.reports.ElementRenderer
Initializes and returns the component that renders the specified element in the specified report pane.
getElementsAt(Point) - Method in class sos.reports.JReportPane
Returns a set of the elements being rendered at the specified point.
getElementsChanged() - Method in class sos.reports.ReportSelectionEvent
Returns the set of report elements whose selection state may have changed as a result of this event.
getElementTraversalPolicy() - Method in class sos.reports.JReportPane
Returns the policy that controls the tab order among elements.
getFillProportion(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the relative amount of excess space that a tier wishes to assume.
getFirstElement(Report) - Method in interface sos.reports.TraversalPolicy
Returns the starting point of a report traversal.
getFirstIndexOfWeight(int) - Method in interface sos.reports.BreakWeightRecorder
Returns the index of the first bit in the clip range with the specified weight.
getFirstIndexOfWeight(int) - Method in class sos.reports.ArrayBreakWeightRecorder
 
getFirstIndexOfWeightAtLeast(int) - Method in interface sos.reports.BreakWeightRecorder
Returns the index of the first bit in the clip range with a weight greater than or equal to the specified weight.
getFirstIndexOfWeightAtLeast(int) - Method in class sos.reports.ArrayBreakWeightRecorder
 
getFirstTier(int) - Method in interface sos.reports.CellElement
Returns the first row or column of this cell element.
getFirstTier(int) - Method in class sos.reports.AbstractReport.DefaultTableElement.DefaultCellElement
 
getFittedPageable(PageFormat) - Method in class sos.reports.JReportPane
Returns a Pageable that scales the report to fit the page width and then breaks the report into pages for printing.
getFittedPageable(PageFormat, JReportPane.HeaderFooterFactory, Component, Component) - Method in class sos.reports.JReportPane
Returns a Pageable that scales the report to fit the page width and then breaks the report into stylized pages for printing.
getFocusedComponent() - Method in class sos.reports.ReportAction
Returns the report pane currently with focus.
getFooterComponent(Pageable, int) - Method in interface sos.reports.JReportPane.HeaderFooterFactory
Returns the footer component for the specified page.
getFooterTierCount(int) - Method in interface sos.reports.TableElement
Returns the number of footer rows or footer columns in this table element.
getFooterTierCount(int) - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getFooterTierCount(int) - Method in class sos.reports.AbstractReport.DefaultTableElement
 
getFormat(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the Format object that converts an object to text.
getHeaderComponent(Pageable, int) - Method in interface sos.reports.JReportPane.HeaderFooterFactory
Returns the header component for the specified page.
getHeaderTierCount(int) - Method in interface sos.reports.TableElement
Returns the number of header rows or header columns in this table element.
getHeaderTierCount(int) - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getHeaderTierCount(int) - Method in class sos.reports.AbstractReport.DefaultTableElement
 
getHighlights(Element) - Method in interface sos.reports.TextHighlighter
Returns the list of text highlights associated with the specified element.
getHighlights(Element) - Method in class sos.reports.DefaultTextHighlighter
 
getHorizontalAlignment(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the horizontal alignment of cell contents.
getHorizontalGridFill(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the coloring specification of horizontal grid lines.
getHorizontalGridThickness(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the height of horizontal grid lines.
getIndex() - Method in interface sos.reports.TierElement
Returns the index of this tier in its parent table.
getIndex() - Method in class sos.reports.AbstractReport.DefaultTableElement.DefaultTierElement
 
getLastElement(Report) - Method in interface sos.reports.TraversalPolicy
Returns the ending point of a report traversal.
getLastIndexOfWeight(int) - Method in interface sos.reports.BreakWeightRecorder
Returns the index of the last bit in the clip range with the specified weight.
getLastIndexOfWeight(int) - Method in class sos.reports.ArrayBreakWeightRecorder
 
getLastIndexOfWeightAtLeast(int) - Method in interface sos.reports.BreakWeightRecorder
Returns the index of the last bit in the clip range with a weight greater than or equal to the specified weight.
getLastIndexOfWeightAtLeast(int) - Method in class sos.reports.ArrayBreakWeightRecorder
 
getLastTier(int) - Method in interface sos.reports.CellElement
Returns the last row or column of this cell element.
getLastTier(int) - Method in class sos.reports.AbstractReport.DefaultTableElement.DefaultCellElement
 
getLeadSelectionElement() - Method in class sos.reports.TierReportSelectionModel
 
getLeadSelectionElement() - Method in class sos.reports.TemplateReportSelectionModel
 
getLeadSelectionElement() - Method in interface sos.reports.ReportSelectionModel
Returns the element passed to the last successful invocation of select.
getLeadSelectionElement() - Method in class sos.reports.CompositeReportSelectionModel
 
getLeadSelectionElement() - Method in class sos.reports.CellReportSelectionModel
 
getLeftBorderFill(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the left border coloring specification.
getLeftBorderThickness(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the width of the left border.
getLeftPadding(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the left margin.
getLength(int) - Method in interface sos.reports.View
Returns the length of this view along the specified axis.
getMargin() - Method in class sos.reports.JReportPane
Returns the amount of space between this report pane's border and report.
getMinimumHeight(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the minimum height.
getMinimumLength(int) - Method in interface sos.reports.View
Returns the minimum length of this view along the specified axis, given this view's current state.
getMinimumLengthChanged(int) - Method in class sos.reports.View.ResizeRequest
Returns true if the minimum length along the specified axis may have change.
getMinimumSize(JComponent) - Method in class sos.reports.BasicReportPaneUI
Returns the specified component's minimum size appropriate for this look and feel.
getMinimumWidth(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the minimum width.
getMouseOverComponent(JReportPane, Element) - Method in interface sos.reports.ElementEditor
Returns a component (or null, if none) that provides a hint or shortcut to editing the specified element in the specified report pane.
getMouseOverComponent(JReportPane, Element) - Method in class sos.reports.DefaultElementEditor
 
getMouseOverComponent(View) - Method in interface sos.reports.ReportEditorKit
Returns the component that should be installed when the mouse is over the specified view.
getMouseOverComponent(View) - Method in class sos.reports.DefaultReportEditorKit
 
getName() - Method in interface sos.reports.Theme
Returns the localized name of this theme.
getName() - Method in class sos.reports.TableReportTemplate
 
getName() - Method in interface sos.reports.ReportTemplate
Returns a localized name of this report template.
getName() - Method in interface sos.reports.Element
Returns the name of this report element.
getName() - Method in class sos.reports.DefaultTheme
 
getName() - Method in class sos.reports.AbstractReport.AbstractObjectElement
 
getName() - Method in class sos.reports.AbstractReport.AbstractTierElement
 
getName() - Method in class sos.reports.AbstractReport.AbstractCellElement
 
getName() - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getNestedRootElement() - Method in interface sos.reports.ObjectElement
Returns the nested root element, or null, if none.
getNestedRootElement() - Method in class sos.reports.AbstractReport.AbstractObjectElement
 
getNextBrokenView(int) - Method in interface sos.reports.View
Returns the next broken portion along the specified axis, after breakView has been called in this direction.
getObject() - Method in interface sos.reports.Element
Returns the object (or null, if none) associated with this report element.
getObject() - Method in class sos.reports.AbstractReport.AbstractElement
 
getObject() - Method in class sos.reports.AbstractReport.DefaultObjectElement
 
getObject() - Method in class sos.reports.AbstractReport.DefaultTableElement
 
getObject() - Method in class sos.reports.AbstractReport.DefaultTableElement.DefaultTierElement
 
getOffset(int) - Method in interface sos.reports.View
Returns the absolute offset of this view along the specified axis.
getOffset(int) - Method in interface sos.reports.Fill
Returns the offset at the specified index.
getOffset(int) - Method in class sos.reports.DefaultFill
 
getOrphanColumnCount(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the minimum number of columns before a page break is allowed.
getOrphanRowCount(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the minimum number of rows before a page break is allowed.
getPadding(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the left, right, top, and bottom margin.
getPageable(PageFormat) - Method in class sos.reports.JReportPane
Returns a Pageable that breaks the report into pages for printing.
getPageable(PageFormat, JReportPane.HeaderFooterFactory, Component, Component) - Method in class sos.reports.JReportPane
Returns a Pageable that breaks the report into stylized pages for printing.
getParent() - Method in interface sos.reports.View
Returns this view's parent view.
getParent() - Method in class sos.reports.AbstractView
 
getParentElement() - Method in interface sos.reports.Element
Returns this element's parent.
getParentElement() - Method in class sos.reports.AbstractReport.AbstractObjectElement
 
getParentElement() - Method in class sos.reports.AbstractReport.AbstractTierElement
 
getParentElement() - Method in class sos.reports.AbstractReport.AbstractCellElement
 
getParentElement() - Method in class sos.reports.AbstractReport.AbstractTableElement
 
getPreferredLength(int) - Method in interface sos.reports.View
Returns the preferred length of this view along the specified axis, given this view's current state.
getPreferredLengthChanged(int) - Method in class sos.reports.View.ResizeRequest
Returns true if the preferred length along the specified axis may have change.
getPreferredScrollableViewportSize() - Method in class sos.reports.JReportPane
Returns the preferred size of the viewport for a view component.
getPreferredSize(JComponent) - Method in class sos.reports.BasicReportPaneUI
Returns the specified component's preferred size appropriate for this look and feel.
getPreviousBrokenView(int) - Method in interface sos.reports.View
Returns the previous broken portion along the specified axis.
getPrototypeCellElement() - Method in interface sos.reports.TierElement
Returns the prototypical cell element (or null, if none) for this tier.
getPrototypeCellElement() - Method in class sos.reports.AbstractReport.DefaultTableElement.DefaultTierElement
 
getPrototypeFooterComponent() - Method in interface sos.reports.JReportPane.HeaderFooterFactory
Returns a prototypical sample footer component.
getPrototypeHeaderComponent() - Method in interface sos.reports.JReportPane.HeaderFooterFactory
Returns a prototypical sample header component.
getPrototypeObject() - Method in interface sos.reports.Element
Returns this element's sample object.
getPrototypeObject() - Method in class sos.reports.AbstractReport.AbstractElement
 
getPrototypeObject() - Method in class sos.reports.AbstractReport.DefaultObjectElement
 
getPrototypeValueAt(int, int) - Method in interface sos.reports.ReportTableModel
Returns a prototypical value at the specified cell location.
getPrototypeValueAt(int, int) - Method in class sos.reports.AbstractReportTableModel
 
getRangeLength() - Method in interface sos.reports.BreakWeightRecorder
Returns the length of the clip range.
getRangeLength() - Method in class sos.reports.ArrayBreakWeightRecorder
 
getRangeStart() - Method in interface sos.reports.BreakWeightRecorder
Returns the starting index of the clip range.
getRangeStart() - Method in class sos.reports.ArrayBreakWeightRecorder
 
getRenderer(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the renderer to use to display an element.
getReport() - Method in interface sos.reports.ReportEvent
Returns the report to which this event applies.
getReport() - Method in class sos.reports.JReportPane
Returns the report being rendered by this report pane.
getReport() - Method in interface sos.reports.Element
Returns the report to which this element belongs.
getReport() - Method in class sos.reports.DefaultReportEvent
 
getReport() - Method in class sos.reports.AbstractReport.AbstractElement
 
getReportPane() - Method in interface sos.reports.View
Returns the report pane hosting this view.
getReportPane() - Method in class sos.reports.AbstractView
 
getReportPane(ActionEvent) - Method in class sos.reports.ReportAction
Returns the report pane associated with the specified event, or, if none, the last report pane with the focus.
getReportTemplate(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the report template to use for a nested report.
getRightBorderFill(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the right border coloring specification.
getRightBorderThickness(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the width of the right border.
getRightPadding(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the right margin.
getRootElement() - Method in interface sos.reports.Report
Returns this report's root element.
getRootView(JReportPane) - Method in class sos.reports.ReportPaneUI
Returns the top-level view rendering the report of the specified report pane.
getRootView(JReportPane) - Method in class sos.reports.BasicReportPaneUI
 
getRotation(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the text rotation setting.
getRowCushionAfter(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the amount of space after interior rows.
getRowCushionBefore(AttributeSet) - Static method in class sos.reports.ReportStyleConstants
Returns the amount of space before interior rows.
getRowStyleNameAt(int) - Method in interface sos.reports.ReportTableModel
Returns the string to use as the style name for the row at the specified index.
getRowStyleNameAt(int) - Method in class sos.reports.AbstractReportTableModel
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class sos.reports.JReportPane
Returns the scrollable block increment.
getScrollableTracksViewportHeight() - Method in class sos.reports.JReportPane
Returns true if a viewport should always force this component's height to match the height of the viewport.