public abstract class

ValuePanel

extends JPanel
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ vars.query.ui.ValuePanel
Known Direct Subclasses

Class Overview

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
ValuePanel(String name)
Constructs ...
Public Methods
abstract String getSQL()
Yes I know embedding SQL directly into UI code is bad.
String getValueName()

boolean isConstrained()
boolean isReturned()
Protected Methods
JCheckBox getConstrainCheckBox()
This method initializes jCheckBox
JCheckBox getReturnCheckBox()
This method initializes jCheckBox1
[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 ValuePanel (String name)

Constructs ...

Public Methods

public abstract String getSQL ()

Yes I know embedding SQL directly into UI code is bad. Will need to refactor later. FOr now I'm jsut trying to get it to work.

public String getValueName ()

public boolean isConstrained ()

public boolean isReturned ()

Protected Methods

protected JCheckBox getConstrainCheckBox ()

This method initializes jCheckBox

Returns
  • javax.swing.JCheckBox

protected JCheckBox getReturnCheckBox ()

This method initializes jCheckBox1

Returns
  • javax.swing.JCheckBox