View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window action-model-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
help.lixin.workflow.instance
├─ help.lixin.workflow.instance.AbstractFlowNodeDefinition.class - [JAR]
├─ help.lixin.workflow.instance.BaseElementDefinition.class - [JAR]
├─ help.lixin.workflow.instance.FlowNodeDefinition.class - [JAR]
├─ help.lixin.workflow.instance.ProcessDefinition.class - [JAR]
help.lixin.workflow.instance.event
├─ help.lixin.workflow.instance.event.AbstractEventDefinition.class - [JAR]
├─ help.lixin.workflow.instance.event.EndEventDefinition.class - [JAR]
├─ help.lixin.workflow.instance.event.EventDefinition.class - [JAR]
├─ help.lixin.workflow.instance.event.StartEventDefinition.class - [JAR]
help.lixin.workflow.instance.sequence
├─ help.lixin.workflow.instance.sequence.SequenceFlowDefinition.class - [JAR]
help.lixin.workflow.di
├─ help.lixin.workflow.di.AbstractElementDefinition.class - [JAR]
├─ help.lixin.workflow.di.BoundsDefinition.class - [JAR]
├─ help.lixin.workflow.di.DiagramDefinition.class - [JAR]
├─ help.lixin.workflow.di.EdgeDefinition.class - [JAR]
├─ help.lixin.workflow.di.LabelDefinition.class - [JAR]
├─ help.lixin.workflow.di.PlaneDefinition.class - [JAR]
├─ help.lixin.workflow.di.ShapeDefinition.class - [JAR]
├─ help.lixin.workflow.di.WaypointDefinition.class - [JAR]
help.lixin.workflow.instance.task
├─ help.lixin.workflow.instance.task.ServiceTaskDefinition.class - [JAR]
├─ help.lixin.workflow.instance.task.TaskDefinition.class - [JAR]
├─ help.lixin.workflow.instance.task.UserTaskDefinition.class - [JAR]