com.l2fprod.common.swing.plaf
Class TaskPaneGroupUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.PanelUI
          extended bycom.l2fprod.common.swing.plaf.TaskPaneGroupUI

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, 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.


Copyright (c) 2005-2006 L2FProd.com. All Rights Reserved.