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 int
ALL_LAYERS
static int
SELECTED_LAYERS
static int
SELECTION
-
Constructor Summary
Constructors Constructor Description QueryDialog(PlugInContext context)
Constructor of a QueryDialog
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
layerChanged()
-
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
-
-
-
-
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
-
-