public final class StructureUpdate
extends org.gjt.sp.jedit.EBMessage
Modifier and Type | Class and Description |
---|---|
static class |
StructureUpdate.Type |
Modifier and Type | Method and Description |
---|---|
VPTNode |
getNode() |
VPTGroup |
getOldParent() |
StructureUpdate.Type |
getType() |
static void |
send(VPTNode node,
StructureUpdate.Type type) |
static void |
send(VPTNode node,
VPTGroup parent) |
public static void send(VPTNode node, StructureUpdate.Type type)
public StructureUpdate.Type getType()
public VPTNode getNode()
public VPTGroup getOldParent()