org.jdesktop.swingx.plaf
Class TaskPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jdesktop.swingx.plaf.TaskPaneUI
Direct Known Subclasses:
BasicTaskPaneUI

public abstract class TaskPaneUI
extends PanelUI

Pluggable UI for JXTaskPane.


Constructor Summary
TaskPaneUI()
           
 
Method Summary
 Component createAction(Action action)
          Called by the component when an action is added to the component through the JXTaskPane.add(Action) method.
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, 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
 

Constructor Detail

TaskPaneUI

public TaskPaneUI()
Method Detail

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.