当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
ToolbarPool (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0
org.openide.awt
Class ToolbarPool
java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.openide.awt.ToolbarPool
- All Implemented Interfaces:
- Accessible, ImageObserver, MenuContainer, Serializable
- public final class ToolbarPool
- extends JComponent
- implements Accessible
This class keeps track of the current toolbars and their names.
- See Also:
- Serialized Form
Methods inherited from class javax.swing.JComponent |
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getUIClassID, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, paramString, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update, updateUI |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
DEFAULT_CONFIGURATION
public static final String DEFAULT_CONFIGURATION
- Name of default toolbar configuration.
- See Also:
- Constant Field Values
ToolbarPool
public ToolbarPool(DataFolder df)
- Creates a new
ToolbarPool
. Useful for modules that need they
own toolbars.
- Parameters:
df
- the data folder to read toolbar definitions and configurations from- Since:
- 1.5
getDefault
public static ToolbarPool getDefault()
- Returns default toolbar pool.
- Returns:
- default system pool
getPreferredIconSize
public int getPreferredIconSize()
- Returns preferred size of icons used by toolbar buttons. Default icons size
is 16x16. Icon size 24x24 is also supported.
- Returns:
- preferred size of toolbar icons in pixels
- Since:
- 4.15
setPreferredIconSize
public void setPreferredIconSize(int preferredIconSize)
throws IllegalArgumentException
- Sets preferred size of icons used by toolbar buttons.
- Parameters:
preferredIconSize
- size of toolbar icons in pixels; currently one of 16 or 24
- Throws:
IllegalArgumentException
- if an unsupported size is given- Since:
- 4.15
getBorder
public Border getBorder()
waitFinished
public final void waitFinished()
- Allows to wait till the content of the pool is initialized.
setToolbarsListener
public void setToolbarsListener(Toolbar.DnDListener l)
- Sets DnDListener to all Toolbars.
findToolbar
public final Toolbar findToolbar(String name)
- Returns a
Toolbar
to which this pool maps the given name.
- Parameters:
name
- a String
that is to be a toolbar's name
- Returns:
- a
Toolbar
to which this pool maps the name
getConfiguration
public final String getConfiguration()
- Getter for the name of current configuration.
- Returns:
- the name of current configuration
setConfiguration
public final void setConfiguration(String n)
- Switch to toolbar configuration by specific config name
- Parameters:
n
- toolbar configuration name
getFolder
public final DataFolder getFolder()
- Returns:
- the
DataFolder
from which the pool was created.
getToolbars
public final Toolbar[] getToolbars()
- Returns the toolbars contained in this pool.
- Returns:
- the toolbars contained in this pool
getConfigurations
public final String[] getConfigurations()
- Returns:
- the names of toolbar configurations contained in this pool
getAccessibleContext
public AccessibleContext getAccessibleContext()
- Read accessible context
- Specified by:
getAccessibleContext
in interface Accessible
- Returns:
- - accessible context