org.oddjob.designer.components
Class UnknownDC

java.lang.Object
  extended byorg.oddjob.designer.components.UnknownDC
All Implemented Interfaces:
DesignComponent

public class UnknownDC
extends java.lang.Object
implements DesignComponent


Constructor Summary
UnknownDC()
           
 
Method Summary
 SimpleHierarchy availableActions()
           
 FormDefinition form()
           
 java.lang.String name()
          Used to name the component in the Designer tree view.
 void name(java.lang.String name)
          Used by the DesignFactory to provide the component with a default name.
 void setName(java.lang.String name)
           
 void setTag(java.lang.String tag)
           
 java.lang.String tag()
          Required for producing the XML.
 void tag(java.lang.String tag)
          Used by the DesignFactory to provide the component with it's tag.
 java.lang.String unknown()
           
 void unknown(java.lang.String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnknownDC

public UnknownDC()
Method Detail

tag

public java.lang.String tag()
Description copied from interface: DesignComponent
Required for producing the XML.

Specified by:
tag in interface DesignComponent
Returns:
The tag name.

tag

public void tag(java.lang.String tag)
Description copied from interface: DesignComponent
Used by the DesignFactory to provide the component with it's tag.

Specified by:
tag in interface DesignComponent
Parameters:
tag - The tag.

name

public java.lang.String name()
Description copied from interface: DesignComponent
Used to name the component in the Designer tree view. This is not a getter because the name would appear in the XML where it may not be a required attribute.

Specified by:
name in interface DesignComponent
Returns:
The tag name.

setTag

public void setTag(java.lang.String tag)

setName

public void setName(java.lang.String name)

name

public void name(java.lang.String name)
Description copied from interface: DesignComponent
Used by the DesignFactory to provide the component with a default name.

Specified by:
name in interface DesignComponent
Parameters:
name - The name

unknown

public void unknown(java.lang.String xml)

unknown

public java.lang.String unknown()

form

public FormDefinition form()
Specified by:
form in interface DesignComponent

availableActions

public SimpleHierarchy availableActions()
Specified by:
availableActions in interface DesignComponent