Uses of Class
com.iizix.prop.ui.UIPanelPart
Packages that use UIPanelPart Package Description com.iizigo.panel.prop com.iizix.prop com.iizix.prop.ui Uses of UIPanelPart in com.iizigo.panel.prop
Subclasses of UIPanelPart in com.iizigo.panel.prop Modifier and Type Class Description class
EUIPanelPart
Editor class for UIPanel.Uses of UIPanelPart in com.iizix.prop
Methods in com.iizix.prop with parameters of type UIPanelPart Modifier and Type Method Description void
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 UIPanelPart Modifier and Type Method Description java.lang.Class<UIPanelPart>
PanelPartReference. getPropertyClass()
Gets the class wanted.Methods in com.iizix.prop.ui with parameters of type UIPanelPart Modifier and Type Method Description protected 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.