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 TypeClassDescriptionclassclass(package private) classMain panel used for the launcher.classclassclassclassclassMap panel.classclassA loading screen to wait for game launch.classA checkBox panel with a message.classA partie launcher Panel from a save.classA color chooser Panel that can let user pick a specify color or a random one.(package private) classPanel that containt the creature icons.classclassDialogue backgroud panel.classEscap panel.classclassclassPanel that containt infos as a List of Panel.classPanel that containt infos about a Creature as a List of Panel.classPanel that containt infos about a GCreature as a List of Panel.(package private) classSmall panel that represent a creature.classA simple text Pannel.classThe top rigth ingame panel.classclassA partie launcher Panel.classPanel with buttons able to launch an URL.classPanel that make map move.(package private) classPanel used to listen mouse move.classmenu JPanel use to launch game.classPanel that contain MiniMap.classPanel that contain MiniMap, fBEndTurn button & graphics options buttons.(package private) classChange map face.classA music panel with all the possible music action.private classA music buton panel with all the possible music action.classA partie launcher Panel that create a new partie.classPanel that make map move.(package private) classPanel used to listen mouse move.classthe main Panel.(package private) classPanel that containt a FProgressBar & an icon.classA panel that contain a FButtonPGO list.classA Jpanel with a JScrollBar.classMap mouse listener panel.classMap mouse listener panel.classclassclassclassFields in fr.formiko.views.gui2d declared as FPanelModifier and TypeFieldDescriptionprivate FPanelFPanelPrincipal.coloredPanelprivate FPanelFPanelMenu.ThreadMenu.containerprivate FPanelFPanelMenu.containerMovingPanelprotected FPanelFButton.pprivate FPanelFPanelMenu.ThreadMenu.pprivate FPanelFPanelJeu.pTextprivate FPanelFPanelScrollBar.subPanelFields in fr.formiko.views.gui2d with type parameters of type FPanelModifier and TypeFieldDescriptionprotected fr.formiko.usual.structures.listes.Liste<FPanel>FPanelInfo.FPanelInfoBuilder.lpprotected fr.formiko.usual.structures.listes.Liste<FPanel>FPanelInfo.lpprivate fr.formiko.usual.structures.listes.Liste<FPanel>FPanelMapMove.lPanelToMoveprivate fr.formiko.usual.structures.listes.Liste<FPanel>FPanelPanelMove.lPanelToMoveMethods in fr.formiko.views.gui2d that return FPanelMethods in fr.formiko.views.gui2d with parameters of type FPanelModifier and TypeMethodDescriptionvoidFPanelMapMove.addSubPanel(FPanel panelToMove) voidFPanelPanelMove.addSubPanel(FPanel panelToMove) voidFPanelMapMove.setLocationSubPanel(FPanel panelToMove, int x, int y) Set location of a sub panel in x & y.voidFPanelPanelMove.setLocationSubPanel(FPanel panelToMove, int x, int y) Set location of a sub panel in x & y.voidFPanelScrollBar.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.