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 PercentLayoutPlatformAdapter
PercentLayoutBase. fetchPlatformAdapter()
Returns a reference to the associated platform adapter.PercentLayoutPlatformAdapter
PercentLayoutBase. 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 void
BorderLayout. initCells(PercentLayoutPlatformAdapter adapter)
Initializes the percent layout.protected void
ButtonLayout. initCells(PercentLayoutPlatformAdapter adapter)
Initializes the whole layout.protected void
PercentLayout. initCells(PercentLayoutPlatformAdapter adapter)
Performs initialization of this layout.protected abstract void
PercentLayoutBase. initCells(PercentLayoutPlatformAdapter adapter)
Initializes the whole layout.protected void
ButtonLayout. insertButtons(PercentLayoutPlatformAdapter adapter, int buttonCount)
Inserts all buttons into the percent layout.void
PercentLayoutBase. setPlatformAdapter(PercentLayoutPlatformAdapter platformAdapter)
Sets the platform adapter for this layout manager.
-