public class ListDataEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTENTS_CHANGED |
static int |
INTERVAL_ADDED |
static int |
INTERVAL_REMOVED |
| Constructor and Description |
|---|
ListDataEvent(ListModel<?> model,
int type,
int index0,
int index1) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex0() |
int |
getIndex1() |
ListModel<?> |
getModel() |
int |
getType() |
public static final int CONTENTS_CHANGED
public static final int INTERVAL_ADDED
public static final int INTERVAL_REMOVED
public ListDataEvent(ListModel<?> model, int type, int index0, int index1)
public ListModel<?> getModel()
public int getType()
public int getIndex0()
public int getIndex1()
Copyright © 2017 SAP SE. All Rights Reserved.