Class TaskPaneUI

Direct Known Subclasses:
BasicTaskPaneUI

public abstract class TaskPaneUI extends PanelUI
Pluggable UI for JXTaskPane.
Author:
Frederic Lavigne
  • Constructor Details

    • TaskPaneUI

      public TaskPaneUI()
  • Method Details

    • createAction

      public Component createAction(Action action)
      Called by the component when an action is added to the component through the JXTaskPane.add(Action) method.

      The strategie to create the button icon in AbstractButton.setIconFromAction is first try Action.LARGE_ICON_KEY, if not exists then use Action.SMALL_ICON

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