Package com.inductiveautomation.rm.tool
Interface RMSortPanel.Owner
-
- All Known Implementing Classes:
RMCrossTabCellTool
,RMGraphTool
,RMLabelsTool
,RMTableTool
- Enclosing class:
- RMSortPanel
public static interface RMSortPanel.Owner
An interface for SortPanelOwner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RMGrouping
getGrouping()
RMShape
getSelectedShape()
void
respondUI(SwingEvent anEvent)
-
-
-
Method Detail
-
respondUI
void respondUI(SwingEvent anEvent)
-
getSelectedShape
RMShape getSelectedShape()
-
getGrouping
RMGrouping getGrouping()
-
-