net.sf.glxdesktop.gui.glxinfo.dialog
Class GlxSearchDialog

java.lang.Object
  extended by net.sf.glxdesktop.gui.glxinfo.dialog.GlxSearchDialog

public class GlxSearchDialog
extends java.lang.Object

Author:
fons

Field Summary
protected static org.gnu.gtk.Button buttonCancel
           
protected static org.gnu.gtk.Button buttonFindExtensions
           
protected static org.gnu.gtk.CheckButton checkButtonCaseSensitive
           
protected static org.gnu.gtk.Dialog dialogSearch
           
protected static org.gnu.gtk.Entry entrySearch
           
protected static org.gnu.glade.LibGlade glade
           
 
Constructor Summary
GlxSearchDialog(GlxInfoWindowActions actions)
           
 
Method Summary
 void hide()
          Hide dialog
 void show()
          Show dialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glade

protected static org.gnu.glade.LibGlade glade

dialogSearch

protected static org.gnu.gtk.Dialog dialogSearch

buttonFindExtensions

protected static org.gnu.gtk.Button buttonFindExtensions

buttonCancel

protected static org.gnu.gtk.Button buttonCancel

entrySearch

protected static org.gnu.gtk.Entry entrySearch

checkButtonCaseSensitive

protected static org.gnu.gtk.CheckButton checkButtonCaseSensitive
Constructor Detail

GlxSearchDialog

public GlxSearchDialog(GlxInfoWindowActions actions)
Method Detail

show

public void show()
Show dialog


hide

public void hide()
Hide dialog



Copyright © 2006 GLXDesktop Tools. All Rights Reserved.