org.openjump.core.ui.plugin.queries
Class QueryDialog

java.lang.Object
  extended by buoy.event.EventSource
      extended by buoy.widget.Widget
          extended by buoy.widget.WidgetContainer
              extended by buoy.widget.WindowWidget
                  extended by buoy.widget.BDialog
                      extended by org.openjump.core.ui.plugin.queries.QueryDialog

public class QueryDialog
extends buoy.widget.BDialog

QueryDialog

Author:
Michael MICHAUD version 0.1.0 (4 Dec 2004) version 0.1.1 (15 Jan 2005) version 0.2 (16 Oct 2005) version 0.2.1 (10 aug 2007)

Field Summary
static int ALL_LAYERS
           
static int SELECTED_LAYERS
           
static int SELECTION
           
 
Fields inherited from class buoy.widget.WindowWidget
content, lastSize
 
Fields inherited from class buoy.widget.WidgetContainer
opaque
 
Fields inherited from class buoy.widget.Widget
component, eventAdapter
 
Fields inherited from class buoy.event.EventSource
eventLinks
 
Constructor Summary
QueryDialog(PlugInContext context)
          Constructor of a QueryDialog
 
Method Summary
 void attributeChanged()
           
 void functionChanged()
           
protected  void initUI(PlugInContext context)
          User Interface Initialization
 void layerChanged()
           
 void operatorChanged()
           
 
Methods inherited from class buoy.widget.BDialog
createComponent, getChildCount, getChildren, getMenuBar, getRootPane, getTitle, isModal, isResizable, pack, remove, removeAll, setMenuBar, setModal, setResizable, setTitle
 
Methods inherited from class buoy.widget.WindowWidget
dispose, getContent, getDefaultButton, isVisible, layoutChildren, setBounds, setContent, setDefaultButton, setVisible, toBack, toFront
 
Methods inherited from class buoy.widget.WidgetContainer
isOpaque, removeAsParent, setAsParent, setOpaque
 
Methods inherited from class buoy.widget.Widget
addEventLink, dispatchEvent, getBackground, getBounds, getComponent, getCursor, getFont, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, hasFocus, invalidateSize, isEnabled, isFocusable, repaint, requestFocus, setBackground, setCursor, setEnabled, setFocusable, setFont, setName, setParent
 
Methods inherited from class buoy.event.EventSource
addEventLink, addEventLink, removeEventLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_LAYERS

public static final int ALL_LAYERS
See Also:
Constant Field Values

SELECTION

public static final int SELECTION
See Also:
Constant Field Values

SELECTED_LAYERS

public static final int SELECTED_LAYERS
See Also:
Constant Field Values
Constructor Detail

QueryDialog

public QueryDialog(PlugInContext context)
Constructor of a QueryDialog

Parameters:
context - the plugin context
Method Detail

initUI

protected void initUI(PlugInContext context)
User Interface Initialization


layerChanged

public void layerChanged()

attributeChanged

public void attributeChanged()

functionChanged

public void functionChanged()

operatorChanged

public void operatorChanged()