public class EventSelection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EventSelection.Location
The location of the mouse inside the event box when the event occurred.
|
Constructor and Description |
---|
EventSelection(Event event,
EnumSet<EventSelection.Location> locations) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Event |
getEvent() |
EnumSet<EventSelection.Location> |
getLocations() |
int |
hashCode() |
boolean |
isCenterSelection() |
boolean |
isEndTimeSelection() |
boolean |
isIconSelection() |
boolean |
isLocation(EventSelection.Location... locationList) |
boolean |
isStartTimeSelection() |
boolean |
isTextSelection() |
String |
toString() |
public EventSelection(Event event, EnumSet<EventSelection.Location> locations)
public Event getEvent()
public EnumSet<EventSelection.Location> getLocations()
public boolean isIconSelection()
public boolean isTextSelection()
public boolean isStartTimeSelection()
public boolean isEndTimeSelection()
public boolean isCenterSelection()
public boolean isLocation(EventSelection.Location... locationList)
Copyright © 2013 Metron, Inc.. All rights reserved.