Documentation of 'visad.browser.Divider' Java class
Divider
visad.browser

Class Divider

  • All Implemented Interfaces:
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable


    public class Divider
    extends java.awt.Component
    A small divider for visually separating components.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.awt.Component

        java.awt.Component.BaselineResizeBehavior
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int HORIZONTAL
      Constant for horizontal divider alignment.
      static int VERTICAL
      Constant for vertical divider alignment.
      • Fields inherited from class java.awt.Component

        BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
      • Fields inherited from interface java.awt.image.ImageObserver

        ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
    • Constructor Summary

      Constructors 
      Constructor and Description
      Divider()
      Constructor for horizontal divider.
      Divider(int orientation)
      Constructor for divider in the given orientation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.awt.Dimension getMaximumSize()
      Gets the divider's maximum size.
      java.awt.Dimension getMinimumSize()
      Gets the divider's minimum size.
      java.awt.Dimension getPreferredSize()
      Gets the divider's preferred size.
      void paint(java.awt.Graphics g)
      Paints the divider.
      • Methods inherited from class java.awt.Component

        action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, dispatchEvent, doLayout, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getAlignmentX, getAlignmentY, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, resize, resize, revalidate, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, update, validate
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • HORIZONTAL

        public static final int HORIZONTAL
        Constant for horizontal divider alignment.
        See Also:
        Constant Field Values
      • VERTICAL

        public static final int VERTICAL
        Constant for vertical divider alignment.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Divider

        public Divider()
        Constructor for horizontal divider.
      • Divider

        public Divider(int orientation)
        Constructor for divider in the given orientation.
        Parameters:
        orientation - Divider.HORIZONTAL or Divider.VERTICAL
    • Method Detail

      • paint

        public void paint(java.awt.Graphics g)
        Paints the divider.
        Overrides:
        paint in class java.awt.Component
      • getMinimumSize

        public java.awt.Dimension getMinimumSize()
        Gets the divider's minimum size.
        Overrides:
        getMinimumSize in class java.awt.Component
      • getPreferredSize

        public java.awt.Dimension getPreferredSize()
        Gets the divider's preferred size.
        Overrides:
        getPreferredSize in class java.awt.Component
      • getMaximumSize

        public java.awt.Dimension getMaximumSize()
        Gets the divider's maximum size.
        Overrides:
        getMaximumSize in class java.awt.Component

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.