public class LayoutAnalyzer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LayoutAnalyzer.AlignInsideUndefinedSizedContainer |
static class |
LayoutAnalyzer.ComponentRelativeSizeInsideUndefinedSizedContainer |
static class |
LayoutAnalyzer.ComponentUndefinedSize |
static class |
LayoutAnalyzer.ExpandedComponentOverlapsAnother |
static class |
LayoutAnalyzer.ExpandOfSingleComponent |
static interface |
LayoutAnalyzer.Inspection |
static class |
LayoutAnalyzer.RelativeHeightComponentInsideUndefinedHeightDialog |
static class |
LayoutAnalyzer.RelativeWidthComponentInsideUndefinedWidthDialog |
static class |
LayoutAnalyzer.ScrollBoxInnerComponentRelativeSize |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<LayoutAnalyzer.Inspection> |
inspections |
protected java.util.List<LayoutAnalyzer.Inspection> |
rootInspections |
Constructor and Description |
---|
LayoutAnalyzer() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LayoutTip> |
analyze(Window window) |
protected java.util.List<LayoutAnalyzer.Inspection> inspections
protected java.util.List<LayoutAnalyzer.Inspection> rootInspections