public interface CommentNode extends ProgramNode
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
CommentNode |
setComment(String comment) |
CommentNode setComment(String comment)
comment
- the comment for the nodeIllegalStateException
- if called from a Swing-based URCap outside of an UndoableChanges
scope (see also UndoRedoManager
)String getComment()
Copyright © 2019. All rights reserved.