freemind.modes.attributes
Class AttributeRegistryElement

java.lang.Object
  extended by freemind.modes.attributes.AttributeRegistryElement

public class AttributeRegistryElement
extends java.lang.Object

Author:
Dimitri Polivaev 18.06.2005

Constructor Summary
AttributeRegistryElement(AttributeRegistry registry, java.lang.String key)
           
 
Method Summary
 void addValue(java.lang.String s)
           
 java.lang.Comparable getKey()
           
 SortedComboBoxModel getValues()
           
 boolean isRestricted()
           
 boolean isVisible()
           
 void removeAllValues()
           
 void removeValue(java.lang.String s)
           
 void replaceValue(java.lang.String oldValue, java.lang.String newValue)
           
 XMLElement save()
           
 void setKey(java.lang.String key)
           
 void setRestriction(boolean isRestricted)
           
 void setVisibility(boolean isVisible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeRegistryElement

public AttributeRegistryElement(AttributeRegistry registry,
                                java.lang.String key)
Method Detail

isVisible

public boolean isVisible()

getValues

public SortedComboBoxModel getValues()

addValue

public void addValue(java.lang.String s)

removeAllValues

public void removeAllValues()

removeValue

public void removeValue(java.lang.String s)

isRestricted

public boolean isRestricted()

getKey

public java.lang.Comparable getKey()

setKey

public void setKey(java.lang.String key)

save

public XMLElement save()

setVisibility

public void setVisibility(boolean isVisible)

setRestriction

public void setRestriction(boolean isRestricted)

replaceValue

public void replaceValue(java.lang.String oldValue,
                         java.lang.String newValue)