public interface PopupNode extends ProgramNode
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
PopupNode.Type  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMessage()  | 
PopupNode.Type | 
getType()  | 
PopupNode | 
setMessage(String message)  | 
PopupNode | 
setType(PopupNode.Type type)  | 
PopupNode setMessage(String message)
message - the message in the pop up for the end userIllegalStateException - if called from a Swing-based URCap outside of an UndoableChanges scope (see also UndoRedoManager)String getMessage()
PopupNode setType(PopupNode.Type type)
type - the type of pop upIllegalStateException - if called from a Swing-based URCap outside of an UndoableChanges scope (see also UndoRedoManager)PopupNode.Type getType()
Copyright © 2019. All rights reserved.