Class SkinPopupMenuUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PopupMenuUI
javax.swing.plaf.basic.BasicPopupMenuUI
com.l2fprod.gui.plaf.skin.SkinPopupMenuUI
-
Field Summary
Fields inherited from class BasicPopupMenuUI
popupMenu -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIDescription of the MethodvoidDescription of the MethodvoidDescription of the Methodvoidpaint(Graphics g, JComponent c) Description of the Methodprotected voidDescription of the Methodprotected voidDescription of the MethodMethods inherited from class BasicPopupMenuUI
installKeyboardActions, installUI, isPopupTrigger, uninstallKeyboardActions, uninstallUIMethods inherited from class PopupMenuUI
getPopupMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update
-
Constructor Details
-
SkinPopupMenuUI
public SkinPopupMenuUI()
-
-
Method Details
-
installDefaults
public void installDefaults()Description of the Method- Overrides:
installDefaultsin classBasicPopupMenuUI
-
installListeners
public void installListeners()Description of the Method- Overrides:
installListenersin classBasicPopupMenuUI
-
paint
Description of the Method- Overrides:
paintin classComponentUI- Parameters:
g- Description of Parameterc- Description of Parameter
-
uninstallDefaults
protected void uninstallDefaults()Description of the Method- Overrides:
uninstallDefaultsin classBasicPopupMenuUI
-
uninstallListeners
protected void uninstallListeners()Description of the Method- Overrides:
uninstallListenersin classBasicPopupMenuUI
-
createUI
Description of the Method- Parameters:
c- Description of Parameter- Returns:
- Description of the Returned Value
-
popupMenu
-