Uses of Class
com.iizigo.prop.PropLabel
Packages that use PropLabel Package Description com.iizigo.prop Uses of PropLabel in com.iizigo.prop
Methods in com.iizigo.prop that return PropLabel Modifier and Type Method Description PropLabel
DefinedButton. getLabel()
Gets the label attached, perhaps null.PropLabel
MultiPropLabel. getLastLabel()
Gets the last label created bycreateMultiEditItem()
.Methods in com.iizigo.prop with parameters of type PropLabel Modifier and Type Method Description EditedPropController<PROP,PROP_VALUE>
BaseEditor. assignMaster(MultiPropCnr master, java.lang.Class<PROP> propertyClass, PropLabel label)
Assigns the master property controller.EditedPropController<PROP,PROP_VALUE>
IEditedPropertyEntryMultiProp. assignMaster(MultiPropCnr master, java.lang.Class<PROP> propertyClass, PropLabel label)
Assigns the master property controller.void
DefinedButton. registerPropLabel(IPropertyEditorController controller, PropLabel label, PropertyEditor.Node node)
Registers a property and label.