public class Initialize extends java.lang.Object implements KeplerGraphFrameUpdater, ModuleInitializer
Constructor and Description |
---|
Initialize() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(KeplerGraphFrameUpdater o)
Compares this object with the specified object for order.
|
void |
dispose(KeplerGraphFrame frame)
clear when a frame is close.
|
boolean |
equals(java.lang.Object o) |
void |
initializeModule()
Perform any module-specific initializations.
|
void |
updateFrameComponents(KeplerGraphFrame.Components components)
Update the components.
|
public Initialize()
public int compareTo(KeplerGraphFrameUpdater o)
compareTo
in interface java.lang.Comparable<KeplerGraphFrameUpdater>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void initializeModule()
initializeModule
in interface ModuleInitializer
public void updateFrameComponents(KeplerGraphFrame.Components components)
updateFrameComponents
in interface KeplerGraphFrameUpdater
public void dispose(KeplerGraphFrame frame)
KeplerGraphFrameUpdater
dispose
in interface KeplerGraphFrameUpdater