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 AttributeController
public void performInsertRow(NodeAttributeTableModel model, int row, java.lang.String name, java.lang.String value)
performInsertRow
in interface AttributeController
public void performRemoveRow(NodeAttributeTableModel model, int row)
performRemoveRow
in interface AttributeController
public void performSetColumnWidth(NodeAttributeTableModel model, int col, int width)
performSetColumnWidth
in interface AttributeController
public void performRemoveAttributeValue(java.lang.String name, java.lang.String value)
performRemoveAttributeValue
in interface AttributeController
public void performReplaceAttributeValue(java.lang.String name, java.lang.String oldValue, java.lang.String newValue)
performReplaceAttributeValue
in interface AttributeController
public void performSetFontSize(AttributeRegistry registry, int size)
performSetFontSize
in interface AttributeController
public void performSetVisibility(int index, boolean isVisible)
performSetVisibility
in interface AttributeController
public void performSetRestriction(int index, boolean isRestricted)
performSetRestriction
in interface AttributeController
public void performReplaceAtributeName(java.lang.String oldName, java.lang.String newName)
performReplaceAtributeName
in interface AttributeController
public void performRemoveAttribute(java.lang.String name)
performRemoveAttribute
in interface AttributeController
public void performRegistryAttribute(java.lang.String name)
performRegistryAttribute
in interface AttributeController
public void performRegistryAttributeValue(java.lang.String name, java.lang.String value)
performRegistryAttributeValue
in interface AttributeController
public void performRegistrySubtreeAttributes(MindMapNodeModel node)
performRegistrySubtreeAttributes
in interface AttributeController