Package com.jidesoft.plaf.basic
Class BasicJidePopupUI
java.lang.Object
javax.swing.plaf.ComponentUI
com.jidesoft.plaf.PopupUI
com.jidesoft.plaf.basic.BasicJidePopupUI
A basic Linvalid input: '&F' implementation of Popup.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LayoutManagerprotected JComponentprotected JComponentprotected JidePopupprotected PropertyChangeListenerprotected JComponentprotected Gripperprotected JComponent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponentprotected LayoutManagerprotected JComponentprotected PropertyChangeListenerprotected JComponentstatic ComponentUIprotected JComponentprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoidfinal booleanprotected final booleanprotected voidreplacePane(JComponent currentPane, JComponent newPane) Installs necessary mouse handlers onnewPaneand adds it to the frame.protected voidprotected final voidsetKeyBindingActive(boolean b) protected final voidsetKeyBindingRegistered(boolean b) protected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoidMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, paint, update
-
Field Details
-
_popup
-
_propertyChangeListener
-
_dockableFrameLayout
-
_northPane
-
_southPane
-
_westPane
-
_eastPane
-
_titlePane
-
-
Constructor Details
-
BasicJidePopupUI
public BasicJidePopupUI() -
BasicJidePopupUI
-
-
Method Details
-
createUI
-
installUI
- Overrides:
installUIin classComponentUI
-
uninstallUI
- Overrides:
uninstallUIin classComponentUI
-
installDefaults
protected void installDefaults() -
installKeyboardActions
protected void installKeyboardActions() -
installComponents
protected void installComponents() -
installListeners
protected void installListeners() -
uninstallDefaults
protected void uninstallDefaults() -
uninstallComponents
protected void uninstallComponents() -
uninstallListeners
protected void uninstallListeners() -
uninstallKeyboardActions
protected void uninstallKeyboardActions() -
getGripper
- Specified by:
getGripperin classPopupUI
-
createLayoutManager
-
createPropertyChangeListener
-
getPreferredSize
- Overrides:
getPreferredSizein classComponentUI
-
getMinimumSize
- Overrides:
getMinimumSizein classComponentUI
-
getMaximumSize
- Overrides:
getMaximumSizein classComponentUI
-
replacePane
Installs necessary mouse handlers onnewPaneand adds it to the frame. Reverse process for thecurrentPane. -
deinstallMouseHandlers
-
installMouseHandlers
-
createNorthPane
-
createSouthPane
-
createWestPane
-
createEastPane
-
isKeyBindingRegistered
protected final boolean isKeyBindingRegistered() -
setKeyBindingRegistered
protected final void setKeyBindingRegistered(boolean b) -
isKeyBindingActive
public final boolean isKeyBindingActive() -
setKeyBindingActive
protected final void setKeyBindingActive(boolean b) -
setupMenuOpenKey
protected void setupMenuOpenKey() -
setupMenuCloseKey
protected void setupMenuCloseKey() -
getNorthPane
-
setNorthPane
-
getSouthPane
-
setSouthPane
-
getWestPane
-
setWestPane
-
getEastPane
-
setEastPane
-