Uses of Class
com.iizix.prop.ui.UIPanelPart
Packages that use UIPanelPart
Uses of UIPanelPart in com.iizigo.panel.prop
Subclasses of UIPanelPart in com.iizigo.panel.propUses of UIPanelPart in com.iizix.prop
Methods in com.iizix.prop with parameters of type UIPanelPartModifier and TypeMethodDescriptionvoid
IPanelPartReferenceOwner.onBroken
(UIPanelPart panelPart) Called when the panel part reference has been broken, i.e.void
IPanelPartReferenceOwner.onResolved
(UIPanelPart panelPart) Called when the panel part reference has been resolved.Uses of UIPanelPart in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return types with arguments of type UIPanelPartMethods in com.iizix.prop.ui with parameters of type UIPanelPartModifier and TypeMethodDescriptionprotected void
PanelPartReference.onBroken
(UIPanelPart target) Called when the target is broken.void
UIPanelPartCnr.onBroken
(UIPanelPart panelPart) Called when the panel part reference has been broken, i.e.protected void
PanelPartReference.onResolved
(UIPanelPart target) Called when the target is resolved.void
UIPanelPartCnr.onResolved
(UIPanelPart panelPart) Called when the panel part reference has been resolved.