public class

AllConceptNamesComboBox

extends ConceptNameComboBox
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JComboBox
           ↳ org.mbari.swing.FancyComboBox
             ↳ vars.shared.ui.ConceptNameComboBox
               ↳ vars.shared.ui.AllConceptNamesComboBox

Class Overview

Description

ComboBox for displaying all concept names in the knowledgebase. This does a fast lookup from the KnowledgeBaseCache to populate the ComboBox. The combobox stores the String concept-name. Not actual Concept objects.

UML


  [ConceptNameComboBox]
        ˆ
        |
        |
  [AllConceptNamesComboBox]---[KnowledgeBaseCache]

 

Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class javax.swing.JComboBox
From class javax.swing.JComponent
Public Constructors
AllConceptNamesComboBox(QueryPersistenceService queryPersistenceSerice)
Public Methods
void updateConceptNames()
[Expand]
Inherited Methods
From class vars.shared.ui.ConceptNameComboBox
From class org.mbari.swing.FancyComboBox
From class javax.swing.JComboBox
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.ItemSelectable
From interface java.awt.MenuContainer
From interface java.awt.event.ActionListener
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.event.ListDataListener
From interface vars.shared.ui.ConceptChangeListener

Public Constructors

public AllConceptNamesComboBox (QueryPersistenceService queryPersistenceSerice)

Public Methods

public void updateConceptNames ()