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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles input from Swing UI panel controls.int
Runs the datset key panel.Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Field Details
-
TABLE
public static final byte TABLE- See Also:
-
LABELS
public static final byte LABELS- See Also:
-
GRAPH
public static final byte GRAPH- See Also:
-
CROSSTAB
public static final byte CROSSTAB- See Also:
-
-
Constructor Details
-
DatasetKeyPanel
Creates a new dataset key panel.
-
-
Method Details
-
showDatasetKeyPanel
public int showDatasetKeyPanel()Runs the datset key panel. -
respondUI
Handles input from Swing UI panel controls.
-