|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectse.datadosen.jalbum.JAlbumContext
public class JAlbumContext
Central repository for commonly used jAlbum classes
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
|
protected void |
firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Support for reporting bound property changes for Object properties. |
Actions |
getActions()
|
AlbumObjectFactory |
getAlbumObjectfactory()
|
AlbumBean |
getEngine()
|
JAlbumExplorer |
getExplorer()
|
JAlbumFrame |
getFrame()
|
static JAlbumContext |
getInstance()
|
LicenseManager |
getLicenseManager()
|
PluginContext |
getPluginContext()
|
java.io.File |
getSkinDir()
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Removes a PropertyChangeListener from the listener list. |
void |
setAlbumObjectfactory(AlbumObjectFactory aoFactory)
|
void |
setEngine(AlbumBean aEngine)
|
void |
setExplorer(JAlbumExplorer aExplorer)
|
void |
setFrame(JAlbumFrame aFrame)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JAlbumContext getInstance()
public AlbumBean getEngine()
public void setEngine(AlbumBean aEngine)
public JAlbumFrame getFrame()
public void setFrame(JAlbumFrame aFrame)
public JAlbumExplorer getExplorer()
public Actions getActions()
public PluginContext getPluginContext()
public java.io.File getSkinDir()
public void setExplorer(JAlbumExplorer aExplorer)
public AlbumObjectFactory getAlbumObjectfactory()
public void setAlbumObjectfactory(AlbumObjectFactory aoFactory)
public LicenseManager getLicenseManager()
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
If listener is null, no exception is thrown and no action is performed.
listener - the PropertyChangeListener to be removedaddPropertyChangeListener(java.beans.PropertyChangeListener),
#getPropertyChangeListeners,
#removePropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener)
public void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
protected void firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
propertyName - the property whose value has changedoldValue - the property's previous valuenewValue - the property's new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||