org.jdesktop.swingx.plaf.basic
Class BasicTaskPaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.TaskPaneUI
-
- org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
-
- Direct Known Subclasses:
- GlossyTaskPaneUI, MetalTaskPaneUI, NimbusTaskPaneUI, WindowsClassicTaskPaneUI, WindowsTaskPaneUI
public class BasicTaskPaneUI extends TaskPaneUI
Base implementation of theJXTaskPaneUI.
-
-
Constructor Summary
Constructors Constructor and Description BasicTaskPaneUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.awt.ComponentcreateAction(javax.swing.Action action)Called by the component when an action is added to the component through theJXTaskPane.add(Action)method.static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)java.awt.DimensiongetPreferredSize(javax.swing.JComponent c)voidinstallUI(javax.swing.JComponent c)voiduninstallUI(javax.swing.JComponent c)
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
-
installUI
public void installUI(javax.swing.JComponent c)
- Overrides:
installUIin classjavax.swing.plaf.ComponentUI
-
uninstallUI
public void uninstallUI(javax.swing.JComponent c)
- Overrides:
uninstallUIin classjavax.swing.plaf.ComponentUI
-
getPreferredSize
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
- Overrides:
getPreferredSizein classjavax.swing.plaf.ComponentUI
-
createAction
public java.awt.Component createAction(javax.swing.Action action)
Description copied from class:TaskPaneUICalled by the component when an action is added to the component through theJXTaskPane.add(Action)method.- Overrides:
createActionin classTaskPaneUI- Returns:
- a component built from the action.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG