public class MindMapModeAttributeController extends java.lang.Object implements AttributeController
| Constructor and Description |
|---|
MindMapModeAttributeController(MindMapController controller) |
| Modifier and Type | Method and Description |
|---|---|
void |
performInsertRow(NodeAttributeTableModel model,
int row,
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 node) |
void |
performRemoveAttribute(java.lang.String name) |
void |
performRemoveAttributeValue(java.lang.String name,
java.lang.String value) |
void |
performRemoveRow(NodeAttributeTableModel model,
int row) |
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 index,
boolean isRestricted) |
void |
performSetValueAt(NodeAttributeTableModel model,
java.lang.Object o,
int row,
int col) |
void |
performSetVisibility(int index,
boolean isVisible) |
public MindMapModeAttributeController(MindMapController controller)
public void performSetValueAt(NodeAttributeTableModel model, java.lang.Object o, int row, int col)
performSetValueAt in interface AttributeControllerpublic void performInsertRow(NodeAttributeTableModel model, int row, java.lang.String name, java.lang.String value)
performInsertRow in interface AttributeControllerpublic void performRemoveRow(NodeAttributeTableModel model, int row)
performRemoveRow in interface AttributeControllerpublic void performSetColumnWidth(NodeAttributeTableModel model, int col, int width)
performSetColumnWidth in interface AttributeControllerpublic void performRemoveAttributeValue(java.lang.String name,
java.lang.String value)
performRemoveAttributeValue in interface AttributeControllerpublic void performReplaceAttributeValue(java.lang.String name,
java.lang.String oldValue,
java.lang.String newValue)
performReplaceAttributeValue in interface AttributeControllerpublic void performSetFontSize(AttributeRegistry registry, int size)
performSetFontSize in interface AttributeControllerpublic void performSetVisibility(int index,
boolean isVisible)
performSetVisibility in interface AttributeControllerpublic void performSetRestriction(int index,
boolean isRestricted)
performSetRestriction in interface AttributeControllerpublic void performReplaceAtributeName(java.lang.String oldName,
java.lang.String newName)
performReplaceAtributeName in interface AttributeControllerpublic void performRemoveAttribute(java.lang.String name)
performRemoveAttribute in interface AttributeControllerpublic void performRegistryAttribute(java.lang.String name)
performRegistryAttribute in interface AttributeControllerpublic void performRegistryAttributeValue(java.lang.String name,
java.lang.String value)
performRegistryAttributeValue in interface AttributeControllerpublic void performRegistrySubtreeAttributes(MindMapNodeModel node)
performRegistrySubtreeAttributes in interface AttributeController