public interface AttributeController
Modifier and Type | Method and Description |
---|---|
void |
performInsertRow(NodeAttributeTableModel model,
int index,
java.lang.String name,
java.lang.String value) |
void |
performRegistryAttribute(java.lang.String name) |
void |
performRegistryAttributeValue(java.lang.String name,
java.lang.String value) |
void |
performRegistrySubtreeAttributes(MindMapNodeModel child) |
void |
performRemoveAttribute(java.lang.String name) |
void |
performRemoveAttributeValue(java.lang.String name,
java.lang.String value) |
void |
performRemoveRow(NodeAttributeTableModel model,
int index) |
void |
performReplaceAtributeName(java.lang.String oldName,
java.lang.String newName) |
void |
performReplaceAttributeValue(java.lang.String name,
java.lang.String oldValue,
java.lang.String newValue) |
void |
performSetColumnWidth(NodeAttributeTableModel model,
int col,
int width) |
void |
performSetFontSize(AttributeRegistry registry,
int size) |
void |
performSetRestriction(int i,
boolean b) |
void |
performSetValueAt(NodeAttributeTableModel model,
java.lang.Object o,
int row,
int col) |
void |
performSetVisibility(int i,
boolean b) |
void performSetValueAt(NodeAttributeTableModel model, java.lang.Object o, int row, int col)
void performInsertRow(NodeAttributeTableModel model, int index, java.lang.String name, java.lang.String value)
void performRemoveRow(NodeAttributeTableModel model, int index)
void performSetColumnWidth(NodeAttributeTableModel model, int col, int width)
void performRemoveAttributeValue(java.lang.String name, java.lang.String value)
void performReplaceAttributeValue(java.lang.String name, java.lang.String oldValue, java.lang.String newValue)
void performSetFontSize(AttributeRegistry registry, int size)
void performSetVisibility(int i, boolean b)
void performSetRestriction(int i, boolean b)
void performReplaceAtributeName(java.lang.String oldName, java.lang.String newName)
void performRemoveAttribute(java.lang.String name)
void performRegistryAttribute(java.lang.String name)
void performRegistryAttributeValue(java.lang.String name, java.lang.String value)
void performRegistrySubtreeAttributes(MindMapNodeModel child)