Class TaskPaneUI

  • Direct Known Subclasses:
    BasicTaskPaneUI

    public abstract class TaskPaneUI
    extends javax.swing.plaf.PanelUI
    Pluggable UI for JXTaskPane.
    • 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 the JXTaskPane.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

      • TaskPaneUI

        public TaskPaneUI()
    • 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 JXTaskPane.add(Action) method.
        Parameters:
        action -
        Returns:
        a component built from the action.