Uses of Class
leafchat.core.api.BugException

Packages that use BugException
com.leafdigital.prefs.api The preferences API provides a low-level way for plugins to store and retrieve their preferences. 
com.leafdigital.ui.api The UI API provides a basic windowing interface library of widgets that can be constructed from XML. 
leafchat.core.api leafChat's core API, available to all plugins. 
 

Uses of BugException in com.leafdigital.prefs.api
 

Methods in com.leafdigital.prefs.api that throw BugException
 boolean Preferences.toBoolean(java.lang.String value)
           
 java.awt.Font Preferences.toFont(java.lang.String value)
           
 int Preferences.toInt(java.lang.String value)
           
 

Uses of BugException in com.leafdigital.ui.api
 

Methods in com.leafdigital.ui.api that throw BugException
 void TabPanel.display(java.lang.String id)
          Brings a particular page to the front.
 

Uses of BugException in leafchat.core.api
 

Methods in leafchat.core.api that throw BugException
 MessageInfo PluginContext.getMessageInfo(java.lang.Class<? extends Msg> c)
          Obtains information about any available message type.
 void PluginContext.registerFactory(java.lang.Class<? extends FactoryObject> objectInterface, Factory f)
          Register an object as the factory creating objects of a given interface (which should be in the .api package)
<C extends Singleton>
void
PluginContext.registerSingleton(java.lang.Class<C> singletonInterface, C s)
          Register an object as the singleton implementing a given interface (which should be in the .api package)
 



Copyright © 2011 Samuel Marshall. All rights reserved.