org.jdesktop.swingx.plaf
Class TaskPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TaskPaneUI
- Direct Known Subclasses:
- BasicTaskPaneUI
public abstract class TaskPaneUI
- extends PanelUI
Pluggable UI for JXTaskPane
.
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskPaneUI
public TaskPaneUI()
createAction
public Component createAction(Action action)
- Called by the component when an action is added to the component through
the
JXTaskPane.add(Action)
method.
- Parameters:
action
-
- Returns:
- a component built from the action.