Interface AttributePanel.Row
-
- Enclosing class:
- AttributePanel
public static interface AttributePanel.Row
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeaturegetFeature()intgetIndex()AttributeTablePanelgetPanel()booleanisFirstRow()booleanisLastRow()AttributePanel.RownextRow()AttributePanel.RowpreviousRow()
-
-
-
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()
-
-