|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.uml.DiagramCreationStepsEditor
public class DiagramCreationStepsEditor
Dialog for editing diagram creation steps.
Constructor Summary | |
---|---|
DiagramCreationStepsEditor(com.intellij.openapi.project.Project project,
UMLDiagram diagram)
|
Method Summary | |
---|---|
java.util.List<DiagramCommand> |
getEditedCommandList()
Gets modified list of commands. |
java.util.List<DiagramCommand> |
getOriginalCommandList()
Gets original list of commands. |
boolean |
isChanged()
Checks whether at least one change was applied to list. |
boolean |
show()
Shows this dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiagramCreationStepsEditor(@NotNull com.intellij.openapi.project.Project project, @NotNull UMLDiagram diagram)
project
- current project.diagram
- diagram with commands to be editedMethod Detail |
---|
public boolean show()
public boolean isChanged()
@NotNull public java.util.List<DiagramCommand> getOriginalCommandList()
@NotNull public java.util.List<DiagramCommand> getEditedCommandList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |