Skip to content.

Sections
Personal tools
You are here: Home » ダウンロード » uml_doclet » javax » swing » uml_AbstractButton

Document Actions

AbstractButton

javax.swing. AbstractButton.ButtonChangeListener
javax.swing. AbstractButton.AccessibleAbstractButton
java.awt. ItemSelectable
+addItemListener(ItemListener ) :void
+getSelectedObjects() :Object
+removeItemListener(ItemListener ) :void
javax.swing. SwingConstants
+CENTER :int
+TOP :int
+LEFT :int
+BOTTOM :int
+RIGHT :int
+NORTH :int
+NORTH_EAST :int
+EAST :int
+SOUTH_EAST :int
+SOUTH :int
+SOUTH_WEST :int
+WEST :int
+NORTH_WEST :int
+HORIZONTAL :int
+VERTICAL :int
+LEADING :int
+TRAILING :int
javax.swing. JComponent
#ui :ComponentUI
#listenerList :EventListenerList
+WHEN_FOCUSED :int
+WHEN_ANCESTOR_OF_FOCUSED_COMPONENT :int
+WHEN_IN_FOCUSED_WINDOW :int
+UNDEFINED_CONDITION :int
+TOOL_TIP_TEXT_KEY :String
#accessibleContext :AccessibleContext
+JComponent()
+updateUI() :void
#setUI(ComponentUI newUI) :void
+getUIClassID() :String
#getComponentGraphics(Graphics g) :Graphics
#paintComponent(Graphics g) :void
#paintChildren(Graphics g) :void
#paintBorder(Graphics g) :void
+update(Graphics g) :void
+paint(Graphics g) :void
+isPaintingTile() :boolean
+isFocusCycleRoot() :boolean
+isManagingFocus() :boolean
+setNextFocusableComponent(Component aComponent) :void
+getNextFocusableComponent() :Component
+setRequestFocusEnabled(boolean aFlag) :void
+isRequestFocusEnabled() :boolean
+requestFocus() :void
+grabFocus() :void
+setPreferredSize(Dimension preferredSize) :void
+getPreferredSize() :Dimension
+setMaximumSize(Dimension maximumSize) :void
+setMinimumSize(Dimension minimumSize) :void
+getMinimumSize() :Dimension
+setBorder(Border border) :void
+getBorder() :Border
+getInsets() :Insets
+getInsets(Insets insets) :Insets
+getAlignmentY() :float
+setAlignmentY(float alignmentY) :void
+getAlignmentX() :float
+setAlignmentX(float alignmentX) :void
+getGraphics() :Graphics
+setDebugGraphicsOptions(int debugOptions) :void
+getDebugGraphicsOptions() :int
+registerKeyboardAction(ActionListener anAction, String aCommand, KeyStroke aKeyStroke, int aCondition) :void
+registerKeyboardAction(ActionListener anAction, KeyStroke aKeyStroke, int aCondition) :void
+unregisterKeyboardAction(KeyStroke aKeyStroke) :void
+getRegisteredKeyStrokes() :KeyStroke
+getConditionForKeyStroke(KeyStroke aKeyStroke) :int
+getActionForKeyStroke(KeyStroke aKeyStroke) :ActionListener
+resetKeyboardActions() :void
+requestDefaultFocus() :boolean
+setVisible(boolean aFlag) :void
+setEnabled(boolean enabled) :void
+setForeground(Color fg) :void
+setBackground(Color bg) :void
+setFont(Font font) :void
+isFocusTraversable() :boolean
#processFocusEvent(FocusEvent e) :void
#processComponentKeyEvent(KeyEvent e) :void
#processKeyEvent(KeyEvent e) :void
+setToolTipText(String text) :void
+getToolTipText() :String
+getToolTipText(MouseEvent event) :String
+getToolTipLocation(MouseEvent event) :Point
+createToolTip() :JToolTip
+scrollRectToVisible(Rectangle aRect) :void
+setAutoscrolls(boolean autoscrolls) :void
+getAutoscrolls() :boolean
#processMouseMotionEvent(MouseEvent e) :void
+getAccessibleContext() :AccessibleContext
+getClientProperty(Object key) :Object
+putClientProperty(Object key, Object value) :void
+isLightweightComponent(Component c) :boolean
+reshape(int x, int y, int w, int h) :void
+getBounds(Rectangle rv) :Rectangle
+getSize(Dimension rv) :Dimension
+getLocation(Point rv) :Point
+getX() :int
+getY() :int
+getWidth() :int
+getHeight() :int
+hasFocus() :boolean
+isOpaque() :boolean
+setOpaque(boolean isOpaque) :void
+computeVisibleRect(Rectangle visibleRect) :void
+getVisibleRect() :Rectangle
#firePropertyChange(String propertyName, Object oldValue, Object newValue) :void
+firePropertyChange(String propertyName, byte oldValue, byte newValue) :void
+firePropertyChange(String propertyName, char oldValue, char newValue) :void
+firePropertyChange(String propertyName, short oldValue, short newValue) :void
+firePropertyChange(String propertyName, int oldValue, int newValue) :void
+firePropertyChange(String propertyName, long oldValue, long newValue) :void
+firePropertyChange(String propertyName, float oldValue, float newValue) :void
+firePropertyChange(String propertyName, double oldValue, double newValue) :void
+firePropertyChange(String propertyName, boolean oldValue, boolean newValue) :void
+addPropertyChangeListener(PropertyChangeListener listener) :void
+removePropertyChangeListener(PropertyChangeListener listener) :void
#fireVetoableChange(String propertyName, Object oldValue, Object newValue) :void
+addVetoableChangeListener(VetoableChangeListener listener) :void
+removeVetoableChangeListener(VetoableChangeListener listener) :void
+getTopLevelAncestor() :Container
+addAncestorListener(AncestorListener listener) :void
+removeAncestorListener(AncestorListener listener) :void
+addNotify() :void
+removeNotify() :void
+repaint(long tm, int x, int y, int width, int height) :void
+repaint(Rectangle r) :void
+revalidate() :void
+isValidateRoot() :boolean
+isOptimizedDrawingEnabled() :boolean
+paintImmediately(int x, int y, int w, int h) :void
+paintImmediately(Rectangle r) :void
+setDoubleBuffered(boolean aFlag) :void
+isDoubleBuffered() :boolean
+getRootPane() :JRootPane
#paramString() :String
javax.swing. AbstractButton
+MODEL_CHANGED_PROPERTY :String
+TEXT_CHANGED_PROPERTY :String
+MNEMONIC_CHANGED_PROPERTY :String
+MARGIN_CHANGED_PROPERTY :String
+VERTICAL_ALIGNMENT_CHANGED_PROPERTY :String
+HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY :String
+VERTICAL_TEXT_POSITION_CHANGED_PROPERTY :String
+HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY :String
+BORDER_PAINTED_CHANGED_PROPERTY :String
+FOCUS_PAINTED_CHANGED_PROPERTY :String
+ROLLOVER_ENABLED_CHANGED_PROPERTY :String
+CONTENT_AREA_FILLED_CHANGED_PROPERTY :String
+ICON_CHANGED_PROPERTY :String
+PRESSED_ICON_CHANGED_PROPERTY :String
+SELECTED_ICON_CHANGED_PROPERTY :String
+ROLLOVER_ICON_CHANGED_PROPERTY :String
+ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY :String
+DISABLED_ICON_CHANGED_PROPERTY :String
+DISABLED_SELECTED_ICON_CHANGED_PROPERTY :String
#model :ButtonModel
#changeListener :ChangeListener
#itemListener :ItemListener
#changeEvent :ChangeEvent
+AbstractButton()
+getText() :String
+setText(String text) :void
+isSelected() :boolean
+setSelected(boolean b) :void
+doClick() :void
+doClick(int pressTime) :void
+setMargin(Insets m) :void
+getMargin() :Insets
+getIcon() :Icon
+setIcon(Icon defaultIcon) :void
+getPressedIcon() :Icon
+setPressedIcon(Icon pressedIcon) :void
+getSelectedIcon() :Icon
+setSelectedIcon(Icon selectedIcon) :void
+getRolloverIcon() :Icon
+setRolloverIcon(Icon rolloverIcon) :void
+getRolloverSelectedIcon() :Icon
+setRolloverSelectedIcon(Icon rolloverSelectedIcon) :void
+getDisabledIcon() :Icon
+setDisabledIcon(Icon disabledIcon) :void
+getDisabledSelectedIcon() :Icon
+setDisabledSelectedIcon(Icon disabledSelectedIcon) :void
+getVerticalAlignment() :int
+setVerticalAlignment(int alignment) :void
+getHorizontalAlignment() :int
+setHorizontalAlignment(int alignment) :void
+getVerticalTextPosition() :int
+setVerticalTextPosition(int textPosition) :void
+getHorizontalTextPosition() :int
+setHorizontalTextPosition(int textPosition) :void
#checkHorizontalKey(int key, String exception) :int
#checkVerticalKey(int key, String exception) :int
+setActionCommand(String actionCommand) :void
+getActionCommand() :String
+isBorderPainted() :boolean
+setBorderPainted(boolean b) :void
#paintBorder(Graphics g) :void
+isFocusPainted() :boolean
+setFocusPainted(boolean b) :void
+isContentAreaFilled() :boolean
+setContentAreaFilled(boolean b) :void
+isRolloverEnabled() :boolean
+setRolloverEnabled(boolean b) :void
+getMnemonic() :int
+setMnemonic(int mnemonic) :void
+setMnemonic(char mnemonic) :void
+getModel() :ButtonModel
+setModel(ButtonModel newModel) :void
+getUI() :ButtonUI
+setUI(ButtonUI ui) :void
+updateUI() :void
+addChangeListener(ChangeListener l) :void
+removeChangeListener(ChangeListener l) :void
#fireStateChanged() :void
+addActionListener(ActionListener l) :void
+removeActionListener(ActionListener l) :void
#createChangeListener() :ChangeListener
#fireActionPerformed(ActionEvent event) :void
#fireItemStateChanged(ItemEvent event) :void
#createActionListener() :ActionListener
#createItemListener() :ItemListener
+setEnabled(boolean b) :void
+getLabel() :String
+setLabel(String label) :void
+addItemListener(ItemListener l) :void
+removeItemListener(ItemListener l) :void
+getSelectedObjects() :Object
#init(String text, Icon icon) :void
#paramString() :String
javax.swing. JMenuItem
+JMenuItem()
+JMenuItem(Icon icon)
+JMenuItem(String text)
+JMenuItem(String text, Icon icon)
+JMenuItem(String text, int mnemonic)
#init(String text, Icon icon) :void
+setUI(MenuItemUI ui) :void
+updateUI() :void
+getUIClassID() :String
+setArmed(boolean b) :void
+isArmed() :boolean
+setEnabled(boolean b) :void
+setAccelerator(KeyStroke keyStroke) :void
+getAccelerator() :KeyStroke
+processMouseEvent(MouseEvent e, MenuElement path, MenuSelectionManager manager) :void
+processKeyEvent(KeyEvent e, MenuElement path, MenuSelectionManager manager) :void
+processMenuDragMouseEvent(MenuDragMouseEvent e) :void
+processMenuKeyEvent(MenuKeyEvent e) :void
#fireMenuDragMouseEntered(MenuDragMouseEvent event) :void
#fireMenuDragMouseExited(MenuDragMouseEvent event) :void
#fireMenuDragMouseDragged(MenuDragMouseEvent event) :void
#fireMenuDragMouseReleased(MenuDragMouseEvent event) :void
#fireMenuKeyPressed(MenuKeyEvent event) :void
#fireMenuKeyReleased(MenuKeyEvent event) :void
#fireMenuKeyTyped(MenuKeyEvent event) :void
+menuSelectionChanged(boolean isIncluded) :void
+getSubElements() :MenuElement
+getComponent() :Component
+addMenuDragMouseListener(MenuDragMouseListener l) :void
+removeMenuDragMouseListener(MenuDragMouseListener l) :void
+addMenuKeyListener(MenuKeyListener l) :void
+removeMenuKeyListener(MenuKeyListener l) :void
#paramString() :String
+getAccessibleContext() :AccessibleContext
javax.swing. JToggleButton
+JToggleButton()
+JToggleButton(Icon icon)
+JToggleButton(Icon icon, boolean selected)
+JToggleButton(String text)
+JToggleButton(String text, boolean selected)
+JToggleButton(String text, Icon icon)
+JToggleButton(String text, Icon icon, boolean selected)
+updateUI() :void
+getUIClassID() :String
#paramString() :String
+getAccessibleContext() :AccessibleContext
javax.swing. JButton
+JButton()
+JButton(Icon icon)
+JButton(String text)
+JButton(String text, Icon icon)
+updateUI() :void
+getUIClassID() :String
+isDefaultButton() :boolean
+isDefaultCapable() :boolean
+setDefaultCapable(boolean defaultCapable) :void
#paramString() :String
+getAccessibleContext() :AccessibleContext