Uses of Interface
net.sf.okapi.common.uidescription.IContainerPart
-
Packages that use IContainerPart Package Description net.sf.okapi.common.uidescription Classes used to describe, in a UI-independent way, the UI parts used to edit parameters. -
-
Uses of IContainerPart in net.sf.okapi.common.uidescription
Fields in net.sf.okapi.common.uidescription declared as IContainerPart Modifier and Type Field Description protected IContainerPartAbstractPart. containerMethods in net.sf.okapi.common.uidescription that return IContainerPart Modifier and Type Method Description IContainerPartAbstractPart. getContainer()Gets the container part of this part.Methods in net.sf.okapi.common.uidescription with parameters of type IContainerPart Modifier and Type Method Description voidAbstractPart. setContainer(IContainerPart container)Sets the container part for this part.
-