Uses of Class
fds.micro.ui.AbstractPanel

Packages that use AbstractPanel
fds.micro.ui   
fds.micro.ui.events   
 

Uses of AbstractPanel in fds.micro.ui
 

Subclasses of AbstractPanel in fds.micro.ui
 class RowPanel
          This class implement a panel that manages components derivated from fds.micro.ui.Component, and places them in rows from top to bottom, and from left to right on each row.
 class XYPanel
          This class implement a panel that manages components derivated from fds.micro.ui.Component, and places them with absolute coordinates.
 

Methods in fds.micro.ui that return AbstractPanel
 AbstractPanel Component.getParent()
          Get the parent container.
 

Uses of AbstractPanel in fds.micro.ui.events
 

Constructors in fds.micro.ui.events with parameters of type AbstractPanel
ContainerEvent(AbstractPanel source, int type, Component component)
          Build an component event raised by given source component.