com.u2d.type.atom
Class FileWEO

java.lang.Object
  extended by com.u2d.model.AbstractEObject
      extended by com.u2d.model.AbstractAtomicEO
          extended by com.u2d.type.atom.FileEO
              extended by com.u2d.type.atom.FileWEO
All Implemented Interfaces:
AtomicEObject, ChangeNotifier, EObject, Viewable, ValidationNotifier, java.io.Serializable

public class FileWEO
extends FileEO

Created by IntelliJ IDEA. User: eitan Date: Apr 5, 2006 Time: 4:02:39 PM

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.u2d.type.atom.FileEO
FileEO.FileUseIntent
 
Field Summary
 
Fields inherited from class com.u2d.type.atom.FileEO
_intent, _value
 
Fields inherited from class com.u2d.model.AbstractEObject
_listenerList, _postListeners, _validationEvent, _validationListenerList, changeEvent
 
Constructor Summary
FileWEO()
           
 
Method Summary
 
Methods inherited from class com.u2d.type.atom.FileEO
equals, escape, fileValue, getEditor, getIntent, getRenderer, getValue, hashCode, isEmpty, listRecursive, makeCopy, parseValue, setValue, setValue, stringValue, title, toString
 
Methods inherited from class com.u2d.model.AbstractAtomicEO
commands, getMainView, getView, iconLg, iconSm, type, validate
 
Methods inherited from class com.u2d.model.AbstractEObject
addChangeListener, addPostChangeListener, addValidationListener, currentUser, field, fireStateChanged, fireValidationException, fireValidationException, hbmPersistor, parentObject, persistor, removeChangeListener, removePostChangeListener, removeValidationListener, setField, vmech
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.u2d.model.EObject
field, parentObject, setField
 
Methods inherited from interface com.u2d.validation.ValidationNotifier
addValidationListener, fireValidationException, fireValidationException, removeValidationListener
 
Methods inherited from interface com.u2d.model.ChangeNotifier
addChangeListener, fireStateChanged, removeChangeListener
 

Constructor Detail

FileWEO

public FileWEO()