com.objectwave.persist.constraints.gui
Class ConstraintSelection

java.lang.Object
  |
  +--com.objectwave.persist.constraints.gui.ConstraintSelection

public class ConstraintSelection
extends java.lang.Object

For selecting constraints.

Version:
1.3
Author:
Steven Sinclair

Constructor Summary
ConstraintSelection()
           
 
Method Summary
protected  javax.swing.JPanel getButtons()
           
 java.util.Vector getConstraints()
           
 Persistence getPersistence()
           
 javax.swing.JPanel getSelectionPanel()
           
protected  javax.swing.JTable getTable()
           
 void initConstraints(CustomReportIF customReport)
           
static void main(java.lang.String[] args)
           
 void setPersistence(Persistence p)
           
protected  boolean visuallyEditConstraint(Constraint c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintSelection

public ConstraintSelection()
Method Detail

getButtons

protected javax.swing.JPanel getButtons()

getConstraints

public java.util.Vector getConstraints()

getPersistence

public Persistence getPersistence()

getSelectionPanel

public javax.swing.JPanel getSelectionPanel()

getTable

protected javax.swing.JTable getTable()

initConstraints

public void initConstraints(CustomReportIF customReport)

main

public static void main(java.lang.String[] args)

setPersistence

public void setPersistence(Persistence p)

visuallyEditConstraint

protected boolean visuallyEditConstraint(Constraint c)
                                  throws java.lang.IllegalAccessException,
                                         java.lang.ClassNotFoundException,
                                         java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
java.lang.InstantiationException