Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.reda.client.base
Interface GUIPlugIn  view GUIPlugIn download GUIPlugIn.java


public interface GUIPlugIn


Method Summary
 javax.swing.JPanel getTabPanel()
           
 java.lang.String getTabPanelTitle()
           
 boolean hasTabPanel()
           
 boolean initialize()
           
 void setActionPump(ActionPump pump)
           
 void setController(nectar.reda.io.ControllerThread controller)
           
 

Method Detail

hasTabPanel

public boolean hasTabPanel()

getTabPanel

public javax.swing.JPanel getTabPanel()

getTabPanelTitle

public java.lang.String getTabPanelTitle()

setController

public void setController(nectar.reda.io.ControllerThread controller)

setActionPump

public void setActionPump(ActionPump pump)

initialize

public boolean initialize()