Package com.reportmill.panels
Class DatasetKeyPanel
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.DatasetKeyPanel
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
Runs a simple panel letting the user choose a dataset key element, like table, graph, crosstab or labels.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidHandles input from Swing UI panel controls.intRuns the datset key panel.Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Field Details- 
TABLEpublic static final byte TABLE- See Also:
 
- 
LABELSpublic static final byte LABELS- See Also:
 
- 
GRAPHpublic static final byte GRAPH- See Also:
 
- 
CROSSTABpublic static final byte CROSSTAB- See Also:
 
 
- 
- 
Constructor Details- 
DatasetKeyPanelCreates a new dataset key panel.
 
- 
- 
Method Details- 
showDatasetKeyPanelpublic int showDatasetKeyPanel()Runs the datset key panel.
- 
respondUIHandles input from Swing UI panel controls.
 
-