Interface AttributePanel.Row
-
- Enclosing class:
- AttributePanel
public static interface AttributePanel.Row
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Feature
getFeature()
int
getIndex()
AttributeTablePanel
getPanel()
boolean
isFirstRow()
boolean
isLastRow()
AttributePanel.Row
nextRow()
AttributePanel.Row
previousRow()
-
-
-
Method Detail
-
isFirstRow
boolean isFirstRow()
-
isLastRow
boolean isLastRow()
-
getPanel
AttributeTablePanel getPanel()
-
getIndex
int getIndex()
-
nextRow
AttributePanel.Row nextRow()
-
previousRow
AttributePanel.Row previousRow()
-
getFeature
Feature getFeature()
-
-