ca.sqlpower.wabit.swingui.query
Class QueryPropertiesPanel

java.lang.Object
  extended by ca.sqlpower.wabit.swingui.query.QueryPropertiesPanel
All Implemented Interfaces:
ca.sqlpower.swingui.DataEntryPanel

public class QueryPropertiesPanel
extends java.lang.Object
implements ca.sqlpower.swingui.DataEntryPanel

This panel will let a user modify properties of a QueryCache object that are not displayed in the QueryPanel. These properties are less often changed.


Constructor Summary
QueryPropertiesPanel(QueryCache query)
           
 
Method Summary
 boolean applyChanges()
           
 void discardChanges()
           
 javax.swing.JComponent getPanel()
           
 boolean hasUnsavedChanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryPropertiesPanel

public QueryPropertiesPanel(QueryCache query)
Method Detail

applyChanges

public boolean applyChanges()
Specified by:
applyChanges in interface ca.sqlpower.swingui.DataEntryPanel

discardChanges

public void discardChanges()
Specified by:
discardChanges in interface ca.sqlpower.swingui.DataEntryPanel

getPanel

public javax.swing.JComponent getPanel()
Specified by:
getPanel in interface ca.sqlpower.swingui.DataEntryPanel

hasUnsavedChanges

public boolean hasUnsavedChanges()
Specified by:
hasUnsavedChanges in interface ca.sqlpower.swingui.DataEntryPanel


Copyright © 2009. All Rights Reserved.