public class SliderChangeEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
LOWER_CHANGE
The constant indicating a lower bound change
|
int |
type
The type of this event
|
static int |
UPPER_CHANGE
The constant indicating an upper bound change
|
static int |
VALUE_CHANGE
The constant indicating a value change
|
Modifier and Type | Method and Description |
---|---|
static String |
getTypeString(int type)
Return the string representation of a specific type
|
String |
toString()
Return a string description of this object
|
public int type
public static final int VALUE_CHANGE
public static final int LOWER_CHANGE
public static final int UPPER_CHANGE
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.