public class WaveletLoader
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
protected java.net.URL |
codeBase |
protected JSci.maths.wavelet.FWT |
fwt |
protected java.lang.String |
implementedFile |
Constructor and Description |
---|
WaveletLoader(java.net.URL url) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
void |
addObserver(java.util.Observer o) |
java.lang.Object |
getCurrentItem() |
javax.swing.JComboBox |
getJComboBox() |
protected void |
itemChanged(java.lang.String className) |
void |
start() |
void |
updateStatus()
updates the collected information of distribution
|
protected JSci.maths.wavelet.FWT fwt
protected java.net.URL codeBase
protected java.lang.String implementedFile
public java.lang.Object getCurrentItem()
public void start()
protected void itemChanged(java.lang.String className)
public void addObserver(java.util.Observer o)
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
public javax.swing.JComboBox getJComboBox()
public void updateStatus()