|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeEvent
Attribute event interface, that AttributeListener
receives when the
attribute model or any attribute row is modified.
AttributeEventData.getAddedColumns()
to get data.AttributeEventData.getRemovedColumns()
to get data.AttributeEventData.getTouchedValues()
to get new values and
AttributeEventData.getTouchedObjects()
to get objects where value
has been modified.
Nested Class Summary | |
---|---|
static class |
AttributeEvent.EventType
Attribute model events. |
Method Summary | |
---|---|
AttributeEventData |
getData()
|
AttributeEvent.EventType |
getEventType()
|
AttributeTable |
getSource()
|
boolean |
is(AttributeEvent.EventType... type)
Returns true if this event is one of these in parameters. |
Method Detail |
---|
AttributeEvent.EventType getEventType()
AttributeTable getSource()
AttributeEventData getData()
boolean is(AttributeEvent.EventType... type)
true
if this event is one of these in parameters.
type
- the event types that are to be compared with this event
true
if this event is type
,
false
otherwise
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |