Class QueryDialog

java.lang.Object
buoy.event.EventSource
buoy.widget.Widget
buoy.widget.WidgetContainer
buoy.widget.WindowWidget
buoy.widget.BDialog
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) version 0.3.0 (04 sept 2010) complete rewrite of functionChenged and operatorChanged methods version 0.4.0 (28 june 2013) add relate method based on the DE-9IM matrix version 0.5.0 (06 avril 2015) clone features in result and improve boolean attribute type
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     

    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

    Constructors
    Constructor
    Description
    Constructor of a QueryDialog
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class buoy.widget.BDialog

    createComponent, getChildCount, getChildren, getComponent, 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, 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 Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • QueryDialog

      public QueryDialog(PlugInContext context)
      Constructor of a QueryDialog
      Parameters:
      context - the plugin context
  • Method Details

    • layerChanged

      public void layerChanged()