-
ae.java.awt.peer.ComponentPeer.layout()
Used by lightweight implementations to tell a ComponentPeer to layout its sub-elements. For instance, a lightweight Checkbox needs to layout the box, as well as the text label.
-
ae.sun.font.GlyphLayout.layout()
Create a glyph vector.
@param font the font to use
@param frc the font render context
@param text the text, including optional context before start and after start + count
@param offset the start of the text to lay out
@param count the length of the text to lay out
@param flags bidi and context flags {@see #ae.java.awt.Font}
@param result a StandardGlyphVector to modify, can be null
@return the layed out glyphvector, if result was passed in, it is returned
-
com.aelitis.azureus.ui.swt.skin.SWTSkin.layout()
Bug: When paint listener is set to shell, browser widget will flicker on OSX when resizing if (!(control instanceof Shell)) { control.addListener(SWT.Paint, ontopPaintListener); } if (control instanceof Composite) { Composite composite = (Composite) control; Control[] children = composite.getChildren(); for (int i = 0; i < children.length; i++) { addPaintListenerToAll(children[i]); } } }
-
com.ardor3d.extension.ui.UIFrame.layout()
-
com.ardor3d.extension.ui.UIPanel.layout()
-
com.badlogic.gdx.scenes.scene2d.Layout.layout()
Positions and sizes each child of this actor. Subsequent calls will not have any affect unless {@link #invalidate()} iscalled.
-
com.dotcms.repackage.org.xhtmlrenderer.pdf.ITextRenderer.layout()
-
com.extjs.gxt.ui.client.widget.ContentPanel.layout()
-
com.extjs.gxt.ui.client.widget.LayoutContainer.layout()
-
com.extjs.gxt.ui.client.widget.TabItem.layout()
-
com.google.gwt.layout.client.Layout.layout()
Constructs a new layout associated with the given parent element.
@param parent the element to serve as the layout parent
-
com.kitfox.svg.Marker.MarkerLayout.layout()
-
com.samskivert.swing.Label.layout()
Calls {@link #layout(Graphics2D)} with the graphics context for the given component.
-
com.sun.star.wizards.report.IReportBuilderLayouter.layout()
This method redraws the whole layout with all it's content
-
com.vaadin.client.ui.SimpleManagedLayout.layout()
-
diva.graph.layout.GlobalLayout.layout()
Layout the graph model in the viewport specified by the layout target environment.
-
diva.graph.layout.LevelLayout.layout()
Perform the levelizing layout on the given composite in the given target environment. It operates on a copy of the composite and then copies the layout results back into the original view (the given layout target).
-
diva.graph.layout.RandomLayout.layout()
Layout the graph model and viewport specified by the given target environment. Tries to be smart by not placing nodes on top of one another if possible, but doesn't guarantee anything about the layout except that it will fall into the required viewport.
-
edu.indiana.extreme.xbaya.gui.GridPanel.layout()
Layouts the child components of a specified parent component using GridBagLayout.
@param numRow The number of rows
@param numColumn The number of columns
@param weightedRow The row to weight
@param weightedColumn The column to weight
-
java.awt.peer.ComponentPeer.layout()
Used by lightweight implementations to tell a ComponentPeer to layout its sub-elements. For instance, a lightweight Checkbox needs to layout the box, as well as the text label.
-
org.apache.airavata.xbaya.gui.GridPanel.layout()
Layouts the child components of a specified parent component using GridBagLayout.
@param numRow The number of rows
@param numColumn The number of columns
@param weightedRow The row to weight
@param weightedColumn The column to weight
-
org.apache.airavata.xbaya.ui.widgets.GridPanel.layout()
Layouts the child components of a specified parent component using GridBagLayout.
@param numRow The number of rows
@param numColumn The number of columns
@param weightedRow The row to weight
@param weightedColumn The column to weight
-
org.apache.fop.fo.FONode.layout()
-
org.apache.fop.fo.flow.Flow.layout()
-
org.apache.isis.viewer.dnd.View.layout()
-
org.apache.isis.viewer.dnd.table.TableRowLayout.layout()
-
org.apache.isis.viewer.dnd.view.View.layout()
-
org.apache.myfaces.tobago.internal.layout.LayoutContext.layout()
-
org.chromium.debug.ui.source.SourceNameMapperContainerDialog.ContainerStatusGroup.layout()
-
org.eclipse.draw2d.LayoutManager.layout()
-
org.eclipse.jface.viewers.TableLayout.layout()
-
org.eclipse.swt.custom.CTabFolder.layout()
-
org.eclipse.swt.custom.ScrolledComposite.layout()
-
org.eclipse.swt.custom.TreeEditor.layout()
-
org.eclipse.swt.widgets.Composite.layout()
If the receiver has a layout, asks the layout to
lay out (that is, set the size and location of) the receiver's children. If the receiver does not have a layout, do nothing.
This is equivalent to calling layout(true)
.
Note: Layout is different from painting. If a child is moved or resized such that an area in the parent is exposed, then the parent will paint. If no child is affected, the parent will not paint.
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
org.eclipse.swt.widgets.Shell.layout()
-
org.eclipse.swt.widgets.Tree.layout()
-
org.eclipse.ui.forms.widgets.ScrolledForm.layout()
-
org.eclipse.ui.internal.forms.widgets.Paragraph.layout()
-
org.fusesource.scalate.japi.TemplateEngineFacade.layout()
-
org.geomajas.plugin.printing.document.SinglePageDocument.layout()
Re-calculates the layout and renders to internal memory stream. Always call this method before calling render() to make sure that the latest document changes have been taken into account for rendering.
@param format format
@throws PrintingException oops
-
org.gwt.mosaic.ui.client.DeckLayoutPanel.layout()
-
org.gwt.mosaic.ui.client.layout.HasLayoutManager.layout()
If the receiver has a {@link LayoutManager}, asks the layout to
lay out (that is, set the size and location of) the receiver's children. If the receiver does not have a layout, do nothing.
This method should be invoked when this receiver's children are modified (added or removed from the receiver, or layout-related information changed) after the receiver has been displayed.
Note: this is equivalent to {@link #layout(false)}.
@see #layout(boolean)
@see #invalidate(boolean)
-
org.gwt.mosaic.ui.client.layout.LayoutPanel.layout()
-
org.pentaho.reporting.designer.core.editor.report.layouting.ReportLayouter.layout()
-
org.pentaho.ui.xul.impl.AbstractXulComponent.layout()
-
org.sf.feeling.swt.win32.internal.extension.widgets.BorderCanvas.layout()
-
org.springframework.ide.eclipse.beans.ui.graph.model.Graph.layout()
-
org.terasology.logic.behavior.asset.BehaviorTree.layout()
-
org.terasology.logic.behavior.asset.BehaviorTreeData.layout()
-
org.wso2.carbon.bpel.ui.bpel2svg.ActivityInterface.layout()
-
org.xhtmlrenderer.newtable.TableBox.layout()
-
org.xhtmlrenderer.pdf.ITextRenderer.layout()
-
org.xhtmlrenderer.render.BlockBox.layout()
-
org.xhtmlrenderer.render.PageBox.layout()
-
org.xhtmlrenderer.simple.Graphics2DRenderer.layout()
Lay out the document with the specified dimensions, without rendering.
@param g2 the canvas to layout on.
@param dim dimensions of the container for the document
-
sun.font.GlyphLayout.layout()
Create a glyph vector.
@param font the font to use
@param frc the font render context
@param text the text, including optional context before start and after start + count
@param offset the start of the text to lay out
@param count the length of the text to lay out
@param flags bidi and context flags {@see #java.awt.Font}
@param result a StandardGlyphVector to modify, can be null
@return the layed out glyphvector, if result was passed in, it is returned
-
util.settings.WindowSetting.layout()
Sets the values to the given window.
@param window The window to set the values for.