Uses of Interface
org.eclnt.ccaddons.pbc.xyeditor.logic.IXYContent
Packages that use IXYContent
-
Uses of IXYContent in org.eclnt.ccaddons.pbc.xyeditor
Methods in org.eclnt.ccaddons.pbc.xyeditor that return IXYContentMethods in org.eclnt.ccaddons.pbc.xyeditor that return types with arguments of type IXYContentMethods in org.eclnt.ccaddons.pbc.xyeditor with parameters of type IXYContentModifier and TypeMethodDescriptionprotected BooleanCCXYEditor.checkIfContentCanBeMoved(IXYContent xyContent) protected booleanCCXYEditor.checkIfContentCanBeResized(IXYContent xyContent) booleanCCXYEditor.checkIfContentIsSelected(IXYContent content) voidXYSimpleContent.prepare(IXYContent xyContent) voidCCXYEditor.selectXYContent(IXYContent content) Method parameters in org.eclnt.ccaddons.pbc.xyeditor with type arguments of type IXYContentModifier and TypeMethodDescriptionvoidCCXYEditor.prepare(IXYContentRenderer renderer, List<IXYContent> xyContents, CCXYEditor.IListener listener) voidCCXYEditor.IListener.reactOnSelected(Set<IXYContent> xyContents) voidCCXYEditor.selectXYContents(Set<IXYContent> contents) -
Uses of IXYContent in org.eclnt.ccaddons.pbc.xyeditor.logic
Fields in org.eclnt.ccaddons.pbc.xyeditor.logic with type parameters of type IXYContentMethods in org.eclnt.ccaddons.pbc.xyeditor.logic that return IXYContentMethods in org.eclnt.ccaddons.pbc.xyeditor.logic that return types with arguments of type IXYContentModifier and TypeMethodDescriptionstatic List<IXYContent>XYLogic.createTestContent()IXYContent.getChildren()Methods in org.eclnt.ccaddons.pbc.xyeditor.logic with parameters of type IXYContentModifier and TypeMethodDescriptionstatic XYLogic.XYCoordinateXYLogic.calculateXYCoordinateFromContentToPaintArea(IXYContent xyContent, XYMargin pageMargin) static XYLogic.XYCoordinateXYLogic.calculateXYCoordinateFromPaintAreaToContent(int x, int y, IXYContent xyContent, XYMargin pageMargin) static voidXYLogic.drillUpSizes(IXYContent content) org.eclnt.jsfserver.pagebean.IPageBeanIXYContentRenderer.renderContent(IXYContent content)