public class InputsInspection extends java.lang.Object implements Inspection
| Constructor and Description |
|---|
InputsInspection(java.util.Vector inputsArg) |
| 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
|
public java.lang.Object[][] getComponent()
InspectiongetComponent in interface Inspectionorg.joone.Inspectablepublic java.lang.String getTitle()
InspectiongetTitle in interface Inspectionorg.joone.InspectionFramepublic java.lang.Object[] getNames()
InspectiongetNames in interface Inspectionpublic boolean rowNumbers()
InspectionrowNumbers in interface Inspectionpublic void setComponent(java.lang.Object[][] newValues)
InspectionsetComponent in interface InspectionnewValues - Array of new valuesSubmit Feedback to pmarrone@users.sourceforge.net