com.vividsolutions.jump.workbench.ui
Interface AttributePanel.Row

Enclosing interface:
AttributePanel

public static interface AttributePanel.Row


Method Summary
 Feature getFeature()
           
 int getIndex()
           
 AttributeTablePanel getPanel()
           
 boolean isFirstRow()
           
 boolean isLastRow()
           
 AttributePanel.Row nextRow()
           
 AttributePanel.Row previousRow()
           
 

Method Detail

isFirstRow

public boolean isFirstRow()

isLastRow

public boolean isLastRow()

getPanel

public AttributeTablePanel getPanel()

getIndex

public int getIndex()

nextRow

public AttributePanel.Row nextRow()

previousRow

public AttributePanel.Row previousRow()

getFeature

public Feature getFeature()