jp.hishidama.swing.layout
クラス GroupLayoutUtil.Gap

java.lang.Object
  上位を拡張 java.awt.Component
      上位を拡張 jp.hishidama.swing.layout.GroupLayoutUtil.Gap
すべての実装されたインタフェース:
ImageObserver, MenuContainer, Serializable
含まれているクラス:
GroupLayoutUtil

public static class GroupLayoutUtil.Gap
extends Component

ギャップ指定コンポーネント.

コンポーネントの左および上にギャップを追加する為のコンポーネント。
使用例

導入されたバージョン:
2009.11.07
作成者:
ひしだま
関連項目:
直列化された形式

入れ子のクラスの概要
 
クラス java.awt.Component から継承された入れ子のクラス/インタフェース
Component.BaselineResizeBehavior
 
フィールドの概要
 
クラス 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
 
コンストラクタの概要
GroupLayoutUtil.Gap(Component comp, int colSize, int rowSize)
          コンストラクター.
GroupLayoutUtil.Gap(Component comp, int colMin, int colPref, int colMax, int rowMin, int rowPref, int rowMax)
          コンストラクター.
 
メソッドの概要
 Component getComponent()
          コンポーネント取得.
 
クラス 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, getMaximumSize, getMinimumSize, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPreferredSize, 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, paint, 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, 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
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

GroupLayoutUtil.Gap

public GroupLayoutUtil.Gap(Component comp,
                           int colSize,
                           int rowSize)
コンストラクター.

パラメータ:
comp - コンポーネント
colSize - 列ギャップサイズ(負のときはギャップを追加しない)
rowSize - 行ギャップサイズ(負のときはギャップを追加しない)
関連項目:
GroupLayout.SequentialGroup.addGap(int)

GroupLayoutUtil.Gap

public GroupLayoutUtil.Gap(Component comp,
                           int colMin,
                           int colPref,
                           int colMax,
                           int rowMin,
                           int rowPref,
                           int rowMax)
コンストラクター.

パラメータ:
comp - コンポーネント
colMin - 列ギャップ最小サイズ
colPref - 列ギャップ推奨サイズ(負のときはギャップを追加しない)
colMax - 列ギャップ最大サイズ
rowMin - 行ギャップ最小サイズ
rowPref - 行ギャップ推奨サイズ(負のときはギャップを追加しない)
rowMax - 行ギャップ最大サイズ
関連項目:
GroupLayout.SequentialGroup.addGap(int, int, int)
メソッドの詳細

getComponent

public Component getComponent()
コンポーネント取得.

戻り値:
コンポーネント