mk.fsgrep.gui
Class RecentPatternSelector

java.lang.Object
  extended by mk.fsgrep.gui.RecentPatternSelector

public class RecentPatternSelector
extends java.lang.Object

A dialog that allows the user to select an item from the list of recently used search patterns.

Author:
Murali Krishnan

Method Summary
 void createComponents()
           
 void defineActions()
           
protected  App getApp()
           
protected  javax.swing.JButton getButtonCancel()
           
protected  javax.swing.JButton getButtonOk()
           
protected  javax.swing.JDialog getDialog()
           
protected  javax.swing.JList getList()
           
protected  void handleItemSelection()
           
 void initialize()
           
protected  javax.swing.JPanel makeButtonPanel()
           
 void makeFrame()
           
protected  javax.swing.JPanel makeMainPanel()
           
protected  void setDialog(javax.swing.JDialog val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getApp

protected App getApp()

getDialog

protected javax.swing.JDialog getDialog()

getList

protected javax.swing.JList getList()

getButtonOk

protected javax.swing.JButton getButtonOk()

getButtonCancel

protected javax.swing.JButton getButtonCancel()

setDialog

protected void setDialog(javax.swing.JDialog val)

initialize

public void initialize()

createComponents

public void createComponents()

defineActions

public void defineActions()

makeFrame

public void makeFrame()

makeMainPanel

protected javax.swing.JPanel makeMainPanel()

makeButtonPanel

protected javax.swing.JPanel makeButtonPanel()

handleItemSelection

protected void handleItemSelection()


Copyright © 2009. All Rights Reserved.