Uses of Class
org.drools.eclipse.flow.common.view.property.EditBeanDialog

Packages that use EditBeanDialog
org.drools.eclipse.flow.common.editor.editpart.work   
org.drools.eclipse.flow.common.view.property   
org.drools.eclipse.flow.ruleflow.view.property.action   
org.drools.eclipse.flow.ruleflow.view.property.constraint   
org.drools.eclipse.flow.ruleflow.view.property.exceptionHandler   
org.drools.eclipse.flow.ruleflow.view.property.metadata   
org.drools.eclipse.flow.ruleflow.view.property.subprocess   
org.drools.eclipse.flow.ruleflow.view.property.swimlane   
org.drools.eclipse.flow.ruleflow.view.property.task   
org.drools.eclipse.flow.ruleflow.view.property.timers   
org.drools.eclipse.flow.ruleflow.view.property.variable   
org.drools.eclipse.flow.ruleflow.view.property.workitem   
 

Uses of EditBeanDialog in org.drools.eclipse.flow.common.editor.editpart.work
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.common.editor.editpart.work
 class EmailCustomEditor
          Custom Work editor for email work item.
 class HumanTaskCustomEditor
          Custom Work editor for human tasks.
 class SampleCustomEditor
          Custom Work editor that can handle work definitions that only have String parameters.
 

Uses of EditBeanDialog in org.drools.eclipse.flow.common.view.property
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.common.view.property
 class EditListDialog<T>
          Dialog for editing a list.
 class EditMapDialog<S,T>
          Dialog for editing a list.
 

Methods in org.drools.eclipse.flow.common.view.property that return EditBeanDialog
protected abstract  EditBeanDialog<T> BeanDialogCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog<T> EditListDialog.createEditItemDialog()
           
protected  EditBeanDialog<T> EditMapDialog.createEditItemDialog()
           
 

Constructor parameters in org.drools.eclipse.flow.common.view.property with type arguments of type EditBeanDialog
EditListDialog(org.eclipse.swt.widgets.Shell parentShell, String title, Class<? extends EditBeanDialog<T>> editItemDialogClass)
           
EditMapDialog(org.eclipse.swt.widgets.Shell parentShell, String title, Class<? extends EditBeanDialog<T>> editItemDialogClass)
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.action
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.action
 class ActionDialog
          Dialog for editing an action.
 class ActionsDialog
          Dialog for editing actions.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.action that return EditBeanDialog
protected  EditBeanDialog<List<org.jbpm.workflow.core.DroolsAction>> OnEntryActionsCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog<org.jbpm.workflow.core.DroolsAction> ActionCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog<List<org.jbpm.workflow.core.DroolsAction>> OnExitActionsCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog<org.jbpm.workflow.core.DroolsAction> ActionsDialog.createEditItemDialog()
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.constraint
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.constraint
 class ConstraintListDialog
          Dialog for editing constraints.
 class MilestoneConstraintDialog
          Dialog for editing constraints.
 class StateConstraintListDialog
          Dialog for editing constraints.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.constraint that return EditBeanDialog
protected  EditBeanDialog ConstraintListCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog MilestoneConstraintCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog<Map<org.jbpm.workflow.core.impl.ConnectionRef,org.jbpm.workflow.core.Constraint>> StateConstraintListCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.exceptionHandler
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.exceptionHandler
 class ExceptionHandlerDialog
          Dialog for editing exception handlers.
 class ExceptionHandlersDialog
          Dialog for editing exception handlers.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.exceptionHandler that return EditBeanDialog
protected  EditBeanDialog<Map<String,org.jbpm.process.core.context.exception.ActionExceptionHandler>> ExceptionHandlersCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog<org.jbpm.process.core.context.exception.ActionExceptionHandler> ExceptionHandlersDialog.createEditItemDialog()
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.metadata
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.metadata
 class MetaDataDialog
          Dialog for editing meta data.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.metadata that return EditBeanDialog
protected  EditBeanDialog<Map<String,Object>> MetaDataCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.subprocess
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.subprocess
 class SubProcessParameterInMappingDialog
          Dialog for editing work item parameter mappings.
 class SubProcessParameterOutMappingDialog
          Dialog for editing work item result mappings.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.subprocess that return EditBeanDialog
protected  EditBeanDialog SubProcessParameterInMappingCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog SubProcessParameterOutMappingCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.swimlane
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.swimlane
 class SwimlaneDialog
          Dialog for editing swimlanes.
 class SwimlanesDialog
          Dialog for editing swimlanes.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.swimlane that return EditBeanDialog
protected  EditBeanDialog<List<org.jbpm.process.core.context.swimlane.Swimlane>> SwimlanesCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.task
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.task
 class TaskDialog
          Dialog for editing tasks.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.task that return EditBeanDialog
protected  EditBeanDialog<org.drools.process.core.Work> TaskCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.timers
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.timers
 class TimerDialog
          Dialog for editing exception handlers.
 class TimersDialog
          Dialog for editing a list of timers.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.timers that return EditBeanDialog
protected  EditBeanDialog<Map<org.jbpm.process.core.timer.Timer,org.jbpm.workflow.core.DroolsAction>> TimersCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog<org.jbpm.workflow.core.DroolsAction> TimersDialog.createEditItemDialog()
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.variable
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.variable
 class VariableDialog
          Dialog for editing variables.
 class VariableListDialog
          Dialog for editing a list of variables.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.variable that return EditBeanDialog
protected  EditBeanDialog<List<org.jbpm.process.core.context.variable.Variable>> VariableListCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
 

Uses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.workitem
 

Subclasses of EditBeanDialog in org.drools.eclipse.flow.ruleflow.view.property.workitem
 class WorkItemParameterMappingDialog
          Dialog for editing work item parameter mappings.
 class WorkItemResultMappingDialog
          Dialog for editing work item result mappings.
 

Methods in org.drools.eclipse.flow.ruleflow.view.property.workitem that return EditBeanDialog
protected  EditBeanDialog WorkItemParameterMappingCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
protected  EditBeanDialog WorkItemResultMappingCellEditor.createDialog(org.eclipse.swt.widgets.Shell shell)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.