Serialized Form


Package ca.sqlpower.wabit

Class ca.sqlpower.wabit.SessionNotFoundException extends java.lang.RuntimeException implements Serializable


Package ca.sqlpower.wabit.rs

Class ca.sqlpower.wabit.rs.ResultSetProducerException extends java.lang.Exception implements Serializable


Package ca.sqlpower.wabit.rs.olap

Class ca.sqlpower.wabit.rs.olap.OlapResultSet extends ca.sqlpower.sql.CachedRowSet implements Serializable

Serialized Fields

rowAxisColumns

java.util.List<E> rowAxisColumns
List of all Levels represented in the original cell set. The order of the items in this list corresponds with the column positions each level of the rows axis is mapped to.

For example, if rowAxisColumns[0] contains the Country level of the Geography dimension, then Country members appear in the first column of this result set. If rowAxisColumns[3] contains the Education Level member of the Education Level dimension, then the fourth column of this result set contains the Education Level members.

Gets created and initialized in OlapResultSet.populate(CellSet).

Class ca.sqlpower.wabit.rs.olap.QueryInitializationException extends java.lang.Exception implements Serializable


Package ca.sqlpower.wabit.rs.query

Class ca.sqlpower.wabit.rs.query.QueryException extends java.lang.Exception implements Serializable

Serialized Fields

query

java.lang.String query

Class ca.sqlpower.wabit.rs.query.WabitContainer$1 extends java.lang.Object implements Serializable


Package ca.sqlpower.wabit.swingui

Class ca.sqlpower.wabit.swingui.ComponentCellRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

renderer

javax.swing.table.TableCellRenderer renderer

tableHeader

javax.swing.table.JTableHeader tableHeader

labelHeight

int labelHeight
The height of the header portion that displays the column name. This height does not include the combo box or having field.


comboBoxHeight

int comboBoxHeight

comboBoxWidth

int comboBoxWidth

havingFieldHeight

int havingFieldHeight

comboBoxes

java.util.ArrayList<E> comboBoxes

textFields

java.util.ArrayList<E> textFields

groupingEnabled

boolean groupingEnabled

sortDecorator

ca.sqlpower.swingui.table.TableModelSortDecorator sortDecorator
The sort decorator defined for the table this header is attached to. The sort decorator needs to know what part of the header is clickable to sort. When the column header is moved we need to update the sort decorator. Note: This will be null if there is no sort decorator.


listeners

java.util.List<E> listeners
A list of listeners that fire when the group by or having clause changes.


table

javax.swing.JTable table
The table this renderer is on.

Class ca.sqlpower.wabit.swingui.InsertVariableButton extends javax.swing.JButton implements Serializable

Serialized Fields

variableContext

VariableContext variableContext

insertInto

javax.swing.text.JTextComponent insertInto

clickHandler

java.awt.event.ActionListener clickHandler

Class ca.sqlpower.wabit.swingui.LogInToServerAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

serviceInfo

ca.sqlpower.enterprise.client.SPServerInfo serviceInfo

dialogOwner

java.awt.Component dialogOwner

context

WabitSessionContext context

Class ca.sqlpower.wabit.swingui.RowHeaderRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

table

javax.swing.JTable table

Class ca.sqlpower.wabit.swingui.ServerListMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

context

WabitSwingSessionContext context

dialogOwner

java.awt.Component dialogOwner

itemFactory

ServerListMenuItemFactory itemFactory

serverManagerAction

javax.swing.AbstractAction serverManagerAction
The server manager action that is used in the dynamically changing popup menus. We avoid making many of these in an attempt to avoid a proliferation of ServerInfoManager instances.


refillMenu

java.lang.Runnable refillMenu

serviceListener

javax.jmdns.ServiceListener serviceListener

Class ca.sqlpower.wabit.swingui.StackedTabComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

UNSELECTED_LABEL_BORDER

javax.swing.border.Border UNSELECTED_LABEL_BORDER
Set of border colours for tabs (unselected and selected)


SELECTED_OR_HOVERING_OVER_LABEL_BORDER

javax.swing.border.Border SELECTED_OR_HOVERING_OVER_LABEL_BORDER

tabs

java.util.List<E> tabs
A list of tabs that this component currently contains


selectedTab

StackedTabComponent.StackedTab selectedTab
The tab that is currently 'selected'


changeListeners

java.util.List<E> changeListeners
A list of change listeners that receive state change events from the StackedTabComponent. This is primarily when the selected tab has changed.

Class ca.sqlpower.wabit.swingui.WabitToolBarBuilder.ExpandLayout.PopupAction extends javax.swing.AbstractAction implements Serializable

Class ca.sqlpower.wabit.swingui.WorkspacePanel.FurryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

furryImage

javax.swing.ImageIcon furryImage

Package ca.sqlpower.wabit.swingui.action

Class ca.sqlpower.wabit.swingui.action.AboutAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

parentFrame

javax.swing.JFrame parentFrame

Class ca.sqlpower.wabit.swingui.action.AddDataSourceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

workspace

WabitWorkspace workspace

dataSource

ca.sqlpower.sql.SPDataSource dataSource

Class ca.sqlpower.wabit.swingui.action.CanvasZoomInAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

canvas

edu.umd.cs.piccolo.PCanvas canvas

Class ca.sqlpower.wabit.swingui.action.CanvasZoomOutAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

canvas

edu.umd.cs.piccolo.PCanvas canvas

Class ca.sqlpower.wabit.swingui.action.CloseWorkspaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

context

WabitSwingSessionContext context

Class ca.sqlpower.wabit.swingui.action.CopyAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

target

WabitObject target

dialogOwner

java.awt.Window dialogOwner

nameLabel

javax.swing.JLabel nameLabel

nameField

javax.swing.JTextField nameField

namePanel

ca.sqlpower.swingui.DataEntryPanel namePanel

Class ca.sqlpower.wabit.swingui.action.CopyImageAction extends CopyAction implements Serializable

Serialized Fields

session

WabitSession session

image

WabitImage image

Class ca.sqlpower.wabit.swingui.action.CopyOlapDatasource extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSession session

wds

WabitDataSource wds

Class ca.sqlpower.wabit.swingui.action.CopyQueryAction extends CopyAction implements Serializable

Serialized Fields

query

WabitObject query

session

WabitSession session

Class ca.sqlpower.wabit.swingui.action.CopyReportAction extends CopyAction implements Serializable

Serialized Fields

layout

Report layout

session

WabitSession session

Class ca.sqlpower.wabit.swingui.action.CopyReportTaskAction extends CopyAction implements Serializable

Serialized Fields

task

ReportTask task

session

WabitSession session

Class ca.sqlpower.wabit.swingui.action.CopyTemplateAction extends CopyAction implements Serializable

Serialized Fields

layout

Template layout

session

WabitSession session

Class ca.sqlpower.wabit.swingui.action.CreateLayoutFromQueryAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

workspace

WabitWorkspace workspace
The workspace we will add the new layout to when this action is invoked.


layoutName

java.lang.String layoutName
The name of the new Layout, + " Layout" will be appended to the name.


objectToLayout

WabitObject objectToLayout
This is the object that this action will create a layout for.

Class ca.sqlpower.wabit.swingui.action.DeleteFromTreeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

item

ca.sqlpower.object.SPObject item

workspace

WabitWorkspace workspace

deleteConfirmed

boolean deleteConfirmed
Stores the last response by the user when prompted to confirm the deletion of a WabitObject.


parent

java.awt.Component parent
This component will have all of the dialogs parented to it.


upf

ca.sqlpower.util.UserPrompterFactory upf
Used to properly display messages to the user.

Class ca.sqlpower.wabit.swingui.action.DeleteWabitServerWorkspaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

context

WabitSwingSessionContext context

Class ca.sqlpower.wabit.swingui.action.EditCellAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

Class ca.sqlpower.wabit.swingui.action.ExportSQLScriptAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

query

QueryCache query

context

WabitSwingSessionContext context

Class ca.sqlpower.wabit.swingui.action.ExportWabitObjectAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

context

WabitSwingSessionContext context

object

WabitObject object

Class ca.sqlpower.wabit.swingui.action.HelpAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

parentFrame

javax.swing.JFrame parentFrame

Class ca.sqlpower.wabit.swingui.action.ImportWorkspaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

context

WabitSwingSessionContext context

Class ca.sqlpower.wabit.swingui.action.NewChartAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

dataProvider

ResultSetProducer dataProvider

Class ca.sqlpower.wabit.swingui.action.NewGroupAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

Class ca.sqlpower.wabit.swingui.action.NewImageAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

Class ca.sqlpower.wabit.swingui.action.NewOLAPQueryAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

ds

ca.sqlpower.sql.Olap4jDataSource ds

newQueryName

java.lang.String newQueryName

Class ca.sqlpower.wabit.swingui.action.NewQueryAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

workspace

WabitWorkspace workspace

session

WabitSwingSession session

ds

ca.sqlpower.sql.JDBCDataSource ds

newQueryName

java.lang.String newQueryName

Class ca.sqlpower.wabit.swingui.action.NewReportAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

Class ca.sqlpower.wabit.swingui.action.NewReportTaskAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

report

Report report

Class ca.sqlpower.wabit.swingui.action.NewServerWorkspaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

context

WabitSwingSessionContext context

serviceInfo

ca.sqlpower.enterprise.client.SPServerInfo serviceInfo

dialogOwner

java.awt.Component dialogOwner

Class ca.sqlpower.wabit.swingui.action.NewTemplateAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

Class ca.sqlpower.wabit.swingui.action.NewUserAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

Class ca.sqlpower.wabit.swingui.action.NewWorkspaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

context

WabitSwingSessionContext context

Class ca.sqlpower.wabit.swingui.action.OpenWorkspaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

context

WabitSwingSessionContext context
This is the context within Wabit that will have the workspaces loaded into.

Class ca.sqlpower.wabit.swingui.action.RenameWabitServerWorkspaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitClientSession session

dialogParent

java.awt.Component dialogParent

Class ca.sqlpower.wabit.swingui.action.ReportFromTemplateAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

template

Template template

Class ca.sqlpower.wabit.swingui.action.SaveWorkspaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

context

WabitSwingSessionContext context

Class ca.sqlpower.wabit.swingui.action.SaveWorkspaceAsAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

context

WabitSwingSessionContext context

Class ca.sqlpower.wabit.swingui.action.SaveWorkspaceAsAction.SaveException extends java.lang.Exception implements Serializable

Class ca.sqlpower.wabit.swingui.action.ScheduleReportAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

session

WabitSwingSession session

report

Report report

Class ca.sqlpower.wabit.swingui.action.SecurityAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

objectUuid

java.lang.String objectUuid

objectType

java.lang.String objectType

label

java.lang.String label

workspace

WabitWorkspace workspace

systemWorkspace

WabitWorkspace systemWorkspace

Class ca.sqlpower.wabit.swingui.action.ShowEditorAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

objectToEdit

ca.sqlpower.object.SPObject objectToEdit

workspace

WabitWorkspace workspace

Class ca.sqlpower.wabit.swingui.action.ShowQueryPropertiesAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

parent

java.awt.Window parent
The window to parent the dialog to.


query

QueryCache query
The query this listener will show a properties panel for.

Class ca.sqlpower.wabit.swingui.action.ShowWabitApplicationPreferencesAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

dialog

javax.swing.JDialog dialog

Package ca.sqlpower.wabit.swingui.chart

Class ca.sqlpower.wabit.swingui.chart.ChartTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

repeatedMemberColour

java.awt.Color repeatedMemberColour

defaultForeground

java.awt.Color defaultForeground

defaultBackground

java.awt.Color defaultBackground

filteredOutRowBackground

java.awt.Color filteredOutRowBackground

dateFormat

java.text.DateFormat dateFormat

numberFormat

java.text.NumberFormat numberFormat

chart

Chart chart
The chart we're rendering data for.

Class ca.sqlpower.wabit.swingui.chart.RefreshDataAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

chart

Chart chart
The chart to refresh every time this action is invoked.


dialogOwner

java.awt.Component dialogOwner
Owning component of any dialogs created by this action.

Class ca.sqlpower.wabit.swingui.chart.RevertToDefaultsAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

chartPanel

ChartPanel chartPanel
The chart panel whose chart to reconfigure every time this action is invoked.


dialogOwner

java.awt.Component dialogOwner
Owning component of any dialogs created by this action.

Class ca.sqlpower.wabit.swingui.chart.WabitJFreeChartPanel extends org.jfree.chart.ChartPanel implements Serializable


Package ca.sqlpower.wabit.swingui.chart.effect

Class ca.sqlpower.wabit.swingui.chart.effect.CantAnimateException extends java.lang.Exception implements Serializable


Package ca.sqlpower.wabit.swingui.enterprise.action

Class ca.sqlpower.wabit.swingui.enterprise.action.RefreshWorkspaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

context

WabitSwingSessionContext context

Package ca.sqlpower.wabit.swingui.olap

Class ca.sqlpower.wabit.swingui.olap.CellSetTableHeaderComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

cornerComponent

CellSetTableHeaderComponent.CellSetTableCornerComponent cornerComponent

axis

org.olap4j.Axis axis
Which axis this component represents. Should be either ROWS or COLUMNS.


hierarchies

java.util.List<E> hierarchies
This list of hierarchies is all of the hierarchy components in the header in the order they appear.


graphic

java.awt.Graphics graphic
This graphics object will be null if the default graphic is to be obtained. If a special graphics object is being used to render this component, as in printing, then this graphic object will be set to the desired graphics object instead.


rowHeight

float rowHeight
This is the amount of vertical space that will be used up by each row label. Users of this component are responsible for synchronizing this value with whatever row height the body of the table has.


dropTargetListener

ca.sqlpower.wabit.swingui.olap.CellSetTableHeaderComponent.CellSetTableHeaderDropTargetListener dropTargetListener
The DropTargetListener used to handle drag-n-drop functionality in the OLAP editor


defaultBorder

javax.swing.border.Border defaultBorder
The default Border for this CellSetTableHeaderComponent.


query

OlapQuery query

Class ca.sqlpower.wabit.swingui.olap.CellSetTableHeaderComponent.CellSetTableCornerComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

preferredSizes

java.util.List<E> preferredSizes

Class ca.sqlpower.wabit.swingui.olap.CellSetTableHeaderComponent.HierarchyComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

mouseHandler

ca.sqlpower.wabit.swingui.olap.CellSetTableHeaderComponent.HierarchyComponent.MouseHandler mouseHandler

axis

org.olap4j.CellSetAxis axis

hierarchy

org.olap4j.metadata.Hierarchy hierarchy

hierarchyOrdinal

int hierarchyOrdinal

layoutItems

java.util.List<E> layoutItems

selectedMember

org.olap4j.metadata.Member selectedMember
The current "selected" member.


columnModel

javax.swing.table.TableColumnModel columnModel
The TableColumnModel that we'll use to determine the positions of the columns in the table.


indentAmount

double indentAmount
Number of pixels to indent per level of member nesting.


preferredSizes

java.util.List<E> preferredSizes

Class ca.sqlpower.wabit.swingui.olap.Olap4jListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class ca.sqlpower.wabit.swingui.olap.Olap4jTableHeaderComponent extends javax.swing.JComponent implements Serializable

Class ca.sqlpower.wabit.swingui.olap.Olap4JTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class ca.sqlpower.wabit.swingui.olap.SlicerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

slicerPanelDropTargetListener

ca.sqlpower.wabit.swingui.olap.SlicerPanel.SlicerPanelDropTargetListener slicerPanelDropTargetListener
This listens for drops on the panel and handles them


mouseHandler

ca.sqlpower.wabit.swingui.olap.SlicerPanel.MouseHandler mouseHandler
Mouse handler for the panel, lets the user right click


olapQuery

OlapQuery olapQuery
This is the query being sliced


slicerDisplay

javax.swing.JPanel slicerDisplay
This is the panel within the main bottom component of the CellSetViewer it shows the user which member is in the filter


session

WabitSwingSession session

Package ca.sqlpower.wabit.swingui.olap.action

Class ca.sqlpower.wabit.swingui.olap.action.ClearExclusionsAction extends OlapQueryAction implements Serializable

Serialized Fields

hierarchy

org.olap4j.metadata.Hierarchy hierarchy

Class ca.sqlpower.wabit.swingui.olap.action.ClearSortFromAxisAction extends OlapQueryAction implements Serializable

Serialized Fields

axis

org.olap4j.Axis axis

Class ca.sqlpower.wabit.swingui.olap.action.DrillReplaceAction extends MemberAction implements Serializable

Class ca.sqlpower.wabit.swingui.olap.action.DrillUpAction extends MemberAction implements Serializable

Serialized Fields

targetAncestor

org.olap4j.metadata.Member targetAncestor

Class ca.sqlpower.wabit.swingui.olap.action.ExcludeMemberAction extends MemberAction implements Serializable

Serialized Fields

operator

org.olap4j.query.Selection.Operator operator

Class ca.sqlpower.wabit.swingui.olap.action.MemberAction extends OlapQueryAction implements Serializable

Serialized Fields

member

org.olap4j.metadata.Member member
The Member that this DrillAction is being performed on.

Class ca.sqlpower.wabit.swingui.olap.action.OlapQueryAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

query

OlapQuery query
The OlapQuery object that this action modifies.


session

WabitSwingSession session
The session this action belongs to.

Class ca.sqlpower.wabit.swingui.olap.action.RemoveHierarchyAction extends OlapQueryAction implements Serializable

Serialized Fields

hierarchy

org.olap4j.metadata.Hierarchy hierarchy

axis

org.olap4j.Axis axis

Class ca.sqlpower.wabit.swingui.olap.action.SortByMeasureAction extends MemberAction implements Serializable

Serialized Fields

axis

org.olap4j.Axis axis
The axis to sort


order

org.olap4j.query.SortOrder order
The order to sort by


Package ca.sqlpower.wabit.swingui.report

Class ca.sqlpower.wabit.swingui.report.ContentBoxNode extends edu.umd.cs.piccolo.PNode implements Serializable

Serialized Fields

session

WabitSwingSession session

contentBox

ContentBox contentBox

textColour

java.awt.Color textColour

paintBorders

boolean paintBorders
This is the variable which determines whether or not the borders will be painted on a content box.


showDropInfo

boolean showDropInfo

pcs

java.beans.PropertyChangeSupport pcs
The simple property change support object to fire basic property changes from the content box node. This is different from the piccolo property changes on this object as piccolo sends property codes with the change event which is not needed for the simpler properties of this content box.


inputHandler

edu.umd.cs.piccolo.event.PInputEventListener inputHandler

modelRepaintListener

RepaintListener modelRepaintListener
Listens to repaint requests from the content box and repaints as necessary.


dialogOwner

java.awt.Window dialogOwner

swingRenderer

SwingContentRenderer swingRenderer
This ResultSetRenderer compliment will handle operations on the renderer that are swing specific.


workspace

WabitWorkspace workspace

contentRendererListener

ca.sqlpower.object.SPListener contentRendererListener
This is the ContentBox listener which listens to changes is the content box that is the model to this swing component.


parentPanel

LayoutPanel parentPanel

draggedOver

boolean draggedOver

Class ca.sqlpower.wabit.swingui.report.GuideAwareBoundsHandle extends edu.umd.cs.piccolox.handles.PBoundsHandle implements Serializable

Serialized Fields

threshold

double threshold
When the dragged edge(s) of the node come within this distance (in global pixels) of a guide, that edge will snap to the guide.


guides

java.util.Collection<E> guides

transactionObject

WabitObject transactionObject
This object will have a transaction begin and commit called on it when the dragging starts and stops to group the events of a single drag together.

Class ca.sqlpower.wabit.swingui.report.GuideNode extends edu.umd.cs.piccolo.PNode implements Serializable

Serialized Fields

marginStroke

java.awt.BasicStroke marginStroke

model

Guide model

normalColour

java.awt.Paint normalColour
The colour that this guide will paint in when it's in the default state.


mouseOverColour

java.awt.Paint mouseOverColour

parentChangeHandler

java.beans.PropertyChangeListener parentChangeHandler

inputEventHandler

ca.sqlpower.wabit.swingui.report.GuideNode.GuideMouseEventHandler inputEventHandler

modelChangeHandler

ca.sqlpower.object.SPListener modelChangeHandler
Adjusts this guide's position and length based on it's model.

Class ca.sqlpower.wabit.swingui.report.PageFormatAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

page

Page page

Class ca.sqlpower.wabit.swingui.report.PageNode extends edu.umd.cs.piccolo.PNode implements Serializable

Serialized Fields

page

Page page

pageChangeHandler

ca.sqlpower.object.SPListener pageChangeHandler
Updates this page's bounds based on changes in the model.

Class ca.sqlpower.wabit.swingui.report.PDFAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layout

Layout layout

dialogOwner

java.awt.Component dialogOwner

session

WabitSwingSession session

parentFrame

javax.swing.JFrame parentFrame

watermarker

Watermarker watermarker

Class ca.sqlpower.wabit.swingui.report.PrintAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layout

Layout layout

dialogOwner

java.awt.Component dialogOwner

session

WabitSwingSession session

parentFrame

javax.swing.JFrame parentFrame

Class ca.sqlpower.wabit.swingui.report.PrintPreviewAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

printPreviewDialog

javax.swing.JDialog printPreviewDialog

pageNumberTextArea

javax.swing.JTextArea pageNumberTextArea

reportPrintPreviewPanel

ReportPrintPreviewPanel reportPrintPreviewPanel

parentFrame

javax.swing.JFrame parentFrame

layout

Layout layout

pageIndexListener

java.beans.PropertyChangeListener pageIndexListener
This listens to the page index and updates the page accordingly


keyListener

java.awt.event.KeyListener keyListener
Listens to the enter key on the text area so we can update the page once a user presses enter.


closeListener

java.awt.event.WindowListener closeListener

Class ca.sqlpower.wabit.swingui.report.ReportPrintPreviewPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

layout

Layout layout

pageIndex

int pageIndex

pageCount

int pageCount

pcs

java.beans.PropertyChangeSupport pcs

Class ca.sqlpower.wabit.swingui.report.TemplateChooserDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

Package ca.sqlpower.wabit.swingui.tree

Class ca.sqlpower.wabit.swingui.tree.WorkspaceTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

delegateOlap4jRenderer

Olap4JTreeCellRenderer delegateOlap4jRenderer

delegateSQLTreeCellRenderer

ca.sqlpower.architect.swingui.dbtree.DBTreeCellRenderer delegateSQLTreeCellRenderer

busyBadgeFrameNum

int busyBadgeFrameNum
Current frame number to use for the "busy bagde" ("throbber overlay").

See Also:
WorkspaceTreeCellRenderer.nextBusyBadgeFrame(), #createBusyIcon(), WorkspaceTreeCellRenderer.THROBBER_OVERLAYS

Package org.jfree.chart.plot

Class org.jfree.chart.plot.AbstractPieLabelDistributor extends java.lang.Object implements Serializable

Serialized Fields

labels

java.util.List<E> labels

Class org.jfree.chart.plot.CategoryMarker extends org.jfree.chart.plot.Marker implements Serializable

Serialized Fields

key

java.lang.Comparable<T> key

drawAsLine

boolean drawAsLine

Class org.jfree.chart.plot.CategoryPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: -3537691700434728188L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

orientation

org.jfree.chart.plot.PlotOrientation orientation

axisOffset

org.jfree.ui.RectangleInsets axisOffset

domainAxes

org.jfree.util.ObjectList domainAxes

domainAxisLocations

org.jfree.util.ObjectList domainAxisLocations

drawSharedDomainAxis

boolean drawSharedDomainAxis

rangeAxes

org.jfree.util.ObjectList rangeAxes

rangeAxisLocations

org.jfree.util.ObjectList rangeAxisLocations

datasets

org.jfree.util.ObjectList datasets

datasetToDomainAxesMap

java.util.TreeMap<K,V> datasetToDomainAxesMap

datasetToRangeAxesMap

java.util.TreeMap<K,V> datasetToRangeAxesMap

renderers

org.jfree.util.ObjectList renderers

renderingOrder

org.jfree.chart.plot.DatasetRenderingOrder renderingOrder

columnRenderingOrder

org.jfree.util.SortOrder columnRenderingOrder

rowRenderingOrder

org.jfree.util.SortOrder rowRenderingOrder

domainGridlinesVisible

boolean domainGridlinesVisible

domainGridlinePosition

org.jfree.chart.axis.CategoryAnchor domainGridlinePosition

rangeGridlinesVisible

boolean rangeGridlinesVisible

anchorValue

double anchorValue

crosshairDatasetIndex

int crosshairDatasetIndex

domainCrosshairVisible

boolean domainCrosshairVisible

domainCrosshairRowKey

java.lang.Comparable<T> domainCrosshairRowKey

domainCrosshairColumnKey

java.lang.Comparable<T> domainCrosshairColumnKey

rangeCrosshairVisible

boolean rangeCrosshairVisible

rangeCrosshairValue

double rangeCrosshairValue

rangeCrosshairLockedOnData

boolean rangeCrosshairLockedOnData

foregroundDomainMarkers

java.util.Map<K,V> foregroundDomainMarkers

backgroundDomainMarkers

java.util.Map<K,V> backgroundDomainMarkers

foregroundRangeMarkers

java.util.Map<K,V> foregroundRangeMarkers

backgroundRangeMarkers

java.util.Map<K,V> backgroundRangeMarkers

annotations

java.util.List<E> annotations

weight

int weight

fixedDomainAxisSpace

org.jfree.chart.axis.AxisSpace fixedDomainAxisSpace

fixedRangeAxisSpace

org.jfree.chart.axis.AxisSpace fixedRangeAxisSpace

fixedLegendItems

org.jfree.chart.LegendItemCollection fixedLegendItems

Class org.jfree.chart.plot.ColorPalette extends java.lang.Object implements Serializable

serialVersionUID: -9029901853079622051L

Serialized Fields

minZ

double minZ

maxZ

double maxZ

r

int[] r

g

int[] g

b

int[] b

tickValues

double[] tickValues

logscale

boolean logscale

inverse

boolean inverse

paletteName

java.lang.String paletteName

stepped

boolean stepped

Class org.jfree.chart.plot.CombinedDomainCategoryPlot extends org.jfree.chart.plot.CategoryPlot implements Serializable

serialVersionUID: 8207194522653701572L

Serialized Fields

subplots

java.util.List<E> subplots

gap

double gap

Class org.jfree.chart.plot.CombinedDomainXYPlot extends org.jfree.chart.plot.XYPlot implements Serializable

serialVersionUID: -7765545541261907383L

Serialized Fields

subplots

java.util.List<E> subplots

gap

double gap

Class org.jfree.chart.plot.CombinedRangeCategoryPlot extends org.jfree.chart.plot.CategoryPlot implements Serializable

serialVersionUID: 7260210007554504515L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

subplots

java.util.List<E> subplots

gap

double gap

Class org.jfree.chart.plot.CombinedRangeXYPlot extends org.jfree.chart.plot.XYPlot implements Serializable

serialVersionUID: -5177814085082031168L

Serialized Fields

subplots

java.util.List<E> subplots

gap

double gap

Class org.jfree.chart.plot.CompassPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: 6924382802125527395L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

labelType

int labelType

labelFont

java.awt.Font labelFont

drawBorder

boolean drawBorder

compassFont

java.awt.Font compassFont

datasets

org.jfree.data.general.ValueDataset[] datasets

seriesNeedle

org.jfree.chart.needle.MeterNeedle[] seriesNeedle

revolutionDistance

double revolutionDistance

Class org.jfree.chart.plot.ContourPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: 7861072556590502247L

Serialized Fields

domainAxis

org.jfree.chart.axis.ValueAxis domainAxis

rangeAxis

org.jfree.chart.axis.ValueAxis rangeAxis

dataset

org.jfree.data.contour.ContourDataset dataset

colorBar

org.jfree.chart.axis.ColorBar colorBar

colorBarLocation

org.jfree.ui.RectangleEdge colorBarLocation

domainCrosshairVisible

boolean domainCrosshairVisible

domainCrosshairValue

double domainCrosshairValue

domainCrosshairLockedOnData

boolean domainCrosshairLockedOnData

rangeCrosshairVisible

boolean rangeCrosshairVisible

rangeCrosshairValue

double rangeCrosshairValue

rangeCrosshairLockedOnData

boolean rangeCrosshairLockedOnData

dataAreaRatio

double dataAreaRatio

domainMarkers

java.util.List<E> domainMarkers

rangeMarkers

java.util.List<E> rangeMarkers

annotations

java.util.List<E> annotations

toolTipGenerator

org.jfree.chart.labels.ContourToolTipGenerator toolTipGenerator

urlGenerator

org.jfree.chart.urls.XYURLGenerator urlGenerator

renderAsPoints

boolean renderAsPoints

ptSizePct

double ptSizePct

Class org.jfree.chart.plot.DatasetRenderingOrder extends java.lang.Object implements Serializable

serialVersionUID: -600593412366385072L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

name

java.lang.String name

Class org.jfree.chart.plot.DefaultDrawingSupplier extends java.lang.Object implements Serializable

serialVersionUID: -7339847061039422538L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

paintIndex

int paintIndex

outlinePaintIndex

int outlinePaintIndex

fillPaintIndex

int fillPaintIndex

strokeIndex

int strokeIndex

outlineStrokeIndex

int outlineStrokeIndex

shapeIndex

int shapeIndex

Class org.jfree.chart.plot.DialShape extends java.lang.Object implements Serializable

serialVersionUID: -3471933055190251131L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

name

java.lang.String name

Class org.jfree.chart.plot.FastScatterPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: 7871545897358563521L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

data

float[][] data

xDataRange

org.jfree.data.Range xDataRange

yDataRange

org.jfree.data.Range yDataRange

domainAxis

org.jfree.chart.axis.ValueAxis domainAxis

rangeAxis

org.jfree.chart.axis.ValueAxis rangeAxis

domainGridlinesVisible

boolean domainGridlinesVisible

rangeGridlinesVisible

boolean rangeGridlinesVisible

Class org.jfree.chart.plot.GreyPalette extends org.jfree.chart.plot.ColorPalette implements Serializable

serialVersionUID: -2120941170159987395L

Class org.jfree.chart.plot.IntervalMarker extends org.jfree.chart.plot.Marker implements Serializable

serialVersionUID: -1762344775267627916L

Serialized Fields

startValue

double startValue

endValue

double endValue

gradientPaintTransformer

org.jfree.ui.GradientPaintTransformer gradientPaintTransformer

Class org.jfree.chart.plot.JThermometer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1079905665515589820L

Serialized Fields

data

org.jfree.data.general.DefaultValueDataset data

chart

org.jfree.chart.JFreeChart chart

panel

org.jfree.chart.ChartPanel panel

plot

org.jfree.chart.plot.ThermometerPlot plot

Class org.jfree.chart.plot.Marker extends java.lang.Object implements Serializable

serialVersionUID: -734389651405327166L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

alpha

float alpha

label

java.lang.String label

labelFont

java.awt.Font labelFont

labelAnchor

org.jfree.ui.RectangleAnchor labelAnchor

labelTextAnchor

org.jfree.ui.TextAnchor labelTextAnchor

labelOffset

org.jfree.ui.RectangleInsets labelOffset

labelOffsetType

org.jfree.ui.LengthAdjustmentType labelOffsetType

Class org.jfree.chart.plot.MeterInterval extends java.lang.Object implements Serializable

serialVersionUID: 1530982090622488257L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

label

java.lang.String label

range

org.jfree.data.Range range

Class org.jfree.chart.plot.MeterPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: 2987472457734470962L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

dataset

org.jfree.data.general.ValueDataset dataset

shape

org.jfree.chart.plot.DialShape shape

meterAngle

int meterAngle

range

org.jfree.data.Range range

tickSize

double tickSize

units

java.lang.String units

valueFont

java.awt.Font valueFont

drawBorder

boolean drawBorder

tickLabelsVisible

boolean tickLabelsVisible

tickLabelFont

java.awt.Font tickLabelFont

tickLabelFormat

java.text.NumberFormat tickLabelFormat

intervals

java.util.List<E> intervals

Class org.jfree.chart.plot.MultiplePiePlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: -355377800470807389L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

pieChart

org.jfree.chart.JFreeChart pieChart

dataset

org.jfree.data.category.CategoryDataset dataset

dataExtractOrder

org.jfree.util.TableOrder dataExtractOrder

limit

double limit

aggregatedItemsKey

java.lang.Comparable<T> aggregatedItemsKey

Class org.jfree.chart.plot.PieLabelDistributor extends org.jfree.chart.plot.AbstractPieLabelDistributor implements Serializable

Serialized Fields

minGap

double minGap

Class org.jfree.chart.plot.PieLabelLinkStyle extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

name

java.lang.String name

Class org.jfree.chart.plot.PieLabelRecord extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.Comparable<T> key

angle

double angle

baseY

double baseY

allocatedY

double allocatedY

label

org.jfree.text.TextBox label

labelHeight

double labelHeight

gap

double gap

linkPercent

double linkPercent

Class org.jfree.chart.plot.PiePlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: -795612466005590431L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

dataset

org.jfree.data.general.PieDataset dataset

pieIndex

int pieIndex

interiorGap

double interiorGap

circular

boolean circular

startAngle

double startAngle

direction

org.jfree.util.Rotation direction

sectionPaintMap

org.jfree.chart.PaintMap sectionPaintMap

autoPopulateSectionPaint

boolean autoPopulateSectionPaint

sectionOutlinesVisible

boolean sectionOutlinesVisible

sectionOutlinePaintMap

org.jfree.chart.PaintMap sectionOutlinePaintMap

autoPopulateSectionOutlinePaint

boolean autoPopulateSectionOutlinePaint

sectionOutlineStrokeMap

org.jfree.chart.StrokeMap sectionOutlineStrokeMap

autoPopulateSectionOutlineStroke

boolean autoPopulateSectionOutlineStroke

shadowXOffset

double shadowXOffset

shadowYOffset

double shadowYOffset

explodePercentages

java.util.Map<K,V> explodePercentages

labelGenerator

org.jfree.chart.labels.PieSectionLabelGenerator labelGenerator

labelFont

java.awt.Font labelFont

simpleLabels

boolean simpleLabels

labelPadding

org.jfree.ui.RectangleInsets labelPadding

simpleLabelOffset

org.jfree.ui.RectangleInsets simpleLabelOffset

maximumLabelWidth

double maximumLabelWidth

labelGap

double labelGap

labelLinksVisible

boolean labelLinksVisible

labelLinkStyle

org.jfree.chart.plot.PieLabelLinkStyle labelLinkStyle

labelLinkMargin

double labelLinkMargin

labelDistributor

org.jfree.chart.plot.AbstractPieLabelDistributor labelDistributor

toolTipGenerator

org.jfree.chart.labels.PieToolTipGenerator toolTipGenerator

urlGenerator

org.jfree.chart.urls.PieURLGenerator urlGenerator

legendLabelGenerator

org.jfree.chart.labels.PieSectionLabelGenerator legendLabelGenerator

legendLabelToolTipGenerator

org.jfree.chart.labels.PieSectionLabelGenerator legendLabelToolTipGenerator

legendLabelURLGenerator

org.jfree.chart.urls.PieURLGenerator legendLabelURLGenerator

ignoreNullValues

boolean ignoreNullValues

ignoreZeroValues

boolean ignoreZeroValues

minimumArcAngleToDraw

double minimumArcAngleToDraw

Class org.jfree.chart.plot.PiePlot3D extends org.jfree.chart.plot.PiePlot implements Serializable

serialVersionUID: 3408984188945161432L

Serialized Fields

depthFactor

double depthFactor

darkerSides

boolean darkerSides

Class org.jfree.chart.plot.PiePlot3DGradient extends org.jfree.chart.plot.PiePlot3D implements Serializable

Serialized Fields

sidePaintMap

org.jfree.chart.PaintMap sidePaintMap
Contains the Paint instances used to paint the sides of the pie


faceGradient

org.jfree.ui.GradientPaintTransformer faceGradient
The Gradient Transformer used on the faces of the pie


sideGradient

org.jfree.ui.GradientPaintTransformer sideGradient
The Gradient Transformer used on the sides of the pie

Class org.jfree.chart.plot.Plot extends java.lang.Object implements Serializable

serialVersionUID: -8831571430103671324L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

parent

org.jfree.chart.plot.Plot parent

datasetGroup

org.jfree.data.general.DatasetGroup datasetGroup

noDataMessage

java.lang.String noDataMessage

noDataMessageFont

java.awt.Font noDataMessageFont

insets

org.jfree.ui.RectangleInsets insets

outlineVisible

boolean outlineVisible

backgroundImageAlignment

int backgroundImageAlignment

backgroundImageAlpha

float backgroundImageAlpha

foregroundAlpha

float foregroundAlpha

backgroundAlpha

float backgroundAlpha

drawingSupplier

org.jfree.chart.plot.DrawingSupplier drawingSupplier

Class org.jfree.chart.plot.PlotOrientation extends java.lang.Object implements Serializable

serialVersionUID: -2508771828190337782L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

name

java.lang.String name

Class org.jfree.chart.plot.PlotRenderingInfo extends java.lang.Object implements Serializable

serialVersionUID: 8446720134379617220L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

owner

org.jfree.chart.ChartRenderingInfo owner

subplotInfo

java.util.List<E> subplotInfo

Class org.jfree.chart.plot.PolarPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: 3794383185924179525L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

angleTicks

java.util.List<E> angleTicks

axis

org.jfree.chart.axis.ValueAxis axis

dataset

org.jfree.data.xy.XYDataset dataset

renderer

org.jfree.chart.renderer.PolarItemRenderer renderer

angleTickUnit

org.jfree.chart.axis.TickUnit angleTickUnit

angleLabelsVisible

boolean angleLabelsVisible

angleLabelFont

java.awt.Font angleLabelFont

angleGridlinesVisible

boolean angleGridlinesVisible

radiusGridlinesVisible

boolean radiusGridlinesVisible

cornerTextItems

java.util.List<E> cornerTextItems

Class org.jfree.chart.plot.RainbowPalette extends org.jfree.chart.plot.ColorPalette implements Serializable

serialVersionUID: -1906707320728242478L

Serialized Fields

red

int[] red

green

int[] green

blue

int[] blue

Class org.jfree.chart.plot.RingPlot extends org.jfree.chart.plot.PiePlot implements Serializable

serialVersionUID: 1556064784129676620L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

separatorsVisible

boolean separatorsVisible

innerSeparatorExtension

double innerSeparatorExtension

outerSeparatorExtension

double outerSeparatorExtension

sectionDepth

double sectionDepth

Class org.jfree.chart.plot.SeriesRenderingOrder extends java.lang.Object implements Serializable

serialVersionUID: 209336477448807735L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

name

java.lang.String name

Class org.jfree.chart.plot.SpiderWebPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: -5376340422031599463L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

headPercent

double headPercent

interiorGap

double interiorGap

axisLabelGap

double axisLabelGap

dataset

org.jfree.data.category.CategoryDataset dataset

maxValue

double maxValue

dataExtractOrder

org.jfree.util.TableOrder dataExtractOrder

startAngle

double startAngle

direction

org.jfree.util.Rotation direction

seriesPaintList

org.jfree.util.PaintList seriesPaintList

seriesOutlinePaintList

org.jfree.util.PaintList seriesOutlinePaintList

seriesOutlineStrokeList

org.jfree.util.StrokeList seriesOutlineStrokeList

labelFont

java.awt.Font labelFont

labelGenerator

org.jfree.chart.labels.CategoryItemLabelGenerator labelGenerator

webFilled

boolean webFilled

toolTipGenerator

org.jfree.chart.labels.CategoryToolTipGenerator toolTipGenerator

urlGenerator

org.jfree.chart.urls.CategoryURLGenerator urlGenerator

Class org.jfree.chart.plot.ThermometerPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: 4087093313147984390L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

dataset

org.jfree.data.general.ValueDataset dataset

rangeAxis

org.jfree.chart.axis.ValueAxis rangeAxis

lowerBound

double lowerBound

upperBound

double upperBound

bulbRadius

int bulbRadius

columnRadius

int columnRadius

gap

int gap

padding

org.jfree.ui.RectangleInsets padding

units

int units

valueLocation

int valueLocation

axisLocation

int axisLocation

valueFont

java.awt.Font valueFont

valueFormat

java.text.NumberFormat valueFormat

showValueLines

boolean showValueLines

subrange

int subrange

subrangeInfo

double[][] subrangeInfo

followDataInSubranges

boolean followDataInSubranges

useSubrangePaint

boolean useSubrangePaint

subrangeIndicatorsVisible

boolean subrangeIndicatorsVisible

Class org.jfree.chart.plot.ValueMarker extends org.jfree.chart.plot.Marker implements Serializable

Serialized Fields

value

double value

Class org.jfree.chart.plot.WaferMapPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: 4668320403707308155L

Serialized Fields

orientation

org.jfree.chart.plot.PlotOrientation orientation

dataset

org.jfree.data.general.WaferMapDataset dataset

renderer

org.jfree.chart.renderer.WaferMapRenderer renderer

Class org.jfree.chart.plot.XYPlot extends org.jfree.chart.plot.Plot implements Serializable

serialVersionUID: 7044148245716569264L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

orientation

org.jfree.chart.plot.PlotOrientation orientation

axisOffset

org.jfree.ui.RectangleInsets axisOffset

domainAxes

org.jfree.util.ObjectList domainAxes

domainAxisLocations

org.jfree.util.ObjectList domainAxisLocations

rangeAxes

org.jfree.util.ObjectList rangeAxes

rangeAxisLocations

org.jfree.util.ObjectList rangeAxisLocations

datasets

org.jfree.util.ObjectList datasets

renderers

org.jfree.util.ObjectList renderers

datasetToDomainAxesMap

java.util.Map<K,V> datasetToDomainAxesMap

datasetToRangeAxesMap

java.util.Map<K,V> datasetToRangeAxesMap

domainGridlinesVisible

boolean domainGridlinesVisible

rangeGridlinesVisible

boolean rangeGridlinesVisible

domainMinorGridlinesVisible

boolean domainMinorGridlinesVisible

rangeMinorGridlinesVisible

boolean rangeMinorGridlinesVisible

domainZeroBaselineVisible

boolean domainZeroBaselineVisible

rangeZeroBaselineVisible

boolean rangeZeroBaselineVisible

domainCrosshairVisible

boolean domainCrosshairVisible

domainCrosshairValue

double domainCrosshairValue

domainCrosshairLockedOnData

boolean domainCrosshairLockedOnData

rangeCrosshairVisible

boolean rangeCrosshairVisible

rangeCrosshairValue

double rangeCrosshairValue

rangeCrosshairLockedOnData

boolean rangeCrosshairLockedOnData

foregroundDomainMarkers

java.util.Map<K,V> foregroundDomainMarkers

backgroundDomainMarkers

java.util.Map<K,V> backgroundDomainMarkers

foregroundRangeMarkers

java.util.Map<K,V> foregroundRangeMarkers

backgroundRangeMarkers

java.util.Map<K,V> backgroundRangeMarkers

annotations

java.util.List<E> annotations

fixedDomainAxisSpace

org.jfree.chart.axis.AxisSpace fixedDomainAxisSpace

fixedRangeAxisSpace

org.jfree.chart.axis.AxisSpace fixedRangeAxisSpace

datasetRenderingOrder

org.jfree.chart.plot.DatasetRenderingOrder datasetRenderingOrder

seriesRenderingOrder

org.jfree.chart.plot.SeriesRenderingOrder seriesRenderingOrder

weight

int weight

fixedLegendItems

org.jfree.chart.LegendItemCollection fixedLegendItems

Package org.json

Class org.json.JSONException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause



Copyright © 2009. All Rights Reserved.