public class

AssociationSelectionPanel

extends JPanel
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ vars.query.ui.AssociationSelectionPanel

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.JComponent
Public Constructors
AssociationSelectionPanel(QueryPersistenceService queryPersistenceService)
Public Methods
LinkBean getAssociationBean()
void setAssociationBean(LinkBean associationBean)
void setConceptNames(Collection conceptNames_)
This method populates the available Associations that a user can select from in the cbAssociations.
[Expand]
Inherited Methods
From class javax.swing.JPanel
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible

Public Constructors

public AssociationSelectionPanel (QueryPersistenceService queryPersistenceService)

Public Methods

public LinkBean getAssociationBean ()

public void setAssociationBean (LinkBean associationBean)

public void setConceptNames (Collection conceptNames_)

This method populates the available Associations that a user can select from in the cbAssociations.