Uses of Class
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity.TaskElement.TaskMarkerGraphic

Packages that use TaskElement.TaskMarkerGraphic
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity   
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.eventlogic   
 

Uses of TaskElement.TaskMarkerGraphic in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity
 

Methods in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity that return TaskElement.TaskMarkerGraphic
static TaskElement.TaskMarkerGraphic TaskElement.TaskMarkerGraphic.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskElement.TaskMarkerGraphic[] TaskElement.TaskMarkerGraphic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity that return types with arguments of type TaskElement.TaskMarkerGraphic
 java.util.List<TaskElement.TaskMarkerGraphic> TaskElement.getVisibleTaskMarkers()
          This method is provided for convenience.
 

Methods in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity with parameters of type TaskElement.TaskMarkerGraphic
 boolean TaskElement.isTaskMarkerActivated(TaskElement.TaskMarkerGraphic m)
          this method offers a convenient way to determine if a marker is enabled or not
static java.lang.String PathHelper.pathForTaskMarker(TaskElement.TaskMarkerGraphic m)
           
 void TaskElement.setMarkerActivated(TaskElement.TaskMarkerGraphic m)
          Activate the marker m
 

Uses of TaskElement.TaskMarkerGraphic in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.eventlogic
 

Methods in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.eventlogic that return TaskElement.TaskMarkerGraphic
 TaskElement.TaskMarkerGraphic TaskMarkerEvent.getMarker()
           
 

Methods in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.eventlogic with parameters of type TaskElement.TaskMarkerGraphic
static void TaskMarkerEvent.fireAddTaskMarker(HasTaskMarkersHandlers source, TaskElement.TaskMarkerGraphic marker)
           
static void TaskMarkerEvent.fireRemoveMarker(HasTaskMarkersHandlers source, TaskElement.TaskMarkerGraphic marker)
           
 

Constructors in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.eventlogic with parameters of type TaskElement.TaskMarkerGraphic
TaskMarkerEvent(TaskMarkerEvent.OpType op, TaskElement.TaskMarkerGraphic m)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.