Documentation of 'com.jstatcom.ts.TSTable' Java class
TSTable
com.jstatcom.ts

Class TSTable

  • All Implemented Interfaces:
    NumberDisplayTable, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.event.CellEditorListener, javax.swing.event.ListSelectionListener, javax.swing.event.RowSorterListener, javax.swing.event.TableColumnModelListener, javax.swing.event.TableModelListener, javax.swing.Scrollable


    public final class TSTable
    extends javax.swing.JTable
    implements NumberDisplayTable
    This class provides a configurable table view of one or more time series with editing capabilities. It uses the TSTableModel to represent the underlying data.
    See Also:
    TSTableModel, Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.JTable

        javax.swing.JTable.DropLocation, javax.swing.JTable.PrintMode
      • Nested classes/interfaces inherited from class javax.swing.JComponent

        javax.swing.JComponent.AccessibleJComponent
      • Nested classes/interfaces inherited from class java.awt.Component

        java.awt.Component.BaselineResizeBehavior
    • Field Summary

      • Fields inherited from class javax.swing.JTable

        AUTO_RESIZE_ALL_COLUMNS, AUTO_RESIZE_LAST_COLUMN, AUTO_RESIZE_NEXT_COLUMN, AUTO_RESIZE_OFF, AUTO_RESIZE_SUBSEQUENT_COLUMNS
      • Fields inherited from class javax.swing.JComponent

        TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
      • Fields inherited from class java.awt.Component

        BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
      • Fields inherited from interface java.awt.image.ImageObserver

        ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
    • Constructor Summary

      Constructors 
      Constructor and Description
      TSTable()
      TSTable default constructor sets the default renderer, model and popup.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      javax.swing.table.TableCellRenderer getCellRenderer()
      Gets the currently used cell renderer for all cells.
      TSTableModel getModel() 
      int getPrecision()
      Gets number of digits right to decimal point.
      javax.swing.JPopupMenu getTablePopup() 
      TS[] getTS()
      Gets the TS that are in sync with the current table model.
      boolean isModelChanged()
      Gets whether underlying data changed.
      java.awt.Component prepareEditor(javax.swing.table.TableCellEditor editor, int row, int col)
      Override method to set alignment of default editor to JLabel.RIGHT.
      void setArrays(java.lang.Double[][] data, java.lang.String[] names) 
      void setCellRenderer(javax.swing.table.TableCellRenderer newCellRenderer)
      Sets a new cell renderer for all columns of the TSTable.
      void setPrecision(int newPrecision)
      Sets number of digits right to decimal point.
      void setTablePopup(javax.swing.JPopupMenu newTablePopup)
      Sets the new JPopupMenu that appears, if the RIGHT mouse is clicked over this table.
      void setTS(TS[] tsArray)
      Sets the TS to be held by the table.
      void setValueAt(java.lang.Object obj, int row, int col)
      Sets data at a given position and displays an error message if input cannot be parsed to a double.
      void tableChanged(javax.swing.event.TableModelEvent evt)
      Invoked when the underlying table model changed.
      void updateTable(java.lang.String[] array) 
      • Methods inherited from class javax.swing.JTable

        addColumn, addColumnSelectionInterval, addNotify, addRowSelectionInterval, changeSelection, clearSelection, columnAdded, columnAtPoint, columnMarginChanged, columnMoved, columnRemoved, columnSelectionChanged, convertColumnIndexToModel, convertColumnIndexToView, convertRowIndexToModel, convertRowIndexToView, createDefaultColumnsFromModel, createScrollPaneForTable, doLayout, editCellAt, editCellAt, editingCanceled, editingStopped, getAccessibleContext, getAutoCreateColumnsFromModel, getAutoCreateRowSorter, getAutoResizeMode, getCellEditor, getCellEditor, getCellRect, getCellRenderer, getCellSelectionEnabled, getColumn, getColumnClass, getColumnCount, getColumnModel, getColumnName, getColumnSelectionAllowed, getDefaultEditor, getDefaultRenderer, getDragEnabled, getDropLocation, getDropMode, getEditingColumn, getEditingRow, getEditorComponent, getFillsViewportHeight, getGridColor, getIntercellSpacing, getPreferredScrollableViewportSize, getPrintable, getRowCount, getRowHeight, getRowHeight, getRowMargin, getRowSelectionAllowed, getRowSorter, getScrollableBlockIncrement, getScrollableTracksViewportHeight, getScrollableTracksViewportWidth, getScrollableUnitIncrement, getSelectedColumn, getSelectedColumnCount, getSelectedColumns, getSelectedRow, getSelectedRowCount, getSelectedRows, getSelectionBackground, getSelectionForeground, getSelectionModel, getShowHorizontalLines, getShowVerticalLines, getSurrendersFocusOnKeystroke, getTableHeader, getToolTipText, getUI, getUIClassID, getUpdateSelectionOnSort, getValueAt, isCellEditable, isCellSelected, isColumnSelected, isEditing, isRowSelected, moveColumn, prepareRenderer, print, print, print, print, print, removeColumn, removeColumnSelectionInterval, removeEditor, removeNotify, removeRowSelectionInterval, rowAtPoint, selectAll, setAutoCreateColumnsFromModel, setAutoCreateRowSorter, setAutoResizeMode, setCellEditor, setCellSelectionEnabled, setColumnModel, setColumnSelectionAllowed, setColumnSelectionInterval, setDefaultEditor, setDefaultRenderer, setDragEnabled, setDropMode, setEditingColumn, setEditingRow, setFillsViewportHeight, setGridColor, setIntercellSpacing, setModel, setPreferredScrollableViewportSize, setRowHeight, setRowHeight, setRowMargin, setRowSelectionAllowed, setRowSelectionInterval, setRowSorter, setSelectionBackground, setSelectionForeground, setSelectionMode, setSelectionModel, setShowGrid, setShowHorizontalLines, setShowVerticalLines, setSurrendersFocusOnKeystroke, setTableHeader, setUI, setUpdateSelectionOnSort, sizeColumnsToFit, sizeColumnsToFit, sorterChanged, updateUI, valueChanged
      • Methods inherited from class javax.swing.JComponent

        addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
      • Methods inherited from class java.awt.Container

        add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate
      • Methods inherited from class java.awt.Component

        action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TSTable

        public TSTable()
        TSTable default constructor sets the default renderer, model and popup.
    • Method Detail

      • getCellRenderer

        public javax.swing.table.TableCellRenderer getCellRenderer()
        Gets the currently used cell renderer for all cells.
        Specified by:
        getCellRenderer in interface NumberDisplayTable
        Returns:
        the renderer for all cells
      • getPrecision

        public int getPrecision()
        Gets number of digits right to decimal point.
        Specified by:
        getPrecision in interface NumberDisplayTable
        Returns:
        number precision
      • getTS

        public TS[] getTS()
        Gets the TS that are in sync with the current table model.
        Returns:
        the TS in the columns of the table
        Throws:
        java.lang.ClassCastException - if the underlying model is not of type TSTableModel
      • isModelChanged

        public boolean isModelChanged()
        Gets whether underlying data changed.
        Returns:
        true if something changed
      • prepareEditor

        public java.awt.Component prepareEditor(javax.swing.table.TableCellEditor editor,
                                                int row,
                                                int col)
        Override method to set alignment of default editor to JLabel.RIGHT. The method also takes care that the same cell renderer is used for editing, that is used for the display.
        Overrides:
        prepareEditor in class javax.swing.JTable
        Parameters:
        editor - the default editor
        row - index for row
        col - index for column
        Returns:
        the adjusted cell editor
      • setCellRenderer

        public void setCellRenderer(javax.swing.table.TableCellRenderer newCellRenderer)
        Sets a new cell renderer for all columns of the TSTable. It also sets the minimum column width for each column.
        Specified by:
        setCellRenderer in interface NumberDisplayTable
        Parameters:
        newCellRenderer - the new renderer, typically an instance of DataTableCellRenderers
        See Also:
        JSCCellRendererTypes
      • setPrecision

        public void setPrecision(int newPrecision)
        Sets number of digits right to decimal point.
        Specified by:
        setPrecision in interface NumberDisplayTable
        Parameters:
        newPrecision - new number precision
        Throws:
        java.lang.IllegalArgumentException - if newPrecision < 0
      • setTablePopup

        public void setTablePopup(javax.swing.JPopupMenu newTablePopup)
        Sets the new JPopupMenu that appears, if the RIGHT mouse is clicked over this table.
        Parameters:
        newTablePopup - if set to null, then no popup is shown
      • setTS

        public void setTS(TS[] tsArray)
        Sets the TS to be held by the table. The TSTableModel takes care of merging the series. All series need to have the same sub periodicities.
        Parameters:
        tsArray - an array with the TS objects to display
        Throws:
        java.lang.IllegalArgumentException - if sub periodicities are not equal for all TS
      • updateTable

        public void updateTable(java.lang.String[] array)
      • getModel

        public TSTableModel getModel()
        Overrides:
        getModel in class javax.swing.JTable
      • setArrays

        public void setArrays(java.lang.Double[][] data,
                              java.lang.String[] names)
      • setValueAt

        public void setValueAt(java.lang.Object obj,
                               int row,
                               int col)
        Sets data at a given position and displays an error message if input cannot be parsed to a double.
        Overrides:
        setValueAt in class javax.swing.JTable
        Parameters:
        obj - Object that the method tries to parse to a Double
        row - index for row
        col - index for column
      • tableChanged

        public void tableChanged(javax.swing.event.TableModelEvent evt)
        Invoked when the underlying table model changed.
        Specified by:
        tableChanged in interface javax.swing.event.TableModelListener
        Overrides:
        tableChanged in class javax.swing.JTable
        Parameters:
        evt - the model event

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.