|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.logstatistics.OptionPanel
public class OptionPanel
Option panel displayed to the user in order to adjust the displayed log statistics.
Constructor Summary | |
---|---|
OptionPanel()
Default constructor. |
Method Summary | |
---|---|
org.processmining.analysis.logstatistics.OptionPanel.ViewMode |
getCurrentViewMode()
Returns the currently selected view mode object, which contains further information about the display options for the respective mode. |
javax.swing.JPanel |
getPanel()
Retrieves the GUI panel representing this object. |
org.processmining.analysis.logstatistics.OptionPanel.ResultConfiguration |
getProperty(org.processmining.analysis.logstatistics.OptionPanel.ResultType type)
Returns the configuration object for the requested result type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptionPanel()
Method Detail |
---|
public org.processmining.analysis.logstatistics.OptionPanel.ViewMode getCurrentViewMode()
public org.processmining.analysis.logstatistics.OptionPanel.ResultConfiguration getProperty(org.processmining.analysis.logstatistics.OptionPanel.ResultType type)
type
- the result type for which the configuration object is requested
public javax.swing.JPanel getPanel()
getPanel
in interface GuiDisplayable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |