-
preferencesAbsolutePath
String preferencesAbsolutePath
-
popupActions
List<E> popupActions
Actions that can't fit in the toolbar so they have been put under a popup menu
-
toolBarComponents
List<E> toolBarComponents
Components in the main toolbar (as apposed to the popup) in the order they are in the toolbar
-
rightToolBarComponents
List<E> rightToolBarComponents
-
popupComponents
List<E> popupComponents
Components that can't fit in the toolbar so they have been put under a popup menu
-
allComponents
Map<K,V> allComponents
-
originalActions
Map<K,V> originalActions
-
toolBarActions
List<E> toolBarActions
Actions in toolbar (as apposed to the popup) in the order they are in the toolbar
-
rightToolBarActions
List<E> rightToolBarActions
-
hiddenActions
List<E> hiddenActions
Actions that have been hidden by the user unchecking it in the popup.
-
defaultLarge
boolean defaultLarge
-
defaultLabels
boolean defaultLabels
-
displayLargeLabelsHorizontal
boolean displayLargeLabelsHorizontal
-
autoHideLabels
boolean autoHideLabels
-
popupButton
AbstractButton popupButton
-
popupAction
GeneiousAction.SubMenu popupAction
-
mainToolBar
JToolBar mainToolBar
-
rightToolBar
JToolBar rightToolBar
-
buttonFocusListener
ActionListener buttonFocusListener
-
focusComponent
JComponent focusComponent
-
popupEnabled
boolean popupEnabled
-
iconSizeEnabled
boolean iconSizeEnabled
-
overridePosition
boolean overridePosition
-
popupToolBar
JToolBar popupToolBar
-
widthListener
ComponentAdapter widthListener
-
showLabelsItem
JCheckBoxMenuItem showLabelsItem
-
iconSizeItem
JCheckBoxMenuItem iconSizeItem
-
popupMouseListener
MouseListener popupMouseListener