Class ChoiceParameterPanel
- java.lang.Object
-
- org.processmining.plugins.dialogs.ChoiceParameterPanel
-
- All Implemented Interfaces:
ParameterPanel
public class ChoiceParameterPanel extends java.lang.Object implements ParameterPanel
-
-
Constructor Summary
Constructors Constructor Description ChoiceParameterPanel(int compIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelcreate(ScaleLogParameter param)ChoiceParametergetChoiceObject()javax.swing.JTextFieldgetInputSeqExtension()javax.swing.JTextFieldgetInputSeqK()javax.swing.JTextFieldgetInputSeqTime()voidsetChoiceObjectExtension(java.lang.String extension)voidsetChoiceObjectK(int k)voidsetChoiceObjectOffset(java.lang.String offset)
-
-
-
Method Detail
-
create
public javax.swing.JPanel create(ScaleLogParameter param)
- Specified by:
createin interfaceParameterPanel
-
getChoiceObject
public ChoiceParameter getChoiceObject()
-
setChoiceObjectK
public void setChoiceObjectK(int k)
-
setChoiceObjectOffset
public void setChoiceObjectOffset(java.lang.String offset)
-
setChoiceObjectExtension
public void setChoiceObjectExtension(java.lang.String extension)
-
getInputSeqK
public javax.swing.JTextField getInputSeqK()
-
getInputSeqTime
public javax.swing.JTextField getInputSeqTime()
-
getInputSeqExtension
public javax.swing.JTextField getInputSeqExtension()
-
-