Package com.reportmill.panels
Class DatasetKeyPanel
- java.lang.Object
 - 
- com.reportmill.base.RMObject
 - 
- com.reportmill.panels.DatasetKeyPanel
 
 
 
- 
- All Implemented Interfaces:
 RMArchiver.Archiving,java.lang.Cloneable
public class DatasetKeyPanel extends RMObject
Runs a simple panel letting the user choose a dataset key element, like table, graph, crosstab or labels. 
- 
- 
Constructor Summary
Constructors Constructor Description DatasetKeyPanel(java.awt.Window anOwner)Creates a new dataset key panel. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrespondUI(java.lang.Object anObj)Handles input from Swing UI panel controls.intshowDatasetKeyPanel()Runs the datset key panel.- 
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals 
 - 
 
 - 
 
- 
- 
Field Detail
- 
TABLE
public static final byte TABLE
- See Also:
 - Constant Field Values
 
 
- 
LABELS
public static final byte LABELS
- See Also:
 - Constant Field Values
 
 
- 
GRAPH
public static final byte GRAPH
- See Also:
 - Constant Field Values
 
 
- 
CROSSTAB
public static final byte CROSSTAB
- See Also:
 - Constant Field Values
 
 
 - 
 
 -