public class

ConceptButtonDropPanel

extends JPanel
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ vars.annotation.ui.cbpanel.ConceptButtonDropPanel
Known Direct Subclasses

Class Overview

This class is a panel that accepts drops from a drag and drop operation and then creates buttons that have the names that match the string data of the ConceptButtonTransferable class


Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
Fields
protected Preferences tabPreferences
[Expand]
Inherited Fields
From class javax.swing.JComponent
Public Constructors
ConceptButtonDropPanel(Preferences tabPreferences, ToolBelt toolbelt)
This is the constructor
[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

Fields

protected Preferences tabPreferences

Public Constructors

public ConceptButtonDropPanel (Preferences tabPreferences, ToolBelt toolbelt)

This is the constructor

Parameters
tabPreferences is the Preferences object that hold the configuration of the buttons on this ConceptButtonDropPanel