cbr.gui
Class IndexModel

java.lang.Object
  extended bycbr.gui.IndexModel

public class IndexModel
extends Object


Field Summary
private  PlainDocument dNameDoc_
           
private  PlainDocument gathererIndexPathDoc_
           
private  PlainDocument indexPathDoc_
           
private  PlainDocument picturePathDoc_
           
private  DefaultListModel serverListModel_
           
private  IndexView view_
           
 
Constructor Summary
IndexModel()
           
 
Method Summary
 String getDName()
           
 PlainDocument getDNameDoc()
           
 String getGathererIndexPath()
           
 PlainDocument getGathererIndexPathDoc()
           
 String getIndexPath()
           
 PlainDocument getIndexPathDoc()
           
 String getPicturePath()
           
 PlainDocument getPicturePathDoc()
           
 ServerListEntry[] getServerEntries(int[] indices)
           
 DefaultListModel getServerListModel()
           
 void setDNameDoc(PlainDocument doc)
           
 void setGathererIndexPathDoc(PlainDocument doc)
           
 void setIndexPathDoc(PlainDocument doc)
           
 void setPicturePathDoc(PlainDocument doc)
           
 void setView(IndexView view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverListModel_

private DefaultListModel serverListModel_

picturePathDoc_

private PlainDocument picturePathDoc_

indexPathDoc_

private PlainDocument indexPathDoc_

gathererIndexPathDoc_

private PlainDocument gathererIndexPathDoc_

dNameDoc_

private PlainDocument dNameDoc_

view_

private IndexView view_
Constructor Detail

IndexModel

public IndexModel()
Method Detail

setView

public void setView(IndexView view)

getServerEntries

public ServerListEntry[] getServerEntries(int[] indices)

getServerListModel

public DefaultListModel getServerListModel()

getIndexPath

public String getIndexPath()

getIndexPathDoc

public PlainDocument getIndexPathDoc()

setIndexPathDoc

public void setIndexPathDoc(PlainDocument doc)

getGathererIndexPath

public String getGathererIndexPath()

getGathererIndexPathDoc

public PlainDocument getGathererIndexPathDoc()

setGathererIndexPathDoc

public void setGathererIndexPathDoc(PlainDocument doc)

getPicturePath

public String getPicturePath()

getPicturePathDoc

public PlainDocument getPicturePathDoc()

setPicturePathDoc

public void setPicturePathDoc(PlainDocument doc)

getDName

public String getDName()

getDNameDoc

public PlainDocument getDNameDoc()

setDNameDoc

public void setDNameDoc(PlainDocument doc)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.