Package gg.xp.telestosupport.gui
Class TelestoGui
java.lang.Object
gg.xp.telestosupport.gui.TelestoGui
-
Constructor Summary
ConstructorDescriptionTelestoGui
(TelestoMain backend, EventMaster master, TelestoRightClickOptions trco, TelestoEasyTriggersAddons et, DoodleProcessor doodles, PersistenceProvider pers, org.picocontainer.PicoContainer container, GlobalUiRegistry gur) -
Method Summary
Modifier and TypeMethodDescriptionboolean
asyncOk()
return false to force synchronous loading of this plugin tab.int
return The sort ordervoid
handleConnectionStatusChange
(EventContext context, TelestoStatusUpdatedEvent event) void
handleEchoEvent
(EventContext context, EchoEvent event) void
handleError
(EventContext context, TelestoConnectionError error) void
handleError
(EventContext context, TelestoHttpError error) void
init
(EventContext context, InitEvent init)
-
Constructor Details
-
Method Details
-
getTabName
- Specified by:
getTabName
in interfaceTabDef
- Returns:
- The title of the tab
-
getTabContents
- Specified by:
getTabContents
in interfaceTabDef
- Returns:
- The contents of the tab
-
handleConnectionStatusChange
-
handleEchoEvent
-
handleError
-
handleError
-
init
-
asyncOk
public boolean asyncOk()Description copied from interface:PluginTab
return 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
TabAware
to highlight a problem for the user.
-
getSortOrder
public int getSortOrder()Description copied from interface:PluginTab
return The sort order- Specified by:
getSortOrder
in interfacePluginTab
-