Package com.inductiveautomation.rm.tool
Interface RMSortPanel.Owner
- 
- All Known Implementing Classes:
- RMCrossTabCellTool,- RMGraphTool,- RMLabelsTool,- RMTableTool
 - Enclosing class:
- RMSortPanel
 
 public static interface RMSortPanel.OwnerAn interface for SortPanelOwner
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RMGroupinggetGrouping()RMShapegetSelectedShape()voidrespondUI(SwingEvent anEvent)
 
- 
- 
- 
Method Detail- 
respondUIvoid respondUI(SwingEvent anEvent) 
 - 
getSelectedShapeRMShape getSelectedShape() 
 - 
getGroupingRMGrouping getGrouping() 
 
- 
 
-