Modifier and Type | Class and Description |
---|---|
static class |
Models.CompoundModel
This model encapsulates all currently supported models.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExtendedNodeModelFilter.canCopy(ExtendedNodeModel original,
Object node)
Test whether this node permits copying.
|
boolean |
ExtendedNodeModelFilter.canCut(ExtendedNodeModel original,
Object node)
Test whether this node permits cutting.
|
boolean |
ExtendedNodeModelFilter.canRename(ExtendedNodeModel original,
Object node)
Test whether this node permits renaming.
|
Transferable |
ExtendedNodeModelFilter.clipboardCopy(ExtendedNodeModel original,
Object node)
Called when a node is to be copied to the clipboard.
|
Transferable |
ExtendedNodeModelFilter.clipboardCut(ExtendedNodeModel original,
Object node)
Called when a node is to be cut to the clipboard.
|
String |
ExtendedNodeModelFilter.getIconBaseWithExtension(ExtendedNodeModel original,
Object node)
Returns icon resource with extension for given node.
|
PasteType[] |
ExtendedNodeModelFilter.getPasteTypes(ExtendedNodeModel original,
Object node,
Transferable t)
Determine which paste operations are allowed when a given transferable is in the clipboard.
|
void |
ExtendedNodeModelFilter.setName(ExtendedNodeModel original,
Object node,
String name)
Sets a new name for given node.
|