|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.core.managers.AbstractManager
public abstract class AbstractManager
An abstract manager.
| Constructor Summary | |
|---|---|
AbstractManager()
|
|
| Method Summary | |
|---|---|
protected static IErrorManager |
getErrors()
Return the error manager. |
protected static org.jdesktop.swingx.event.WeakEventListenerList |
getListeners()
Return the listeners of the manager. |
protected IJThequeLogger |
getLogger()
Return the logger of the manager. |
protected static java.lang.String |
getMessage(java.lang.String key)
Return the internationalized message. |
protected static java.lang.String |
getMessage(java.lang.String key,
java.lang.Object... replaces)
Return the internationalized message. |
protected static IStateManager |
getStates()
Return the state manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jtheque.core.managers.IManager |
|---|
close, init, preInit |
| Constructor Detail |
|---|
public AbstractManager()
| Method Detail |
|---|
protected static org.jdesktop.swingx.event.WeakEventListenerList getListeners()
protected final IJThequeLogger getLogger()
protected static IErrorManager getErrors()
protected static IStateManager getStates()
protected static java.lang.String getMessage(java.lang.String key)
key - The internationalization key.
protected static java.lang.String getMessage(java.lang.String key,
java.lang.Object... replaces)
key - The internationalization key.replaces - The objects to use for the replaces.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||