com.l2fprod.common.swing.plaf
Class TaskPaneGroupUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by com.l2fprod.common.swing.plaf.TaskPaneGroupUI
Direct Known Subclasses:
BasicTaskPaneGroupUI

public class TaskPaneGroupUI
extends javax.swing.plaf.PanelUI

Pluggable UI for JTaskPaneGroup.


Constructor Summary
TaskPaneGroupUI()
           
 
Method Summary
 java.awt.Component createAction(javax.swing.Action action)
          Called by the component when an action is added to the component through the JTaskPaneGroup.add(Action) method.
 
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
 

Constructor Detail

TaskPaneGroupUI

public TaskPaneGroupUI()
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 the JTaskPaneGroup.add(Action) method.

Parameters:
action -
Returns:
a component built from the action.