com.camunda.toolkit.jbpm.swing.admin
Class SearchProcessInstancesModel
java.lang.Object
com.camunda.toolkit.jbpm.swing.admin.SearchProcessInstancesModel
public class SearchProcessInstancesModel
- extends java.lang.Object
Model for running processes list
- Version:
- 0.9
- Author:
- Bernd Rücker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchProcessInstancesModel
public SearchProcessInstancesModel()
getTableModel
public javax.swing.table.TableModel getTableModel()
getAdditionalVariablesListModel
public javax.swing.ListModel getAdditionalVariablesListModel()
getLoadProcessesAction
public javax.swing.Action getLoadProcessesAction()
getOpenProcessAction
public javax.swing.Action getOpenProcessAction(com.camunda.scruffy.table.ScruffyTable selectionTable)
getAddAdditionalVariableAction
public javax.swing.Action getAddAdditionalVariableAction()
getRemoveAdditionalVariableAction
public javax.swing.Action getRemoveAdditionalVariableAction(javax.swing.ListSelectionModel selectionModel)
getProcessFilterModel
public javax.swing.ComboBoxModel getProcessFilterModel()
getStateFilterModel
public javax.swing.ComboBoxModel getStateFilterModel()
getOnlyRunning
public com.jgoodies.binding.value.ValueModel getOnlyRunning()
getNewAdditionalVariableName
public com.jgoodies.binding.value.ValueModel getNewAdditionalVariableName()
getToStartDate
public com.jgoodies.binding.value.ValueModel getToStartDate()
getFromStartDate
public com.jgoodies.binding.value.ValueModel getFromStartDate()
getOnlyRunningField
public javax.swing.JCheckBox getOnlyRunningField()
getOnlyRunningLabel
public javax.swing.JLabel getOnlyRunningLabel()
getOnlyRunningName
public java.lang.String getOnlyRunningName()
getAdditionalVariableNameLabel
public javax.swing.JLabel getAdditionalVariableNameLabel()
getAdditionalVariableNameName
public java.lang.String getAdditionalVariableNameName()
getProcessFilterLabel
public javax.swing.JLabel getProcessFilterLabel()
getProcessFilterName
public java.lang.String getProcessFilterName()
getStateFilterLabel
public javax.swing.JLabel getStateFilterLabel()
getStateFilterName
public java.lang.String getStateFilterName()
getFromStartDateLabel
public javax.swing.JLabel getFromStartDateLabel()
getFromStartDateName
public java.lang.String getFromStartDateName()
getFromStartDateField
public org.jdesktop.swingx.JXDatePicker getFromStartDateField()
getToStartDateLabel
public javax.swing.JLabel getToStartDateLabel()
getToStartDateName
public java.lang.String getToStartDateName()
getToStartDateField
public org.jdesktop.swingx.JXDatePicker getToStartDateField()
Copyright © 2007 camunda GmbH. All Rights Reserved.