com.azalient.api.b.plugins
Interface IPluginController


public interface IPluginController

An interface to the plugin control window. Not recommended for use by the API user.


Method Summary
 void build()
          [Internal use only]
 void close()
          [Internal use only]
 BookR connectRead(File file)
          [Internal use only]
 JFrame frame()
          [Internal use only]
 void setMinorVersion()
          [Internal use only]
 IPluginPanel systemPanel()
          [Internal use only]
 IPluginPanel userPanel()
          [Internal use only]
 

Method Detail

build

void build()
[Internal use only]

Internal - Not recommended for use. Public as a side-effect of implementation method

setMinorVersion

void setMinorVersion()
[Internal use only]

Internal - Not recommended for use. Public as a side-effect of implementation method

systemPanel

IPluginPanel systemPanel()
[Internal use only]

Internal - Not recommended for use. Public as a side-effect of implementation method

userPanel

IPluginPanel userPanel()
[Internal use only]

Internal - Not recommended for use. Public as a side-effect of implementation method

frame

JFrame frame()
[Internal use only]

Internal - Not recommended for use. Public as a side-effect of implementation method

close

void close()
[Internal use only]

Internal - Not recommended for use. Public as a side-effect of implementation method

connectRead

BookR connectRead(File file)
[Internal use only]

Internal - Not recommended for use. Public as a side-effect of implementation method