java.lang.Object
de.grogra.imp.edit.ViewSelection
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Bit mask indicating that the mouse pointer is over an object in a view.static final int
Bit mask indicating the single object under the mouse pointer which the user has selected out of the list of objects under the mouse pointer.static final UIProperty
static final int
Bit mask indicating that an object is selected. -
Method Summary
Modifier and TypeMethodDescriptionint
int
count
(int type) static void
int
static ViewSelection
int
getAll
(int type) static int
getColor
(int baseColor, int state, boolean showSel) getFirstEntry
(Object object, boolean asNode) getFirstPath
(int type) void
boolean
isSelected
(Object object, boolean asNode) void
int
removeAndAdd
(int remove, int add, Path path) Path[]
void
int
-
Field Details
-
MOUSE_OVER
public static final int MOUSE_OVERBit mask indicating that the mouse pointer is over an object in a view.- See Also:
-
MOUSE_OVER_SELECTED
public static final int MOUSE_OVER_SELECTEDBit mask indicating the single object under the mouse pointer which the user has selected out of the list of objects under the mouse pointer.- See Also:
-
SELECTED
public static final int SELECTEDBit mask indicating that an object is selected.- See Also:
-
PROPERTY
-
-
Method Details
-
getEntry
-
getFirstEntry
-
get
-
get
-
isSelected
-
getFirstPath
-
getAll
-
count
public int count(int type) -
add
-
remove
-
removeAndAdd
-
set
-
set
-
toggle
-
graphModified
-
create
-
get
-
getColor
public static int getColor(int baseColor, int state, boolean showSel)
-