Documentation of 'org.joone.inspection.Inspection' Java class
Inspection
org.joone.inspection

Interface Inspection

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Object[][] getComponent()
      Method to get the inspectable values of the Inspectable class.
      java.lang.Object[] getNames()
      Method to get the names of each column
      java.lang.String getTitle()
      Method to get the title of the object for display in the InspectionFrame title bar.
      boolean rowNumbers()
      Method to get the necessity to display a column containing the row's numbers for these inspection values.
      void setComponent(java.lang.Object[][] newValues)
      Sets the array of values for this component
    • Method Detail

      • getComponent

        java.lang.Object[][] getComponent()
        Method to get the inspectable values of the Inspectable class.
        Returns:
        representation of the Inspectable class data.
        See Also:
        org.joone.Inspectable
      • getTitle

        java.lang.String getTitle()
        Method to get the title of the object for display in the InspectionFrame title bar.
        Returns:
        title of the object.
        See Also:
        org.joone.InspectionFrame
      • rowNumbers

        boolean rowNumbers()
        Method to get the necessity to display a column containing the row's numbers for these inspection values.
        Returns:
        true if the rows numbers must be displayed
      • getNames

        java.lang.Object[] getNames()
        Method to get the names of each column
        Returns:
        the columns' names
      • setComponent

        void setComponent(java.lang.Object[][] newValues)
        Sets the array of values for this component
        Parameters:
        newValues - Array of new values

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.