Package 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 javax.swing.plaf.PanelUI
Pluggable UI forJXTaskPane
.- Author:
- Frederic Lavigne
-
-
Constructor Summary
Constructors Constructor Description TaskPaneUI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Component
createAction(javax.swing.Action action)
Called by the component when an action is added to the component through theJXTaskPane.add(Action)
method.
-
-
-
Method Detail
-
createAction
public java.awt.Component createAction(javax.swing.Action action)
Called by the component when an action is added to the component through theJXTaskPane.add(Action)
method.- Parameters:
action
-- Returns:
- a component built from the action.
-
-