|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.ascape.model.event.DrawFeatureEvent
public class DrawFeatureEvent
User: jmiller Date: Jun 12, 2006 Time: 1:21:05 PM To change this template use File | Settings | File Templates.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DrawFeatureEvent(java.lang.Object source,
PlatformDrawFeatureSelection drawFeatureSelection)
Instantiates a new draw feature event. |
|
DrawFeatureEvent(java.lang.Object source,
PlatformDrawFeatureSelection drawFeatureSelection,
boolean originator)
Instantiates a new draw feature event. |
|
DrawFeatureEvent(java.lang.Object source,
VectorSelection tempSelection,
boolean originator)
Instantiates a new draw feature event. |
Method Summary | |
---|---|
VectorSelection |
getDfNameSelection()
Gets the df name selection. |
boolean |
isOriginator()
Checks if is originator. |
void |
setOriginator(boolean originator)
Sets the originator. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DrawFeatureEvent(java.lang.Object source, PlatformDrawFeatureSelection drawFeatureSelection)
source
- the sourcedrawFeatureSelection
- the draw feature selectionpublic DrawFeatureEvent(java.lang.Object source, PlatformDrawFeatureSelection drawFeatureSelection, boolean originator)
source
- the sourcedrawFeatureSelection
- the draw feature selectionoriginator
- the originatorpublic DrawFeatureEvent(java.lang.Object source, VectorSelection tempSelection, boolean originator)
source
- the sourcetempSelection
- the temp selectionoriginator
- the originatorMethod Detail |
---|
public VectorSelection getDfNameSelection()
public boolean isOriginator()
public void setOriginator(boolean originator)
originator
- the new originator
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |