org.oddjob.designer.elements.simple
Class ReferenceAttribute

java.lang.Object
  extended byjava.util.Observable
      extended byorg.oddjob.designer.model.SimpleAttribute
          extended byorg.oddjob.designer.elements.simple.ReferenceAttribute
All Implemented Interfaces:
DesignAttribute, DesignElement

public class ReferenceAttribute
extends SimpleAttribute

For an attribute that can only ever be a ${} reference. Currently just extends SimpleDE but one day could support property browsing...


Constructor Summary
ReferenceAttribute()
           
 
Methods inherited from class org.oddjob.designer.model.SimpleAttribute
attribute, attribute, clear, detail, hasDetail
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceAttribute

public ReferenceAttribute()