Uses of Enum
com.googlecode.lanterna.gui2.BorderLayout.Location
Packages that use BorderLayout.Location
-
Uses of BorderLayout.Location in com.googlecode.lanterna.gui2
Subclasses with type arguments of type BorderLayout.Location in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionstatic enumThis type is what you use as the layout data for components added to a panel usingBorderLayoutfor its layout manager.Fields in com.googlecode.lanterna.gui2 with type parameters of type BorderLayout.LocationModifier and TypeFieldDescriptionprivate static final List<BorderLayout.Location> BorderLayout.AUTO_ASSIGN_ORDERMethods in com.googlecode.lanterna.gui2 that return BorderLayout.LocationModifier and TypeMethodDescriptionstatic BorderLayout.LocationReturns the enum constant of this type with the specified name.static BorderLayout.Location[]BorderLayout.Location.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.lanterna.gui2 that return types with arguments of type BorderLayout.LocationModifier and TypeMethodDescriptionprivate EnumMap<BorderLayout.Location, Component> BorderLayout.makeLookupMap(List<Component> components)