Package io.github.jonestimd.swing.table
Interface TableSummary
-
- All Superinterfaces:
ObservableBean
public interface TableSummary extends ObservableBean
An interface for a providing summary information for a table.- See Also:
TableSummaryPanel
,PropertyAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends PropertyAdapter<?>>
getSummaryProperties()
-
Methods inherited from interface io.github.jonestimd.beans.ObservableBean
addPropertyChangeListener, removePropertyChangeListener
-
-
-
-
Method Detail
-
getSummaryProperties
java.util.List<? extends PropertyAdapter<?>> getSummaryProperties()
- Returns:
- the list of property adapters for the summary values
-
-