siuying.gm.app.gmailer4j.controller
Class SearchPanelController
java.lang.Object
siuying.gm.app.gmailer4j.controller.SearchPanelController
public class SearchPanelController
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchPanelController
public SearchPanelController()
getPanel
public SearchPanel getPanel()
setEnabled
public void setEnabled(boolean enable)
getSearchString
public java.lang.String getSearchString()
setSearchString
public void setSearchString(java.lang.String search_string)
addActionListener
public void addActionListener(java.awt.event.ActionListener actions)
- add action listeners to the button and text in this search panel
the action commands of them are "Search"
main
public static void main(java.lang.String[] args)
- demo how this component work