Uses of Class
fr.formiko.views.gui2d.FPanel
Packages that use FPanel
-
Uses of FPanel in fr.formiko.views.gui2d
Subclasses of FPanel in fr.formiko.views.gui2dModifier and TypeClassDescriptionclass
class
(package private) class
Main panel used for the launcher.class
class
class
class
class
Map panel.class
class
A loading screen to wait for game launch.class
A checkBox panel with a message.class
A partie launcher Panel from a save.class
A color chooser Panel that can let user pick a specify color or a random one.(package private) class
Panel that containt the creature icons.class
class
Dialogue backgroud panel.class
Escap panel.class
class
class
Panel that containt infos as a List of Panel.class
Panel that containt infos about a Creature as a List of Panel.class
Panel that containt infos about a GCreature as a List of Panel.(package private) class
Small panel that represent a creature.class
A simple text Pannel.class
The top rigth ingame panel.class
class
A partie launcher Panel.class
Panel with buttons able to launch an URL.class
Panel that make map move.(package private) class
Panel used to listen mouse move.class
menu JPanel use to launch game.class
Panel that contain MiniMap.class
Panel that contain MiniMap, fBEndTurn button & graphics options buttons.(package private) class
Change map face.class
A music panel with all the possible music action.private class
A music buton panel with all the possible music action.class
A partie launcher Panel that create a new partie.class
Panel that make map move.(package private) class
Panel used to listen mouse move.class
the main Panel.(package private) class
Panel that containt a FProgressBar & an icon.class
A panel that contain a FButtonPGO list.class
A Jpanel with a JScrollBar.class
Map mouse listener panel.class
Map mouse listener panel.class
class
class
class
Fields in fr.formiko.views.gui2d declared as FPanelModifier and TypeFieldDescriptionprivate FPanel
FPanelPrincipal.coloredPanel
private FPanel
FPanelMenu.ThreadMenu.container
private FPanel
FPanelMenu.containerMovingPanel
protected FPanel
FButton.p
private FPanel
FPanelMenu.ThreadMenu.p
private FPanel
FPanelJeu.pText
private FPanel
FPanelScrollBar.subPanel
Fields in fr.formiko.views.gui2d with type parameters of type FPanelModifier and TypeFieldDescriptionprotected fr.formiko.usual.structures.listes.Liste<FPanel>
FPanelInfo.FPanelInfoBuilder.lp
protected fr.formiko.usual.structures.listes.Liste<FPanel>
FPanelInfo.lp
private fr.formiko.usual.structures.listes.Liste<FPanel>
FPanelMapMove.lPanelToMove
private fr.formiko.usual.structures.listes.Liste<FPanel>
FPanelPanelMove.lPanelToMove
Methods in fr.formiko.views.gui2d that return FPanelMethods in fr.formiko.views.gui2d with parameters of type FPanelModifier and TypeMethodDescriptionvoid
FPanelMapMove.addSubPanel
(FPanel panelToMove) void
FPanelPanelMove.addSubPanel
(FPanel panelToMove) void
FPanelMapMove.setLocationSubPanel
(FPanel panelToMove, int x, int y) Set location of a sub panel in x & y.void
FPanelPanelMove.setLocationSubPanel
(FPanel panelToMove, int x, int y) Set location of a sub panel in x & y.void
FPanelScrollBar.setSubPanel
(FPanel p) Set the sub panel & refresh location.Constructors in fr.formiko.views.gui2d with parameters of type FPanelModifierConstructorDescriptionBoutonLong
(String nameTemp, FPanel p, int action) Create a new FButton without image.Create a new FButton.FButtonLink
(String name, FPanel p, String url, Image image) Create a new button that can open a link.FPanelScrollBar
(FPanel subPanel) Main constructor.ThreadMenu
(FPanel container) Main constructor.