|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package csheets |
|---|
| Class csheets.SpreadsheetAppEvent extends EventObject implements Serializable |
|---|
serialVersionUID: -8589956625032669055L
| Serialized Fields |
|---|
Workbook workbook
File file
SpreadsheetAppEvent.Type type
| Package csheets.core |
|---|
| Class csheets.core.Address extends Object implements Serializable |
|---|
serialVersionUID: -1096697824364544991L
| Serialized Fields |
|---|
int column
int row
| Class csheets.core.CellImpl extends Object implements Serializable |
|---|
serialVersionUID: 926673794084390673L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException - If any of the usual Input/Output related exceptions occur
ClassNotFoundException - If the class of a serialized object cannot be found.
private void writeObject(ObjectOutputStream stream)
throws IOException
IOException - If any of the usual Input/Output related exceptions occur| Serialized Fields |
|---|
Spreadsheet spreadsheet
Address address
Value value
String content
Formula formula
SortedSet<E> precedents
SortedSet<E> dependents
| Class csheets.core.IllegalValueTypeException extends Exception implements Serializable |
|---|
serialVersionUID: 1642715350728576100L
| Serialized Fields |
|---|
Value value
Value.Type expectedValueType
| Class csheets.core.SpreadsheetImpl extends Object implements Serializable |
|---|
serialVersionUID: 7010464744129096272L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException - If any of the usual Input/Output related exceptions occur
ClassNotFoundException - If the class of a serialized object cannot be found.
private void writeObject(ObjectOutputStream stream)
throws IOException
IOException - If any of the usual Input/Output related exceptions occur| Serialized Fields |
|---|
Workbook workbook
SortedSet<E> cells
String title
int columns
int rows
| Class csheets.core.Value extends Object implements Serializable |
|---|
serialVersionUID: 7140236908025236588L
| Serialized Fields |
|---|
Serializable value
Value.Type type
| Class csheets.core.Workbook extends Object implements Serializable |
|---|
serialVersionUID: -6324252462576447242L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException - If any of the usual Input/Output related exceptions occur
ClassNotFoundException - If the class of a serialized object cannot be found.| Serialized Fields |
|---|
List<E> spreadsheets
int createdSpreadsheets
| Package csheets.core.formula |
|---|
| Class csheets.core.formula.BinaryOperation extends Operation<BinaryOperator> implements Serializable |
|---|
serialVersionUID: 2326739272985753461L
| Serialized Fields |
|---|
Expression leftOperand
Expression rightOperand
| Class csheets.core.formula.Formula extends Object implements Serializable |
|---|
serialVersionUID: 7127589370042533160L
| Serialized Fields |
|---|
Cell cell
Expression expression
SortedSet<E> references
| Class csheets.core.formula.FunctionCall extends Object implements Serializable |
|---|
serialVersionUID: 1666675675246822233L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException - If any of the usual Input/Output related exceptions occur
ClassNotFoundException - If the class of a serialized object cannot be found.
private void writeObject(ObjectOutputStream stream)
throws IOException
IOException - If any of the usual Input/Output related exceptions occur| Serialized Fields |
|---|
Expression[] args
| Class csheets.core.formula.FunctionParameter extends Object implements Serializable |
|---|
serialVersionUID: 1765109547537919342L
| Serialized Fields |
|---|
Value.Type valueType
String name
boolean optional
String description
| Class csheets.core.formula.Literal extends Object implements Serializable |
|---|
serialVersionUID: 7854180857828149858L
| Serialized Fields |
|---|
Value value
| Class csheets.core.formula.Operation extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Operator operator
| Class csheets.core.formula.UnaryOperation extends Operation<UnaryOperator> implements Serializable |
|---|
serialVersionUID: -1630292510063782201L
| Serialized Fields |
|---|
Expression operand
| Package csheets.core.formula.compiler |
|---|
| Class csheets.core.formula.compiler.FormulaCompilationException extends Exception implements Serializable |
|---|
serialVersionUID: -6141961615954639105L
| Class csheets.core.formula.compiler.IllegalFunctionCallException extends FormulaCompilationException implements Serializable |
|---|
serialVersionUID: 1960534028676316836L
| Serialized Fields |
|---|
Function function
FunctionParameter parameter
Expression argument
| Package csheets.core.formula.lang |
|---|
| Class csheets.core.formula.lang.Adder extends Object implements Serializable |
|---|
serialVersionUID: -1880245696016234963L
| Class csheets.core.formula.lang.CellReference extends Object implements Serializable |
|---|
serialVersionUID: -6600693551615086696L
| Serialized Fields |
|---|
Cell cell
boolean columnAbsolute
boolean rowAbsolute
| Class csheets.core.formula.lang.Concatenator extends Object implements Serializable |
|---|
serialVersionUID: 4364553607579868067L
| Class csheets.core.formula.lang.Divider extends Object implements Serializable |
|---|
serialVersionUID: -1518353526200870461L
| Class csheets.core.formula.lang.DivisionByZeroException extends Exception implements Serializable |
|---|
serialVersionUID: -5387697381170031793L
| Class csheets.core.formula.lang.Equal extends RelationalOperator implements Serializable |
|---|
serialVersionUID: 6599944970820617562L
| Class csheets.core.formula.lang.Exponentiator extends Object implements Serializable |
|---|
serialVersionUID: 6922027217525238297L
| Class csheets.core.formula.lang.GreaterThan extends RelationalOperator implements Serializable |
|---|
serialVersionUID: -7733982340367649787L
| Class csheets.core.formula.lang.GreaterThanOrEqual extends RelationalOperator implements Serializable |
|---|
serialVersionUID: -894273828901600176L
| Class csheets.core.formula.lang.LessThan extends RelationalOperator implements Serializable |
|---|
serialVersionUID: -2984645567061220967L
| Class csheets.core.formula.lang.LessThanOrEqual extends RelationalOperator implements Serializable |
|---|
serialVersionUID: 4120723909661572848L
| Class csheets.core.formula.lang.Multiplier extends Object implements Serializable |
|---|
serialVersionUID: 5634816939414241509L
| Class csheets.core.formula.lang.Negator extends Object implements Serializable |
|---|
serialVersionUID: 1008038195417799885L
| Class csheets.core.formula.lang.NotEqual extends RelationalOperator implements Serializable |
|---|
serialVersionUID: 520258360283536310L
| Class csheets.core.formula.lang.Percent extends Object implements Serializable |
|---|
serialVersionUID: 4470721782585882011L
| Class csheets.core.formula.lang.RangeReference extends Object implements Serializable |
|---|
serialVersionUID: 8527083457981256682L
| Class csheets.core.formula.lang.ReferenceOperation extends BinaryOperation implements Serializable |
|---|
serialVersionUID: 1767227655524985408L
| Serialized Fields |
|---|
SortedSet<E> cells
| Class csheets.core.formula.lang.RelationalOperator extends Object implements Serializable |
|---|
| Class csheets.core.formula.lang.Subtracter extends Object implements Serializable |
|---|
serialVersionUID: 2660304336585762625L
| Class csheets.core.formula.lang.UnknownElementException extends FormulaCompilationException implements Serializable |
|---|
serialVersionUID: 1104385312243490098L
| Serialized Fields |
|---|
String identifier
| Package csheets.core.formula.util |
|---|
| Class csheets.core.formula.util.CircularReferenceException extends ExpressionVisitorException implements Serializable |
|---|
serialVersionUID: 4204972508404909370L
| Serialized Fields |
|---|
Formula formula
| Class csheets.core.formula.util.ExpressionVisitorException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -4215222805123779367L
| Package csheets.ext |
|---|
| Class csheets.ext.CellExtension extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Cell delegate
String name
| Class csheets.ext.SpreadsheetExtension extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Spreadsheet delegate
String name
| Package csheets.ext.assertion |
|---|
| Class csheets.ext.assertion.AssertableCell extends CellExtension implements Serializable |
|---|
serialVersionUID: 4956240183977127091L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException - If any of the usual Input/Output related exceptions occur
ClassNotFoundException - If the class of a serialized object cannot be found.| Serialized Fields |
|---|
USAssertion usAssertion
SGAssertion sgAssertion
boolean mathError
null because of a mathematical error.
String mathErrorMsg
| Class csheets.ext.assertion.Assertion extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
MultiInterval intervals
boolean isInteger
| Class csheets.ext.assertion.AssertionArithmeticException extends ExpressionVisitorException implements Serializable |
|---|
serialVersionUID: 3835021445919690555L
| Class csheets.ext.assertion.AssertionException extends Exception implements Serializable |
|---|
serialVersionUID: 2950555036431465919L
| Serialized Fields |
|---|
int line
int column
String errorMsg
| Class csheets.ext.assertion.AssertionWarning extends Object implements Serializable |
|---|
serialVersionUID: -390161028866493880L
| Serialized Fields |
|---|
Interval i1
Interval i2
AssertionWarning.Type type
| Class csheets.ext.assertion.Interval extends Object implements Serializable |
|---|
serialVersionUID: -1176661760834511074L
| Serialized Fields |
|---|
double lowerLimit
double upperLimit
boolean lowerLimitClosed
boolean upperLimitClosed
| Class csheets.ext.assertion.MathException extends ExpressionVisitorException implements Serializable |
|---|
serialVersionUID: -8774781783987699960L
| Class csheets.ext.assertion.MultiInterval extends Object implements Serializable |
|---|
serialVersionUID: 3311313307922046224L
| Serialized Fields |
|---|
TreeSet<E> intervalSet
Invariant: intervalSet does not contain any intersecting or bordering intervals. (Two bordering intervals are eg. [0 to 1[ [1 to 2] which could easily be written as one interval [0 to 2].
| Class csheets.ext.assertion.SGAssertion extends Assertion implements Serializable |
|---|
serialVersionUID: -5713386003093260622L
| Class csheets.ext.assertion.USAssertion extends Assertion implements Serializable |
|---|
serialVersionUID: -7911803174007268562L
| Serialized Fields |
|---|
String assertion
List<E> warnings
| Package csheets.ext.assertion.ui |
|---|
| Class csheets.ext.assertion.ui.AssertionPanel extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
AssertionController controller
AssertableCell cell
JLabel statusLabel
JTextField usField
JLabel sgLabel
| Class csheets.ext.assertion.ui.AssertionPanel.ApplyAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ext.assertion.ui.AssertionToolBar extends JToolBar implements Serializable |
|---|
| Serialized Fields |
|---|
JTextField usAssertion
JTextField sgAssertion
Icon redIcon
Icon yellowIcon
Icon greenIcon
JLabel lightLabelAssertion
| Package csheets.ext.deptree |
|---|
| Class csheets.ext.deptree.CellNode extends DefaultMutableTreeNode implements Serializable |
|---|
| Serialized Fields |
|---|
Cell cell
boolean populated
DefaultTreeModel treeModel
| Class csheets.ext.deptree.DependencyTree extends JTree implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
DefaultTreeModel treeModel
| Class csheets.ext.deptree.DependencyTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable |
|---|
| Serialized Fields |
|---|
Icon formulaIcon
Icon literalIcon
Icon rangeIcon
| Class csheets.ext.deptree.DependentsNode extends CellNode implements Serializable |
|---|
| Serialized Fields |
|---|
SortedSet<E> dependents
| Class csheets.ext.deptree.DependentsTree extends DependencyTree implements Serializable |
|---|
| Class csheets.ext.deptree.PrecedentsNode extends CellNode implements Serializable |
|---|
| Serialized Fields |
|---|
SortedSet<E> references
UIController uiController
| Class csheets.ext.deptree.PrecedentsTree extends DependencyTree implements Serializable |
|---|
| Class csheets.ext.deptree.ReferenceNode extends DefaultMutableTreeNode implements Serializable |
|---|
| Package csheets.ext.style |
|---|
| Class csheets.ext.style.StylableCell extends CellExtension implements Serializable |
|---|
serialVersionUID: -4860391005521272291L
| Serialized Fields |
|---|
Format format
Font font
int hAlignment
int vAlignment
Color fgColor
Color bgColor
Border border
| Class csheets.ext.style.StylableSpreadsheet extends SpreadsheetExtension implements Serializable |
|---|
serialVersionUID: -302349897603798290L
| Serialized Fields |
|---|
Map<K,V> columnWidths
Map<K,V> rowHeights
Map<K,V> cellSpans
| Package csheets.ext.style.ui |
|---|
| Class csheets.ext.style.ui.AlignBottomAction extends StyleAction implements Serializable |
|---|
| Class csheets.ext.style.ui.AlignCenterAction extends StyleAction implements Serializable |
|---|
| Class csheets.ext.style.ui.AlignLeftAction extends StyleAction implements Serializable |
|---|
| Class csheets.ext.style.ui.AlignMiddleAction extends StyleAction implements Serializable |
|---|
| Class csheets.ext.style.ui.AlignRightAction extends StyleAction implements Serializable |
|---|
| Class csheets.ext.style.ui.AlignTopAction extends StyleAction implements Serializable |
|---|
| Class csheets.ext.style.ui.BackgroundAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
| Class csheets.ext.style.ui.BoldAction extends StyleAction implements Serializable |
|---|
| Class csheets.ext.style.ui.BorderAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
| Class csheets.ext.style.ui.BorderChooser extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JToggleButton topButton
JToggleButton leftButton
JToggleButton rightButton
JToggleButton bottomButton
JLabel previewLabel
Color color
| Class csheets.ext.style.ui.FontAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
| Class csheets.ext.style.ui.FontChooser extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JList familyList
JList sizeList
JCheckBox boldBox
JCheckBox italicBox
JLabel previewLabel
| Class csheets.ext.style.ui.ForegroundAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
| Class csheets.ext.style.ui.FormatAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
StylableCell cell
| Class csheets.ext.style.ui.FormatChooser extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
Format format
FormatChooser.
Object value
JComboBox choices
JLabel previewLabel
value formated using format
| Class csheets.ext.style.ui.ItalicAction extends StyleAction implements Serializable |
|---|
| Class csheets.ext.style.ui.StyleAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
| Class csheets.ext.style.ui.StyleMenu extends JMenu implements Serializable |
|---|
| Class csheets.ext.style.ui.StyleToolBar extends JToolBar implements Serializable |
|---|
| Serialized Fields |
|---|
JToggleButton boldButton
JToggleButton italicButton
Map<K,V> hAlignButtons
| Class csheets.ext.style.ui.UnderlineAction extends StyleAction implements Serializable |
|---|
| Package csheets.ext.test |
|---|
| Class csheets.ext.test.DuplicateUserTCPException extends Exception implements Serializable |
|---|
serialVersionUID: 8640730494411675302L
| Serialized Fields |
|---|
Object value
| Class csheets.ext.test.TestableCell extends CellExtension implements Serializable |
|---|
serialVersionUID: -2626239432851585308L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException - If any of the usual Input/Output related exceptions occur
ClassNotFoundException - If the class of a serialized object cannot be found.| Serialized Fields |
|---|
Set<E> tcParams
Set<E> testCases
| Class csheets.ext.test.TestableSpreadsheet extends SpreadsheetExtension implements Serializable |
|---|
serialVersionUID: -8144504629252776866L
| Class csheets.ext.test.TestCase extends Formula implements Serializable |
|---|
serialVersionUID: -6135481035045505755L
| Serialized Fields |
|---|
TestCase.ValidationState validationState
Set<E> params
Value value
| Class csheets.ext.test.TestCaseParam extends Literal implements Serializable |
|---|
serialVersionUID: -6821036933997460416L
| Serialized Fields |
|---|
TestableCell cell
int userEntered
int systemGenerated
int derived
| Package csheets.ext.test.ui |
|---|
| Class csheets.ext.test.ui.TestCasePanel extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
DefaultTableModel tableModel
TestCaseTable table
boolean listening
| Class csheets.ext.test.ui.TestCaseParamPanel extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
DefaultTableModel tableModel
TestCaseParamTable table
TestCaseParamController controller
boolean listening
| Class csheets.ext.test.ui.TestCaseParamRenderer extends DefaultTableCellRenderer implements Serializable |
|---|
| Class csheets.ext.test.ui.TestCaseParamTable extends TestTable implements Serializable |
|---|
| Class csheets.ext.test.ui.TestCaseResultRenderer extends DefaultTableCellRenderer implements Serializable |
|---|
| Class csheets.ext.test.ui.TestCaseTable extends TestTable implements Serializable |
|---|
| Class csheets.ext.test.ui.TestTable extends JTable implements Serializable |
|---|
| Serialized Fields |
|---|
DefaultTableColumnModel columnModel
| Class csheets.ext.test.ui.TestToolBar extends JToolBar implements Serializable |
|---|
| Serialized Fields |
|---|
JProgressBar cellTestednessBar
JProgressBar spreadsheetTestednessBar
JLabel lightLabelTestCases
Icon redIcon
Icon yellowIcon
Icon greenIcon
| Class csheets.ext.test.ui.ValidationStateRenderer extends JComboBox implements Serializable |
|---|
| Package csheets.io |
|---|
| Class csheets.io.NamedProperties extends Properties implements Serializable |
|---|
serialVersionUID: 5734781797863986818L
| Serialized Fields |
|---|
File file
| Package csheets.ui |
|---|
| Class csheets.ui.FileChooser extends JFileChooser implements Serializable |
|---|
| Serialized Fields |
|---|
Component parent
List<E> filters
| Class csheets.ui.Frame extends JFrame implements Serializable |
|---|
| Serialized Fields |
|---|
CleanSheets app
| Class csheets.ui.MenuBar extends JMenuBar implements Serializable |
|---|
| Class csheets.ui.ReopenMenu extends JMenu implements Serializable |
|---|
| Serialized Fields |
|---|
CleanSheets app
int maximumItems
Properties props
int nonReopenItems
UIController uiController
| Class csheets.ui.ReopenMenu.RemoveAllAction extends AbstractAction implements Serializable |
|---|
| Class csheets.ui.ReopenMenu.RemoveObsoleteAction extends AbstractAction implements Serializable |
|---|
| Class csheets.ui.ReopenMenu.ReopenAction extends OpenAction implements Serializable |
|---|
| Serialized Fields |
|---|
File file
| Class csheets.ui.StandardToolBar extends JToolBar implements Serializable |
|---|
| Class csheets.ui.ViewMenu extends JMenu implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
Map<K,V> items
ButtonGroup group
| Class csheets.ui.ViewMenu.SelectWorkbookAction extends AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
Workbook workbook
UIController uiController
| Class csheets.ui.WindowMenu extends JMenu implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
Map<K,V> items
ButtonGroup group
int nonWorkbookItems
| Class csheets.ui.WindowMenu.SelectWorkbookAction extends AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
Workbook workbook
UIController uiController
| Package csheets.ui.ctrl |
|---|
| Class csheets.ui.ctrl.AboutAction extends BaseAction implements Serializable |
|---|
| Serialized Fields |
|---|
String text
| Class csheets.ui.ctrl.AddSpreadsheetAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
| Class csheets.ui.ctrl.BaseAction extends AbstractAction implements Serializable |
|---|
| Class csheets.ui.ctrl.ClearAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.ClipboardAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.CloseAction extends SaveAction implements Serializable |
|---|
| Class csheets.ui.ctrl.CloseAllAction extends CloseAction implements Serializable |
|---|
| Class csheets.ui.ctrl.CopyAction extends ClipboardAction implements Serializable |
|---|
| Class csheets.ui.ctrl.CutAction extends ClipboardAction implements Serializable |
|---|
| Class csheets.ui.ctrl.DeleteAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.EditEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
Workbook workbook
| Class csheets.ui.ctrl.ExitAction extends CloseAllAction implements Serializable |
|---|
| Class csheets.ui.ctrl.FocusOwnerAction extends BaseAction implements Serializable |
|---|
| Serialized Fields |
|---|
SpreadsheetTable focusOwner
| Class csheets.ui.ctrl.HelpAction extends BaseAction implements Serializable |
|---|
| Class csheets.ui.ctrl.InsertColumnAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.InsertRowAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.LicenseAction extends BaseAction implements Serializable |
|---|
| Serialized Fields |
|---|
JScrollPane licensePane
| Class csheets.ui.ctrl.NewAction extends BaseAction implements Serializable |
|---|
| Serialized Fields |
|---|
CleanSheets app
| Class csheets.ui.ctrl.OpenAction extends BaseAction implements Serializable |
|---|
| Serialized Fields |
|---|
CleanSheets app
UIController uiController
FileChooser chooser
| Class csheets.ui.ctrl.PasteAction extends ClipboardAction implements Serializable |
|---|
| Class csheets.ui.ctrl.PreferencesAction extends BaseAction implements Serializable |
|---|
| Class csheets.ui.ctrl.PrintAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.RedoAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.RemoveColumnAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.RemoveRowAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.RemoveSpreadsheetAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
| Class csheets.ui.ctrl.RenameSpreadsheetAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
| Class csheets.ui.ctrl.SaveAction extends SaveAsAction implements Serializable |
|---|
| Class csheets.ui.ctrl.SaveAsAction extends BaseAction implements Serializable |
|---|
| Serialized Fields |
|---|
CleanSheets app
UIController uiController
FileChooser chooser
| Class csheets.ui.ctrl.SearchAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.SelectAllAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.SelectionEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
Workbook workbook
Spreadsheet spreadsheet
Cell cell
Workbook prevWorkbook
Spreadsheet prevSpreadsheet
Cell prevCell
| Class csheets.ui.ctrl.SortAction extends FocusOwnerAction implements Serializable |
|---|
| Class csheets.ui.ctrl.UndoAction extends FocusOwnerAction implements Serializable |
|---|
| Package csheets.ui.ext |
|---|
| Class csheets.ui.ext.CellDecoratorAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIExtension extension
CellDecorator decorator
| Class csheets.ui.ext.ComponentAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIExtension extension
JComponent component
String componentKey
| Class csheets.ui.ext.SideBarAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIExtension extension
JComponent component
JTabbedPane sideBar
| Class csheets.ui.ext.TableDecoratorAction extends FocusOwnerAction implements Serializable |
|---|
| Serialized Fields |
|---|
UIExtension extension
TableDecorator decorator
| Package csheets.ui.grid |
|---|
| Class csheets.ui.grid.Grid extends JTable implements Serializable |
|---|
| Serialized Fields |
|---|
RowHeader rowHeader
| Class csheets.ui.grid.Grid.ResumeEditAction extends AbstractAction implements Serializable |
|---|
| Class csheets.ui.grid.HeaderRenderer extends DefaultTableCellRenderer implements Serializable |
|---|
| Serialized Fields |
|---|
int axis
| Class csheets.ui.grid.RowHeader extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
JTable table
CellRendererPane rendererPane
TableCellRenderer renderer
int width
int minRowHeight
int rowMargin
int resizingRow
| Package csheets.ui.sheet |
|---|
| Class csheets.ui.sheet.AddressBox extends JComboBox implements Serializable |
|---|
| Class csheets.ui.sheet.CellEditor extends JTextField implements Serializable |
|---|
| Serialized Fields |
|---|
Cell cell
boolean resumeOnNextEdit
ChangeEvent changeEvent
UIController uiController
| Class csheets.ui.sheet.CellEditor.CancelAction extends AbstractAction implements Serializable |
|---|
| Class csheets.ui.sheet.CellEditor.StopAction extends AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
int columns
int rows
| Class csheets.ui.sheet.CellRenderer extends DefaultTableCellRenderer implements Serializable |
|---|
| Serialized Fields |
|---|
LinkedList<E> decorators
Cell cell
boolean selected
boolean hasFocus
| Class csheets.ui.sheet.CellTransferHandler extends TransferHandler implements Serializable |
|---|
| Serialized Fields |
|---|
SpreadsheetTable sourceTable
int exportAction
| Class csheets.ui.sheet.SpreadsheetTable extends Grid implements Serializable |
|---|
| Serialized Fields |
|---|
Spreadsheet spreadsheet
UIController uiController
List<E> decorators
PropertyChangeListener columnWidthTracker
| Class csheets.ui.sheet.SpreadsheetTable.ClearSelectionAction extends AbstractAction implements Serializable |
|---|
| Class csheets.ui.sheet.SpreadsheetTableModel extends AbstractTableModel implements Serializable |
|---|
| Serialized Fields |
|---|
Spreadsheet spreadsheet
UIController uiController
CellListener cellListener
| Class csheets.ui.sheet.WorkbookPane extends JTabbedPane implements Serializable |
|---|
| Serialized Fields |
|---|
UIController uiController
JButton[] buttons
Dimension buttonSize
int visibleCount
int visibleStartIndex
JPopupMenu popupMenu
WorkbookListener synchronizer
| Class csheets.ui.sheet.WorkbookPane.SelectionListener extends JTabbedPane.ModelListener implements Serializable |
|---|
| Class csheets.ui.sheet.WorkbookPane.StopArrowButton extends BasicArrowButton implements Serializable |
|---|
| Class csheets.ui.sheet.WorkbookPaneUI.NavigateAction extends AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
int direction
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||