类 FrmUVSet

  • 所有已实现的接口:
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants

    public class FrmUVSet
    extends javax.swing.JDialog
    作者:
    User
    另请参阅:
    序列化表格
    • 嵌套类概要

      • 从类继承的嵌套类/接口 javax.swing.JDialog

        javax.swing.JDialog.AccessibleJDialog
      • 从类继承的嵌套类/接口 java.awt.Dialog

        java.awt.Dialog.AccessibleAWTDialog, java.awt.Dialog.ModalExclusionType, java.awt.Dialog.ModalityType
      • 从类继承的嵌套类/接口 java.awt.Window

        java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
      • 从类继承的嵌套类/接口 java.awt.Container

        java.awt.Container.AccessibleAWTContainer
      • 从类继承的嵌套类/接口 java.awt.Component

        java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
    • 字段概要

      • 从类继承的字段 javax.swing.JDialog

        accessibleContext, rootPane, rootPaneCheckingEnabled
      • 从类继承的字段 java.awt.Dialog

        DEFAULT_MODALITY_TYPE
      • 从类继承的字段 java.awt.Component

        BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
      • 从接口继承的字段 java.awt.image.ImageObserver

        ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
      • 从接口继承的字段 javax.swing.WindowConstants

        DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
    • 构造器概要

      构造器 
      构造器 说明
      FrmUVSet​(java.awt.Frame parent, boolean modal)
      Creates new form FrmUVSet
    • 方法概要

      所有方法 静态方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      org.meteoinfo.data.meteodata.MeteoDataInfo getUData()
      Get U data info
      java.lang.String[] getUVItems()
      Get U/V variable names
      org.meteoinfo.data.meteodata.MeteoDataInfo getVData()
      Get V data info
      int getXSkip()
      Get x skip
      int getYSkip()
      Get y skip
      boolean isOK()
      Get if OK button is pressed
      boolean isUV()
      Get if is U/V
      static void main​(java.lang.String[] args)  
      void setUData​(org.meteoinfo.data.meteodata.MeteoDataInfo value)
      Set U data info
      void setUStr​(java.lang.String ustr)
      Set U/Wind directory variable name
      void setUV​(boolean isTrue)
      Set if is U/V
      void setUVData​(java.util.List<org.meteoinfo.data.meteodata.MeteoDataInfo> dfs)
      Set U/V data info
      void setUVItems​(java.util.List<java.lang.String> vList)
      Set U/V items
      void setVData​(org.meteoinfo.data.meteodata.MeteoDataInfo value)
      Set V data info
      void setVStr​(java.lang.String vstr)
      Set V/Wind speed variable name
      void setXSkip​(int xskip)
      Set x skip value
      void setYSkip​(int yskip)
      Set y skip value
      • 从类继承的方法 javax.swing.JDialog

        addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
      • 从类继承的方法 java.awt.Dialog

        addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setBackground, setModal, setModalityType, setOpacity, setResizable, setShape, setTitle, setUndecorated, setVisible, show, toBack
      • 从类继承的方法 java.awt.Window

        addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeNotify, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, toFront
      • 从类继承的方法 java.awt.Container

        add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree
      • 从类继承的方法 java.awt.Component

        action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setMixingCutoutShape, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • FrmUVSet

        public FrmUVSet​(java.awt.Frame parent,
                        boolean modal)
        Creates new form FrmUVSet
        参数:
        parent -
        modal -
    • 方法详细资料

      • setUVData

        public void setUVData​(java.util.List<org.meteoinfo.data.meteodata.MeteoDataInfo> dfs)
        Set U/V data info
        参数:
        dfs - Data info list
      • setUVItems

        public void setUVItems​(java.util.List<java.lang.String> vList)
        Set U/V items
        参数:
        vList - Variable names
      • setUV

        public void setUV​(boolean isTrue)
        Set if is U/V
        参数:
        isTrue - Boolean
      • setUStr

        public void setUStr​(java.lang.String ustr)
        Set U/Wind directory variable name
        参数:
        ustr - U/Wind directory variable name
      • setVStr

        public void setVStr​(java.lang.String vstr)
        Set V/Wind speed variable name
        参数:
        vstr - V/Wind speed variable name
      • setXSkip

        public void setXSkip​(int xskip)
        Set x skip value
        参数:
        xskip - X skip
      • setYSkip

        public void setYSkip​(int yskip)
        Set y skip value
        参数:
        yskip - Y skip
      • getUData

        public org.meteoinfo.data.meteodata.MeteoDataInfo getUData()
        Get U data info
        返回:
        U data info
      • setUData

        public void setUData​(org.meteoinfo.data.meteodata.MeteoDataInfo value)
        Set U data info
        参数:
        value - U data info
      • getVData

        public org.meteoinfo.data.meteodata.MeteoDataInfo getVData()
        Get V data info
        返回:
        V data info
      • setVData

        public void setVData​(org.meteoinfo.data.meteodata.MeteoDataInfo value)
        Set V data info
        参数:
        value - V data info
      • getUVItems

        public java.lang.String[] getUVItems()
        Get U/V variable names
        返回:
        Variable names
      • isOK

        public boolean isOK()
        Get if OK button is pressed
        返回:
        Boolean
      • isUV

        public boolean isUV()
        Get if is U/V
        返回:
        Boolean
      • getXSkip

        public int getXSkip()
        Get x skip
        返回:
        X skip
      • getYSkip

        public int getYSkip()
        Get y skip
        返回:
        Y skip
      • main

        public static void main​(java.lang.String[] args)
        参数:
        args - the command line arguments