Uses of Interface
de.glossmaker.gloss.datastructure.IItem

Packages that use IItem
de.glossmaker.bib.datastructure   
de.glossmaker.gloss.datastructure   
de.glossmaker.gui.bibtex   
de.glossmaker.gui.bibtex.model   
 

Uses of IItem in de.glossmaker.bib.datastructure
 

Classes in de.glossmaker.bib.datastructure that implement IItem
 class ABibItem
           
 class Article
          This class implements the BibTeX ARTICLE item.
 class Book
          This class implements the BibTeX BOOK item.
 class Booklet
          This class implements the BibTeX BOOKLET item.
 class Conference
          This class implements the BibTeX CONFERENCE item.
 class InBook
          This class implements the BibTeX INBOOK item.
 class InCollection
          This class implements the BibTeX INCOLLECTION item.
 class InProceedings
          This class implements the BibTeX INPROCEEDINGS item.
 class Manual
          This class implements the BibTeX MANUAL item.
 class Mastersthesis
          This class implements the BibTeX MASTERSTHESIS item.
 class Misc
          This class implements the BibTeX MISC item.
 class Phdthesis
          This class implements the BibTeX PHDTHESIS item.
 class Proceedings
          This class implements the BibTeX PROCEEDINGS item.
 class TechReport
          This class implements the BibTeX TECHREPORT item.
 class Unpublished
          This class implements the BibTeX UNPUBLISHED item.
 

Methods in de.glossmaker.bib.datastructure that return IItem
 IItem Article.cloneItem()
           
 IItem Book.cloneItem()
           
 IItem Booklet.cloneItem()
           
 IItem Conference.cloneItem()
           
 IItem InBook.cloneItem()
           
 IItem InCollection.cloneItem()
           
 IItem InProceedings.cloneItem()
           
 IItem Manual.cloneItem()
           
 IItem Mastersthesis.cloneItem()
           
 IItem Misc.cloneItem()
           
 IItem Phdthesis.cloneItem()
           
 IItem Proceedings.cloneItem()
           
 IItem TechReport.cloneItem()
           
 IItem Unpublished.cloneItem()
           
 IItem BibItems.getItem(int index)
           
 IItem BibItems.getItem(String key)
           
 

Methods in de.glossmaker.bib.datastructure that return types with arguments of type IItem
 ArrayList<IItem> BibItems.getItems(EBibTeXReference reference)
           
 

Methods in de.glossmaker.bib.datastructure with parameters of type IItem
 boolean BibItems.add(IItem item)
           
 int ABibItem.compareTo(IItem o)
           
 boolean BibItems.remove(IItem item)
           
 

Uses of IItem in de.glossmaker.gloss.datastructure
 

Subinterfaces of IItem in de.glossmaker.gloss.datastructure
 interface IGlossItem
           
 

Classes in de.glossmaker.gloss.datastructure that implement IItem
 class GlossItem
           
 

Methods in de.glossmaker.gloss.datastructure that return IItem
 IItem GlossItem.cloneItem()
           
 IItem IItem.cloneItem()
           
 IItem GlossItems.getItem(int index)
           
 IItem IItems.getItem(int index)
           
 

Methods in de.glossmaker.gloss.datastructure with parameters of type IItem
 boolean GlossItems.add(IItem item)
           
 boolean IItems.add(IItem item)
           
 boolean GlossItems.remove(IItem item)
           
 boolean IItems.remove(IItem item)
           
 

Uses of IItem in de.glossmaker.gui.bibtex
 

Methods in de.glossmaker.gui.bibtex that return IItem
 IItem BibItemEvent.getNewItem()
           
 IItem BibItemEvent.getNewItemClone()
           
 IItem BibItemEvent.getOldItem()
           
 

Methods in de.glossmaker.gui.bibtex with parameters of type IItem
 void BibItemEvent.setNewItem(IItem newItem)
           
 void BibItemEvent.setOldItem(IItem oldItem)
           
 

Constructors in de.glossmaker.gui.bibtex with parameters of type IItem
BibItemEvent(String event, IItem oldValue, IItem newValue)
           
 

Uses of IItem in de.glossmaker.gui.bibtex.model
 

Methods in de.glossmaker.gui.bibtex.model that return IItem
 IItem BibTeXItemsTableModel.removeRow(int row)
           
 



Copyright © 2010 - 2011 Markus Flingelli. All Rights Reserved.