com.ds.fw.types
Class FwComponent

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.types.FwComponent
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable
Direct Known Subclasses:
FwControl, FwGV, FwGVCursor, FwGVFigure, FwGVModel, FwGVModelData

public class FwComponent
extends FwSimpleObject

See Also:
Serialized Form

Constructor Summary
FwComponent()
           
 
Method Summary
 void InitComponent()
           
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FwComponent

public FwComponent()
Method Detail

InitComponent

public void InitComponent()