Interface AttributePanel.Row
- Enclosing class:
AttributePanel
public static interface AttributePanel.Row
-
Method Details
-
isFirstRow
boolean isFirstRow() -
isLastRow
boolean isLastRow() -
getPanel
AttributeTablePanel getPanel() -
getIndex
int getIndex() -
nextRow
AttributePanel.Row nextRow() -
previousRow
AttributePanel.Row previousRow() -
getFeature
Feature getFeature()
-