|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cytoscape.event.AbstractCyEvent<Object>
org.cytoscape.application.swing.events.PreferencesUpdatedEvent
public final class PreferencesUpdatedEvent
An event indicating that system preferences have been updated.
Module: swing-application-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>swing-application-api</artifactId>
</dependency>| Constructor Summary | |
|---|---|
PreferencesUpdatedEvent(Object source,
Properties oldProps,
Properties newProps)
Constructor. |
|
| Method Summary | |
|---|---|
Properties |
getNewProperties()
The new properties after being modified. |
Properties |
getOldProperties()
The old properties before they were modified. |
| Methods inherited from class org.cytoscape.event.AbstractCyEvent |
|---|
getListenerClass, getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreferencesUpdatedEvent(Object source,
Properties oldProps,
Properties newProps)
source - The object firing this event.oldProps - The old properties.newProps - The new properties.| Method Detail |
|---|
public Properties getOldProperties()
public Properties getNewProperties()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||