Package gg.xp.telestosupport.gui
Class TelestoGui
java.lang.Object
gg.xp.telestosupport.gui.TelestoGui
-
Constructor Summary
ConstructorsConstructorDescriptionTelestoGui(TelestoMain backend, EventMaster master, TelestoRightClickOptions trco, TelestoEasyTriggersAddons et, DoodleProcessor doodles, PersistenceProvider pers, org.picocontainer.PicoContainer container, GlobalUiRegistry gur) -
Method Summary
Modifier and TypeMethodDescriptionbooleanasyncOk()return false to force synchronous loading of this plugin tab.intreturn The sort ordervoidhandleConnectionStatusChange(EventContext context, TelestoStatusUpdatedEvent event) voidhandleEchoEvent(EventContext context, EchoEvent event) voidhandleError(EventContext context, TelestoConnectionError error) voidhandleError(EventContext context, TelestoHttpError error) voidinit(EventContext context, InitEvent init)
-
Constructor Details
-
Method Details
-
getTabName
- Specified by:
getTabNamein interfaceTabDef- Returns:
- The title of the tab
-
getTabContents
- Specified by:
getTabContentsin interfaceTabDef- Returns:
- The contents of the tab
-
handleConnectionStatusChange
-
handleEchoEvent
-
handleError
-
handleError
-
init
-
asyncOk
public boolean asyncOk()Description copied from interface:PluginTabreturn false to force synchronous loading of this plugin tab. This is realistically only needed if one of the following is true:- You are relying on this plugin tab being loaded for proper functionality (this is bad practice - please avoid it)
- You are making use of
TabAwareto highlight a problem for the user.
-
getSortOrder
public int getSortOrder()Description copied from interface:PluginTabreturn The sort order- Specified by:
getSortOrderin interfacePluginTab
-