|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jetrix.winlist.WinlistManager
public class WinlistManager
Winlist manager.
Method Summary | |
---|---|
protected void |
addWinlist(Winlist winlist)
Register a new winlist. |
void |
addWinlist(WinlistConfig config)
Declare a new winlist. |
static WinlistManager |
getInstance()
|
Winlist |
getWinlist(String id)
Return the winlist with the specified id. |
Collection<Winlist> |
getWinlists()
Return the registered winlists |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static WinlistManager getInstance()
protected void addWinlist(Winlist winlist)
public void addWinlist(WinlistConfig config)
public Winlist getWinlist(String id)
public Collection<Winlist> getWinlists()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |