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.
|
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 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