|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Inspection
Method Summary | |
---|---|
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 |
---|
java.lang.Object[][] getComponent()
org.joone.Inspectable
java.lang.String getTitle()
org.joone.InspectionFrame
boolean rowNumbers()
java.lang.Object[] getNames()
void setComponent(java.lang.Object[][] newValues)
newValues
- Array of new values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |