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 SummaryConstructors Constructor Description DatasetKeyPanel(java.awt.Window anOwner)Creates a new dataset key panel.
 - 
Method SummaryAll 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.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Field Detail- 
TABLEpublic static final byte TABLE - See Also:
- Constant Field Values
 
 - 
LABELSpublic static final byte LABELS - See Also:
- Constant Field Values
 
 - 
GRAPHpublic static final byte GRAPH - See Also:
- Constant Field Values
 
 - 
CROSSTABpublic static final byte CROSSTAB - See Also:
- Constant Field Values
 
 
- 
 
-