cbr.gui
Class SearchView

java.lang.Object
  extended bycbr.gui.SearchView
All Implemented Interfaces:
Runnable

public class SearchView
extends Object
implements Runnable


Field Summary
private  JCheckBox checkBox_
           
private  JCheckBox checkBox2_
           
private  SearchController controller_
           
static String DEFAULT_DISTANCE
           
static String DEFAULT_MAX
           
private  JFrame frame_
           
private  ScaledImagePanel image_
           
private  JTextField imageFile_
           
private  ImagePanel imagePanel_
           
static String INDEX_PATH
           
private  JTextField logFile_
           
private  JTextArea logger_
           
private  SearchModel model_
           
static String PATH
           
static String PICTURE_PATH
           
private  JTabbedPane resultsTab_
           
private  DragableList serverList_
           
 
Constructor Summary
SearchView()
           
 
Method Summary
 JPanel createOptionsAndLogPanel()
           
 JPanel createResultsPanel()
           
 JPanel createSearchPanel()
           
 void displayImage()
           
 boolean enableAgentGuis()
           
 JFrame getFrame()
           
 String getImage()
           
 ImagePanel getImagePanel()
           
 JTabbedPane getResultsTab()
           
 JList getServerList()
           
 void log(String log)
           
static void main(String[] argv)
           
 void removeResultTab(String id)
           
 void run()
           
 boolean secureRetrieval()
           
 void setImage(String image)
           
 void setLogFile(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH

public static String PATH

INDEX_PATH

public static String INDEX_PATH

PICTURE_PATH

public static String PICTURE_PATH

DEFAULT_DISTANCE

public static String DEFAULT_DISTANCE

DEFAULT_MAX

public static String DEFAULT_MAX

image_

private ScaledImagePanel image_

controller_

private SearchController controller_

serverList_

private DragableList serverList_

resultsTab_

private JTabbedPane resultsTab_

model_

private SearchModel model_

imagePanel_

private ImagePanel imagePanel_

imageFile_

private JTextField imageFile_

logFile_

private JTextField logFile_

checkBox2_

private JCheckBox checkBox2_

checkBox_

private JCheckBox checkBox_

logger_

private JTextArea logger_

frame_

private JFrame frame_
Constructor Detail

SearchView

public SearchView()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

createSearchPanel

public JPanel createSearchPanel()

createOptionsAndLogPanel

public JPanel createOptionsAndLogPanel()

createResultsPanel

public JPanel createResultsPanel()

getFrame

public JFrame getFrame()

getServerList

public JList getServerList()

getResultsTab

public JTabbedPane getResultsTab()

getImage

public String getImage()

secureRetrieval

public boolean secureRetrieval()

enableAgentGuis

public boolean enableAgentGuis()

setImage

public void setImage(String image)

getImagePanel

public ImagePanel getImagePanel()

removeResultTab

public void removeResultTab(String id)

displayImage

public void displayImage()

log

public void log(String log)

setLogFile

public void setLogFile(String s)

main

public static void main(String[] argv)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.