Uses of Class
org.eclnt.ccaddons.pbc.palayout.logic.net.NetElement
Packages that use NetElement
Package
Description
-
Uses of NetElement in org.eclnt.ccaddons.pbc.palayout.logic.net
Methods in org.eclnt.ccaddons.pbc.palayout.logic.net that return NetElementMethods in org.eclnt.ccaddons.pbc.palayout.logic.net that return types with arguments of type NetElementModifier and TypeMethodDescriptionstatic List<NetElement>NetElementUtil.buildTestListOfNetElements()static List<NetElement>NetElementUtil.buildTestListOfNetElements2()protected List<NetElement>NetElementMatrix.findStartElements(List<NetElement> netElements) NetElementMatrix.getAllContainedNetElements()NetElementMatrixRow.getElements()NetElement.getFromElements()NetElement.getToElements()Methods in org.eclnt.ccaddons.pbc.palayout.logic.net with parameters of type NetElementModifier and TypeMethodDescriptionprotected voidNetElementMatrix.addElement(NetElement netElement) voidNetElement.addToElements(NetElement... toElements) booleanNetElementMatrix.checkIfNetElementBetween(NetElement ne1, NetElement ne2) intNetElementMatrixRow.getPositionOfElement(NetElement element) voidNetElementMatrix.JUNIT_addElement(NetElement netElement) voidNetElementMatrixRow.removeElement(NetElement element) voidNetElement.removeToElements(NetElement... toElements) voidNetElementMatrixRow.setAtPosition(int i, NetElement element) Method parameters in org.eclnt.ccaddons.pbc.palayout.logic.net with type arguments of type NetElementModifier and TypeMethodDescriptionvoidNetElementMatrix.addElements(List<NetElement> netElements) Adds the elements to the matrix. - Clears all inner data before, so you can call continuously.protected List<NetElement>NetElementMatrix.findStartElements(List<NetElement> netElements) -
Uses of NetElement in org.eclnt.ccaddons.pbc.palayout.view.dialogs
Methods in org.eclnt.ccaddons.pbc.palayout.view.dialogs that return NetElementModifier and TypeMethodDescriptionLayoutProcess.ElementUI.getElement()RendererDecision.getElement()RendererStep.getElement()Methods in org.eclnt.ccaddons.pbc.palayout.view.dialogs with parameters of type NetElementModifier and TypeMethodDescriptionintLayoutProcess.checkIfElementsIsConnectedToSelectedElements(NetElement element) intLayoutProcess.DefaultListener.getHeightForElement(NetElement element) intLayoutProcess.IListener.getHeightForElement(NetElement element) LayoutProcess.DefaultListener.getLineText(NetElement from, NetElement to) LayoutProcess.IListener.getLineText(NetElement from, NetElement to) org.eclnt.jsfserver.pagebean.IPageBeanLayoutProcess.DefaultListener.getPageBeanForElement(NetElement element) org.eclnt.jsfserver.pagebean.IPageBeanLayoutProcess.IListener.getPageBeanForElement(NetElement element) intLayoutProcess.DefaultListener.getWidthForElement(NetElement element) intLayoutProcess.IListener.getWidthForElement(NetElement element) voidRendererDecision.prepare(NetElement element, RendererDecision.IListener listener) voidRendererStep.prepare(NetElement element, RendererStep.IListener listener) voidLayoutProcess.selectNetElement(NetElement newElement) Constructors in org.eclnt.ccaddons.pbc.palayout.view.dialogs with parameters of type NetElement