Class FilterQueryJPanel
java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.gui.beans.panelGroup.panels.AbstractPanel
org.gvsig.gui.beans.filterPanel.AbstractFilterQueryJPanel
org.gvsig.gui.beans.filterPanel.filterQueryPanel.FilterQueryJPanel
- All Implemented Interfaces:
ImageObserver,MenuContainer,Serializable,Comparable<IPanel>,Accessible,IPanel
This class is a version of the graphical interface of "FilterDialog" which was made by Fernando and is in 'appgvSIG' project.
It's supposed that other classes will extend from this and will add the logic as is in the "FilterDialog" class.
- Author:
- Pablo Piqueras Bartolomé (p_queras@hotmail.com)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gvsig.gui.beans.filterPanel.AbstractFilterQueryJPanel
AbstractFilterQueryJPanel.JButtonML, AbstractFilterQueryJPanel.JCheckBoxML, AbstractFilterQueryJPanel.JEditableTextAreaML, AbstractFilterQueryJPanel.JLabelML, AbstractFilterQueryJPanel.JListML, AbstractFilterQueryJPanel.JPanelML, AbstractFilterQueryJPanel.JScrollPaneML, AbstractFilterQueryJPanel.JTreeMLNested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanelNested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponentNested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainerNested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected AbstractFilterQueryJPanel.JPanelMLprotected AbstractFilterQueryJPanel.JCheckBoxMLprotected intFields inherited from class org.gvsig.gui.beans.filterPanel.AbstractFilterQueryJPanel
bottomJPanel, defaultBottomJPanelHeight, defaultBottomJPanelWidth, DefaultHeight, defaultTopJPanelHeight, defaultTopJPanelWidth, defaultTreeModel, DefaultWidth, fieldsAndValuesJScrollPaneHeight, fieldsAndValuesJScrollPaneWidth, fieldsJLabel, fieldsJPanel, fieldsJPanelHeight, fieldsJPanelWidth, fieldsJScrollPane, fieldsJTree, filterButtonsJPanel, filterButtonsPanelHeight, filterButtonsPanelWidth, filterJScrollPane, title, topJPanel, txtExpression, valuesJLabel, valuesJList, valuesJPanel, valuesJPanelHeight, valuesJPanelWidth, valuesJScrollPane, valuesListModelFields inherited from class org.gvsig.gui.beans.panelGroup.panels.AbstractPanel
hasChanged, remainsWithDefaultPreferredSizeFields inherited from class javax.swing.JComponent
listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOWFields inherited from class java.awt.Component
accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENTFields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JPanelThis method initializes bottomJPanelprotected JPanelThis method initializes fieldsJPanelprotected JScrollPaneThis method initializes jScrollPaneprotected JScrollPaneThis method initializes filterJScrollPaneprotected JPanelThis method initializes topCenterJPanelprotected JPanelThis method initializes topJPanelprotected JTextAreaThis method initializes txtExpressionprotected JCheckBoxThis method initializes validateFilterExpressionJCheckBoxprotected JListThis method initializes valuesJListprotected JPanelThis method initializes valuesJPanelprotected JScrollPaneThis method initializes jScrollPane1protected voidThis method initializes thisvoidresizeWidth(int new_Width) Sets the width to this JPanelMethods inherited from class org.gvsig.gui.beans.filterPanel.AbstractFilterQueryJPanel
accept, apply, cancel, getAllOperatorSymbols, getFieldsJLabel, getFieldsJTree, getFilterButtonsJPanel, getValuesJLabel, insert, putSymbol, resize, resize, resizeHeight, selectedMethods inherited from class org.gvsig.gui.beans.panelGroup.panels.AbstractPanel
compareTo, getID, getLabel, getLabelGroup, getPanelGroup, getPriority, getReference, hasChanged, isAlwaysApplicable, isInGroupGUI, remainsWithItsDefaultPreferredSize, resetChangedStatus, setAlwaysApplicable, setID, setInGroupGUI, setLabel, setLabelGroup, setPanelGroup, setPreferredSize, setPriority, setReference, toStringMethods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUIMethods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, updateMethods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTreeMethods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setMixingCutoutShape, setName, setSize, setSize, show, show, size, transferFocus, transferFocusBackward, transferFocusUpCycle
-
Field Details
-
topCenterJPanel
-
validateFilterExpressionJCheckBox
-
filterJScrollPaneHeight
protected int filterJScrollPaneHeight -
filterJScrollPanelWidth
protected int filterJScrollPanelWidth -
validateFilterExpressionJCheckBoxHeight
protected int validateFilterExpressionJCheckBoxHeight
-
-
Constructor Details
-
FilterQueryJPanel
public FilterQueryJPanel()- See Also:
-
FilterQueryJPanel
- See Also:
-
-
Method Details
-
initialize
protected void initialize()Description copied from class:AbstractFilterQueryJPanelThis method initializes this- Overrides:
initializein classAbstractFilterQueryJPanel
-
getFieldsJPanel
Description copied from class:AbstractFilterQueryJPanelThis method initializes fieldsJPanel- Specified by:
getFieldsJPanelin classAbstractFilterQueryJPanel- Returns:
- javax.swing.JPanel
-
getValuesJList
Description copied from class:AbstractFilterQueryJPanelThis method initializes valuesJList- Specified by:
getValuesJListin classAbstractFilterQueryJPanel- Returns:
- javax.swing.JList
- See Also:
-
getFieldsJScrollPane
Description copied from class:AbstractFilterQueryJPanelThis method initializes jScrollPane- Specified by:
getFieldsJScrollPanein classAbstractFilterQueryJPanel- Returns:
- javax.swing.JScrollPane
-
getValuesJPanel
Description copied from class:AbstractFilterQueryJPanelThis method initializes valuesJPanel- Specified by:
getValuesJPanelin classAbstractFilterQueryJPanel- Returns:
- javax.swing.JPanel
-
getValuesJScrollPane
Description copied from class:AbstractFilterQueryJPanelThis method initializes jScrollPane1- Specified by:
getValuesJScrollPanein classAbstractFilterQueryJPanel- Returns:
- javax.swing.JScrollPane
-
getFilterJScrollPane
Description copied from class:AbstractFilterQueryJPanelThis method initializes filterJScrollPane- Specified by:
getFilterJScrollPanein classAbstractFilterQueryJPanel- Returns:
- javax.swing.JScrollPane
-
getTxtExpression
Description copied from class:AbstractFilterQueryJPanelThis method initializes txtExpression- Specified by:
getTxtExpressionin classAbstractFilterQueryJPanel- Returns:
- javax.swing.JTextArea
-
getTopJPanel
Description copied from class:AbstractFilterQueryJPanelThis method initializes topJPanel- Specified by:
getTopJPanelin classAbstractFilterQueryJPanel- Returns:
- javax.swing.JPanel
-
getTopCenterJPanel
This method initializes topCenterJPanel- Returns:
- javax.swing.JPanel
-
getValidateFilterExpressionJCheckBox
This method initializes validateFilterExpressionJCheckBox- Returns:
- javax.swing.JCheckBox
-
getBottomJPanel
Description copied from class:AbstractFilterQueryJPanelThis method initializes bottomJPanel- Specified by:
getBottomJPanelin classAbstractFilterQueryJPanel- Returns:
- javax.swing.JPanel
-
resizeWidth
public void resizeWidth(int new_Width) Description copied from class:AbstractFilterQueryJPanelSets the width to this JPanel- Specified by:
resizeWidthin classAbstractFilterQueryJPanel- Parameters:
new_Width- New width
-