Uses of Interface
net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Packages that use PercentLayoutPlatformAdapter Package Description net.sf.jguiraffe.gui.layout This package contains the platform-independent base classes and helper classes for the layout managers provided by the JGUIraffe library. -
-
Uses of PercentLayoutPlatformAdapter in net.sf.jguiraffe.gui.layout
Methods in net.sf.jguiraffe.gui.layout that return PercentLayoutPlatformAdapter Modifier and Type Method Description protected PercentLayoutPlatformAdapterPercentLayoutBase. fetchPlatformAdapter()Returns a reference to the associated platform adapter.PercentLayoutPlatformAdapterPercentLayoutBase. getPlatformAdapter()Returns the platform adapter associated with this layout class.Methods in net.sf.jguiraffe.gui.layout with parameters of type PercentLayoutPlatformAdapter Modifier and Type Method Description protected voidBorderLayout. initCells(PercentLayoutPlatformAdapter adapter)Initializes the percent layout.protected voidButtonLayout. initCells(PercentLayoutPlatformAdapter adapter)Initializes the whole layout.protected voidPercentLayout. initCells(PercentLayoutPlatformAdapter adapter)Performs initialization of this layout.protected abstract voidPercentLayoutBase. initCells(PercentLayoutPlatformAdapter adapter)Initializes the whole layout.protected voidButtonLayout. insertButtons(PercentLayoutPlatformAdapter adapter, int buttonCount)Inserts all buttons into the percent layout.voidPercentLayoutBase. setPlatformAdapter(PercentLayoutPlatformAdapter platformAdapter)Sets the platform adapter for this layout manager.
-