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:
parent
in interfaceXGettingMap.Satellite<K,V>
- Specified by:
parent
in interfaceXGettingTable.Satellite<K,V>
- Specified by:
parent
in interfaceXMap.Satellite<K,V>
-