Package jpicedt.graphic.event
Class SelectionEvent.EventType
- java.lang.Object
-
- jpicedt.graphic.event.SelectionEvent.EventType
-
- Enclosing class:
- SelectionEvent
public static class SelectionEvent.EventType extends java.lang.Objectenumeration for SelectionEvent types
-
-
Field Summary
Fields Modifier and Type Field Description static SelectionEvent.EventTypeSELECTan element was selectedstatic SelectionEvent.EventTypeUNSELECTan element was unselected
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
SELECT
public static final SelectionEvent.EventType SELECT
an element was selected
-
UNSELECT
public static final SelectionEvent.EventType UNSELECT
an element was unselected
-
-