cbr.gui
Class SearchModel

java.lang.Object
  extended bycbr.gui.SearchModel

public class SearchModel
extends Object


Field Summary
private  PlainDocument indexPathDoc_
           
private  PlainDocument maxNumOfImagesDoc_
           
private  PlainDocument maxPicDistanceDoc_
           
private  PlainDocument picturePathDoc_
           
private  PlainDocument returnURLDoc_
           
private  DefaultListModel serverListModel_
           
 
Constructor Summary
SearchModel()
           
 
Method Summary
 String getIndexPath()
           
 PlainDocument getIndexPathDoc()
           
 String getMaxNumOfImages()
           
 PlainDocument getMaxNumOfImagesDoc()
           
 String getMaxPicDistance()
           
 PlainDocument getMaxPicDistanceDoc()
           
 String getPicturePath()
           
 PlainDocument getPicturePathDoc()
           
 String getReturnURL()
           
 PlainDocument getReturnURLDoc()
           
 ServerListEntry[] getServerEntries(int[] indices)
           
 DefaultListModel getServerListModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverListModel_

private DefaultListModel serverListModel_

maxPicDistanceDoc_

private PlainDocument maxPicDistanceDoc_

maxNumOfImagesDoc_

private PlainDocument maxNumOfImagesDoc_

indexPathDoc_

private PlainDocument indexPathDoc_

picturePathDoc_

private PlainDocument picturePathDoc_

returnURLDoc_

private PlainDocument returnURLDoc_
Constructor Detail

SearchModel

public SearchModel()
Method Detail

getServerListModel

public DefaultListModel getServerListModel()

getServerEntries

public ServerListEntry[] getServerEntries(int[] indices)

getIndexPath

public String getIndexPath()

getIndexPathDoc

public PlainDocument getIndexPathDoc()

getPicturePath

public String getPicturePath()

getPicturePathDoc

public PlainDocument getPicturePathDoc()

getReturnURL

public String getReturnURL()

getReturnURLDoc

public PlainDocument getReturnURLDoc()

getMaxPicDistance

public String getMaxPicDistance()

getMaxPicDistanceDoc

public PlainDocument getMaxPicDistanceDoc()

getMaxNumOfImages

public String getMaxNumOfImages()

getMaxNumOfImagesDoc

public PlainDocument getMaxNumOfImagesDoc()


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.