Uses of Class
eTextReader.User.Property

Packages that use User.Property
eTextReader   
 

Uses of User.Property in eTextReader
 

Methods in eTextReader that return User.Property
static User.Property User.Property.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static User.Property[] User.Property.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in eTextReader with parameters of type User.Property
 void User.addPropertyChangeListener(User.Property propertyName, java.beans.PropertyChangeListener listener)
          Adds a listener for changes to a specific property, as specified by the propertyName parameter The possible property names are:
 void User.fireIndexedPropertyChange(User.Property propertyName, int index, boolean oldValue, boolean newValue)
           
 void User.fireIndexedPropertyChange(User.Property propertyName, int index, int oldValue, int newValue)
           
 void User.fireIndexedPropertyChange(User.Property propertyName, int index, java.lang.Object oldValue, java.lang.Object newValue)
           
 void User.firePropertyChange(User.Property propertyName, boolean oldValue, boolean newValue)
           
 void User.firePropertyChange(User.Property propertyName, int oldValue, int newValue)
           
 void User.firePropertyChange(User.Property propertyName, java.lang.Object oldValue, java.lang.Object newValue)
           
 java.beans.PropertyChangeListener[] User.getPropertyChangeListeners(User.Property propertyName)
           
 boolean User.hasListeners(User.Property propertyName)
           
 void User.removePropertyChangeListener(User.Property propertyName, java.beans.PropertyChangeListener listener)