BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | List of all members
com.offsetnull.bt.window.MainWindowCallback Interface Reference
Inheritance diagram for com.offsetnull.bt.window.MainWindowCallback:
Inheritance graph
[legend]

Public Member Functions

double getTitleBarHeight ()
 
double getStatusBarHeight ()
 
boolean isStatusBarHidden ()
 
String getPathForPlugin (String plugin)
 
void dispatchLuaText (String text)
 
Activity getActivity ()
 
boolean isPluginInstalled (String desired) throws RemoteException
 
boolean checkWindowSupports (String desired, String function)
 
void windowCall (String window, String function, String data)
 
void windowBroadcast (String function, String data)
 
String getPluginOption (String plugin, String value) throws RemoteException
 

Member Function Documentation

boolean com.offsetnull.bt.window.MainWindowCallback.checkWindowSupports ( String  desired,
String  function 
)
void com.offsetnull.bt.window.MainWindowCallback.dispatchLuaText ( String  text)

Implemented in com.offsetnull.bt.window.MainWindow.

Here is the caller graph for this function:

Activity com.offsetnull.bt.window.MainWindowCallback.getActivity ( )
String com.offsetnull.bt.window.MainWindowCallback.getPathForPlugin ( String  plugin)
String com.offsetnull.bt.window.MainWindowCallback.getPluginOption ( String  plugin,
String  value 
) throws RemoteException
double com.offsetnull.bt.window.MainWindowCallback.getStatusBarHeight ( )
double com.offsetnull.bt.window.MainWindowCallback.getTitleBarHeight ( )
boolean com.offsetnull.bt.window.MainWindowCallback.isPluginInstalled ( String  desired) throws RemoteException
boolean com.offsetnull.bt.window.MainWindowCallback.isStatusBarHidden ( )
void com.offsetnull.bt.window.MainWindowCallback.windowBroadcast ( String  function,
String  data 
)
void com.offsetnull.bt.window.MainWindowCallback.windowCall ( String  window,
String  function,
String  data 
)

The documentation for this interface was generated from the following file: