com.sas
Class DesignTimeDropResult
com.sas.DesignTimeDropResult
All Implemented Interfaces: com.sas.PublicClonable, java.lang.Cloneable
public class DesignTimeDropResult implements com.sas.PublicClonable
DesignTimeDropResult is a "structure" class which returns data from a component
which implements the DesignTimeDropTargetInterface. The drop method returns an
instance of this class.
representationComponent
public static final int representationComponent
See Also: Constant Field Values
representationModel
public static final int representationModel
See Also: Constant Field Values
representationAttribute
public static final int representationAttribute
See Also: Constant Field Values
representationViewer
public static final int representationViewer
See Also: Constant Field Values
dragIndeterminate
public static final int dragIndeterminate
See Also: Constant Field Values
dragMove
public static final int dragMove
See Also: Constant Field Values
dragCopy
public static final int dragCopy
See Also: Constant Field Values
dragLink
public static final int dragLink
See Also: Constant Field Values
dragNone
public static final int dragNone
See Also: Constant Field Values
model
public boolean model
viewer
public java.lang.Object viewer
container
public java.awt.Component container
location
public java.awt.Rectangle location
component
public java.lang.Object component
DesignTimeDropResult
public DesignTimeDropResult ()
clone
public java.lang.Object clone ()
Specified by: clone in interface com.sas.PublicClonableOverrides: clone in class java.lang.Object
toString
public final java.lang.String toString ()
Overrides: toString in class java.lang.Object
Copyright © 2009 SAS Institute Inc. All Rights Reserved.