Package jadex.bpmn.tools.ui
Class BpmnStylesheetSelections
- java.lang.Object
-
- com.mxgraph.view.mxStylesheet
-
- jadex.bpmn.editor.gui.stylesheets.BpmnStylesheetColor
-
- jadex.bpmn.editor.gui.stylesheets.BpmnStylesheetColorGradient
-
- jadex.bpmn.tools.ui.BpmnStylesheetSelections
-
public class BpmnStylesheetSelections extends BpmnStylesheetColorGradient
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
Style sheet name.-
Fields inherited from class jadex.bpmn.editor.gui.stylesheets.BpmnStylesheetColor
ARROW_SIZE, BOUNDARY_EVENT_COLOR, COLLAPSED_SIZES, DEFAULT_ACTIVITY_SIZES, DEFAULT_POOL_HEIGHT, DEFAULT_POOL_WIDTH, END_EVENT_COLOR, EVENT_SUBPROCESS_COLOR, EXTERNAL_SUBPROCESS_COLOR, FONT, GATEWAY_COLOR, INPUT_PARAMETER_COLOR, INTERMEDIATE_EVENT_COLOR, LANE_COLOR, OUTPUT_PARAMETER_COLOR, PARAMETER_PORT_SIZE, POOL_COLOR, START_EVENT_COLOR, SUBPROCESS_COLOR, TASK_COLOR
-
-
Constructor Summary
Constructors Constructor Description BpmnStylesheetSelections()
Add selection elements colors.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addReadyEntry(java.lang.String name)
Add a selection entry for an element.protected void
addWaitingEntry(java.lang.String name)
Add a selection entry for an element.
-