Package mondrian.gui

Class PropertyTableModel

    • Method Detail

      • getRowName

        public String getRowName​(int i)
      • getColumnCount

        public int getColumnCount()
        Returns the number of columns in the model. A JTable uses this method to determine how many columns it should create and display by default.
        Returns:
        the number of columns in the model
        See Also:
        getRowCount()
      • getRowCount

        public int getRowCount()
        Returns the number of rows in the model. A JTable uses this method to determine how many rows it should display. This method should be quick, as it is called frequently during rendering.
        Returns:
        the number of rows in the model
        See Also:
        getColumnCount()
      • getValueAt

        public Object getValueAt​(int rowIndex,
                                 int columnIndex)
        Returns the value for the cell at columnIndex and rowIndex.
        Parameters:
        rowIndex - the row whose value is to be queried
        columnIndex - the column whose value is to be queried
        Returns:
        the value Object at the specified cell
      • getValue

        public Object getValue()
      • getParentTarget

        public Object getParentTarget()
      • setParentTarget

        public void setParentTarget​(Object parentTarget)
      • getFactTable

        public String getFactTable()
      • setFactTable

        public void setFactTable​(String factTable)
      • getFactTableSchema

        public String getFactTableSchema()
      • setFactTableSchema

        public void setFactTableSchema​(String factTableSchema)
      • setNames

        public void setNames​(List<String> names)
      • getErrorMsg

        public String getErrorMsg()
      • setErrorMsg

        public void setErrorMsg​(String errorMsg)