org.oddjob.designer.elements
Class PropertiesDE

java.lang.Object
  extended byjava.util.Observable
      extended byorg.oddjob.designer.model.DesignAdult
          extended byorg.oddjob.designer.model.DesignElementType
              extended byorg.oddjob.designer.elements.PropertiesDE
All Implemented Interfaces:
DesignElement

public class PropertiesDE
extends DesignElementType


Field Summary
 
Fields inherited from class org.oddjob.designer.model.DesignElementType
detailObserver
 
Fields inherited from class org.oddjob.designer.model.DesignAdult
parent
 
Constructor Summary
PropertiesDE()
           
 
Method Summary
 void clear()
          Clear the DesignElement of Data.
 DesignDefinition detail()
          The method is overridden by sub classes which have a detailed definition for their configuration.
 FileAttribute getFile()
           
 InputDE getInput()
           
 void setFile(FileAttribute file)
           
 void setInput(InputDE input)
           
 
Methods inherited from class org.oddjob.designer.model.DesignElementType
getName, hasDetail, setName, type, type
 
Methods inherited from class org.oddjob.designer.model.DesignAdult
addChild, childCount, childElements, children, children, clearChildren, createType, insertChild, parent, removeChild, supportedTypes, supportedTypes
 
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

PropertiesDE

public PropertiesDE()
Method Detail

detail

public DesignDefinition detail()
Description copied from class: DesignElementType
The method is overridden by sub classes which have a detailed definition for their configuration.

Specified by:
detail in interface DesignElement
Overrides:
detail in class DesignElementType
Returns:
The DesignDefinition for their configuration.

setFile

public void setFile(FileAttribute file)

getFile

public FileAttribute getFile()

getInput

public InputDE getInput()
Returns:
Returns the input.

setInput

public void setInput(InputDE input)
Parameters:
input - The input to set.

clear

public void clear()
Description copied from class: DesignElementType
Clear the DesignElement of Data. This method will be called when a selection changes.

Specified by:
clear in interface DesignElement
Overrides:
clear in class DesignElementType