com.cosylab.vdct.graphics.objects
Interface Flexible

All Known Subinterfaces:
Clipboardable
All Known Implementing Classes:
Border, Box, Group, Line, Macro, Port, Record, Template, TextBox

public interface Flexible

Insert the type's description here. Creation date: (4.2.2001 21:54:45)

Author:
Matej Sekoranja

Method Summary
 Flexible copyToGroup(java.lang.Object dsId, java.lang.String group)
          Returns the copied instance or null if the object cannot be copied.
 java.lang.String getFlexibleName()
          Insert the method's description here.
 boolean moveToGroup(java.lang.Object dsId, java.lang.String group)
          Insert the method's description here.
 boolean rename(java.lang.Object dsId, java.lang.String newName)
          Insert the method's description here.
 java.lang.String toString()
          Insert the method's description here.
 

Method Detail

copyToGroup

Flexible copyToGroup(java.lang.Object dsId,
                     java.lang.String group)
Returns the copied instance or null if the object cannot be copied. Creation date: (4.2.2001 21:59:44)

Parameters:
group - java.lang.String

getFlexibleName

java.lang.String getFlexibleName()
Insert the method's description here. Creation date: (3.5.2001 10:15:48)

Returns:
java.lang.String

moveToGroup

boolean moveToGroup(java.lang.Object dsId,
                    java.lang.String group)
Insert the method's description here. Creation date: (4.2.2001 22:00:01)

Parameters:
group - java.lang.String

rename

boolean rename(java.lang.Object dsId,
               java.lang.String newName)
Insert the method's description here. Creation date: (2.5.2001 23:23:17)

Parameters:
newName - java.lang.String

toString

java.lang.String toString()
Insert the method's description here. Creation date: (3.5.2001 10:15:48)

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String