Interface XBasicTable.Satellite<K,V>
- All Superinterfaces:
 ComponentType,XGettingMap.Satellite<K,V>,XGettingTable.Satellite<K,V>,XMap.Satellite<K,V>
- All Known Subinterfaces:
 XChart.Satellite<K,V>,XTable.Satellite<K,V>
- Enclosing interface:
 - XBasicTable<K,V>
 
public static interface XBasicTable.Satellite<K,V> extends XMap.Satellite<K,V>, XGettingTable.Satellite<K,V>
- 
Method Summary
Modifier and Type Method Description XBasicTable<K,V>parent() 
- 
Method Details
- 
parent
XBasicTable<K,V> parent()- Specified by:
 parentin interfaceXGettingMap.Satellite<K,V>- Specified by:
 parentin interfaceXGettingTable.Satellite<K,V>- Specified by:
 parentin interfaceXMap.Satellite<K,V>
 
 -