|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCH.ifa.draw.framework.FigureSelection
public class FigureSelection
FigureSelection enables to transfer the selected figures to a clipboard.
Will soon be converted to the JDK 1.1 Transferable interface.
Clipboard| Field Summary | |
|---|---|
static java.lang.String |
TYPE
The type identifier of the selection. |
| Constructor Summary | |
|---|---|
FigureSelection(java.util.Vector figures)
Constructes the Figure selection for the vector of figures. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getData(java.lang.String type)
Gets the data of the selection. |
java.lang.String |
getType()
Gets the type of the selection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TYPE
| Constructor Detail |
|---|
public FigureSelection(java.util.Vector figures)
| Method Detail |
|---|
public java.lang.String getType()
public java.lang.Object getData(java.lang.String type)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||