|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.jmrit.throttle.ThrottleFrameManager
public class ThrottleFrameManager
Interface for allocating and deallocating throttles frames. Not to be confused with ThrottleManager
| Method Summary | |
|---|---|
ThrottleFrame |
createThrottleFrame()
Tell this manager that a new ThrottleFrame was created. |
ThrottleWindow |
createThrottleWindow()
Tell this manager that a new ThrottleWindow was created. |
ThrottleWindow |
getCurentThrottleFrame()
|
int |
getNumberThrottleWindows()
|
ThrottlesListPanel |
getThrottlesListPanel()
|
ThrottlesPreferences |
getThrottlesPreferences()
|
Iterator<ThrottleWindow> |
getThrottleWindows()
Retrieve an Iterator over all the ThrottleFrames in existence. |
static ThrottleFrameManager |
instance()
Get the singleton instance of this class. |
void |
requestAllThrottleWindowsDestroyed()
|
void |
requestThrottleWindowDestruction(ThrottleWindow frame)
Request that this manager destroy a throttle frame. |
void |
showThrottlesList()
|
void |
showThrottlesPreferences()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ThrottleFrameManager instance()
public ThrottleWindow createThrottleWindow()
public ThrottleFrame createThrottleFrame()
public void requestThrottleWindowDestruction(ThrottleWindow frame)
frame - The to-be-destroyed ThrottleFramepublic void requestAllThrottleWindowsDestroyed()
public Iterator<ThrottleWindow> getThrottleWindows()
public int getNumberThrottleWindows()
public ThrottleWindow getCurentThrottleFrame()
public ThrottlesPreferences getThrottlesPreferences()
public ThrottlesListPanel getThrottlesListPanel()
public void showThrottlesList()
public void showThrottlesPreferences()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||