The WrappingLabel class in the org.eclipse.gmf.runtime.draw2d.ui.figures package in Java is used in the Eclipse Modeling Framework (GMF) to create a label that automatically wraps text when it exceeds the available width in a figure. This class provides methods to set and retrieve the text content, alignment, font, and color of the label, as well as to adjust its size based on the text content. It is commonly used in graphical user interface (GUI) components to display text labels with dynamic and resizable content.
Java WrappingLabel - 30 examples found. These are the top rated real world Java examples of org.eclipse.gmf.runtime.draw2d.ui.figures.WrappingLabel extracted from open source projects. You can rate examples to help us improve the quality of examples.