de.kleopatra.forms.view.builder
Class LayoutDescriptionIOHandler

java.lang.Object
  extended byde.kleopatra.persistence.AbstractIOHandler
      extended byde.kleopatra.forms.view.builder.LayoutDescriptionIOHandler
All Implemented Interfaces:
IOHandler

public class LayoutDescriptionIOHandler
extends AbstractIOHandler

IOHandler for LayoutDescription.

Version:
$Revision: 1.2 $ - $Date: 2004/09/30 10:18:21 $
Author:
(C) Jeanette Winzenburg, Berlin

Field Summary
static java.lang.String DESCRIPTION_DESCRIPTION
           
static java.lang.String DESCRIPTION_EXTENSION
           
 
Constructor Summary
LayoutDescriptionIOHandler()
           
 
Method Summary
protected  boolean checkType(java.lang.Object object)
          checks and returns whether type of object is compatible with getHandledType.
 java.lang.String getDescription()
          a description for use in FileFilters.
 java.lang.String getExtension()
          the fileExtension that should be used to read/write this type.
 java.lang.Class getHandledClass()
          returns the class this handler feels responsible for.
 
Methods inherited from class de.kleopatra.persistence.AbstractIOHandler
ensureExtension, getExtensionPosition, read, readResource, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTION_EXTENSION

public static final java.lang.String DESCRIPTION_EXTENSION
See Also:
Constant Field Values

DESCRIPTION_DESCRIPTION

public static final java.lang.String DESCRIPTION_DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

LayoutDescriptionIOHandler

public LayoutDescriptionIOHandler()
Method Detail

checkType

protected boolean checkType(java.lang.Object object)
Description copied from class: AbstractIOHandler
checks and returns whether type of object is compatible with getHandledType.

Specified by:
checkType in class AbstractIOHandler

getHandledClass

public java.lang.Class getHandledClass()
Description copied from interface: IOHandler
returns the class this handler feels responsible for.


getExtension

public java.lang.String getExtension()
Description copied from interface: IOHandler
the fileExtension that should be used to read/write this type.


getDescription

public java.lang.String getDescription()
Description copied from interface: IOHandler
a description for use in FileFilters.



Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.