freemind.modes.attributes
Interface AttributeController

All Known Implementing Classes:
MindMapModeAttributeController

public interface AttributeController


Method Summary
 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)
           
 

Method Detail

performSetValueAt

void performSetValueAt(NodeAttributeTableModel model,
                       java.lang.Object o,
                       int row,
                       int col)

performInsertRow

void performInsertRow(NodeAttributeTableModel model,
                      int index,
                      java.lang.String name,
                      java.lang.String value)

performRemoveRow

void performRemoveRow(NodeAttributeTableModel model,
                      int index)

performSetColumnWidth

void performSetColumnWidth(NodeAttributeTableModel model,
                           int col,
                           int width)

performRemoveAttributeValue

void performRemoveAttributeValue(java.lang.String name,
                                 java.lang.String value)

performReplaceAttributeValue

void performReplaceAttributeValue(java.lang.String name,
                                  java.lang.String oldValue,
                                  java.lang.String newValue)

performSetFontSize

void performSetFontSize(AttributeRegistry registry,
                        int size)

performSetVisibility

void performSetVisibility(int i,
                          boolean b)

performSetRestriction

void performSetRestriction(int i,
                           boolean b)

performReplaceAtributeName

void performReplaceAtributeName(java.lang.String oldName,
                                java.lang.String newName)

performRemoveAttribute

void performRemoveAttribute(java.lang.String name)

performRegistryAttribute

void performRegistryAttribute(java.lang.String name)

performRegistryAttributeValue

void performRegistryAttributeValue(java.lang.String name,
                                   java.lang.String value)

performRegistrySubtreeAttributes

void performRegistrySubtreeAttributes(MindMapNodeModel child)