com.ds.fw.graph.controls
Class FwControl

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.types.FwComponent
              |
              +--com.ds.fw.graph.controls.FwControl
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwControl
extends FwComponent

See Also:
Serialized Form

Constructor Summary
FwControl()
           
 
Methods inherited from class com.ds.fw.types.FwComponent
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

FwControl

public FwControl()