Information | |
---|---|
has gloss | eng: Layout managers are software components used in widget toolkits which have the ability to lay out widgets by their relative positions without using distance units. It is often more natural to define component layouts in this manner than to define their position in pixels or common distance units, so a number of popular widget toolkits include this ability by default. Widget toolkits that provide this function can generally be classified into two groups: *Those where the layout behavior is coded in special graphic containers. This is the case in XUL and the .NET Framework widget toolkit (both in Windows Forms and in XAML). *Those where the layout behavior is coded in layout managers, that can be applied to any graphic container. This is the case in the Swing widget toolkit that is part of the Java API. |
lexicalization | eng: layout manager |
instance of | e/GUI widget |
Meaning | |
---|---|
German | |
has gloss | deu: Layoutmanager bezeichnet in der objektorientierten Programmierung Klassen, die sich um die Anordnung visueller Komponenten in einem übergeordneten Container (z. B. einem Fenster) kümmern. Dabei wird nicht im klassischen Sinne jede Komponente eine Position und Größe mittels Pixelkoordinaten positioniert, sondern der Layoutmanager besitzt ein definiertes Regelwerk, wie die Komponenten angeordnet werden sollen. Der wichtigste Vorteil von Layoutmanagern gegenüber der absoluten Positionierung ist die Unabhängigkeit von Zeichensatz- und Fenstergrößen. |
lexicalization | deu: Layoutmanager |
Japanese | |
has gloss | jpn: レイアウトマネージャ()は、ウィジェット・ツールキットで使われるソフトウェアコンポーネントであり、距離単位を使わずにウィジェット群を相対位置に基づいて配置する機能を持つ。 |
lexicalization | jpn: レイアウトマネージャ |
Media | |
---|---|
media:img | FlowLayoutDemo.gif |
media:img | Java-LayoutManager-BorderLayout.svg |
Lexvo © 2008-2025 Gerard de Melo. Contact Legal Information / Imprint