prefuse.data.event
Interface EventConstants

All Known Implementing Classes:
DefaultTupleSet, KeywordSearchTupleSet, PrefixSearchTupleSet, RegexSearchTupleSet, SearchTupleSet

public interface EventConstants

Constants used within prefuse data structure modification notifications.

Author:
jeffrey heer

Field Summary
static int ALL_COLUMNS
          Indicates an operation that affects all columns of a table.
static int DELETE
          Indicates a data delete operation.
static int INSERT
          Indicates a data insert operation.
static int UPDATE
          Indicates a data update operation.
 

Field Detail

INSERT

static final int INSERT
Indicates a data insert operation.

See Also:
Constant Field Values

UPDATE

static final int UPDATE
Indicates a data update operation.

See Also:
Constant Field Values

DELETE

static final int DELETE
Indicates a data delete operation.

See Also:
Constant Field Values

ALL_COLUMNS

static final int ALL_COLUMNS
Indicates an operation that affects all columns of a table.

See Also:
Constant Field Values


Copyright © 2007 Regents of the University of California