Package com.mucommander.ui.button

Provides various JButton implementations.

See:
          Description

Class Summary
ArrowButton ArrowButton is a button displaying an arrow icon pointing to a specified direction (up/down/left/right).
ButtonChoicePanel ButtonChoicePanel lays out an array of buttons on a grid and provides an easy way for the user to navigate and select buttons : At any given time, the current active button (the first one initially) can be selected by pressing ENTER LEFT key goes back to the previous button, to the last button if current button is the first one RIGHT key goes forward one button, to the first button if current button is the last one UP key goes up one row, to the last row if current button is on the first row DOWN key goes down one row, to the first row if current button is on the last row Buttons can directly be selected by pressing the Mnemonic associated with the button (if any) This does not interfere with regular focus management where TAB (resp.
CollapseExpandButton CollapseExpandButton provides a expand/collapse functionality to a component: clicking the button expands/collapses the associated component making it visible/unvisible, and resizes the window that contains it so that it properly fits.
HelpButton This is a contextual 'Help' button to be used wherever help is available or needed.
HelpButtonPanel A simple panel that lays out a HelpButton, aligning to the right.
NonFocusableButton NonFocusableButton is a JButton which is non focusable, i.e.
PopupButton PopupButton is a compound component that combines a JButton with a JPopupMenu.
RolloverButtonAdapter This class allows to add a rollover effect to a JButton.
 

Package com.mucommander.ui.button Description

Provides various JButton implementations.



This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard