Uses of Class
featurecat.lizzie.gui.LizziePane
-
Packages that use LizziePane Package Description featurecat.lizzie.gui featurecat.lizzie.util -
-
Uses of LizziePane in featurecat.lizzie.gui
Subclasses of LizziePane in featurecat.lizzie.gui Modifier and Type Class Description class
BasicInfoPane
The window used to display the game.class
BoardPane
The window used to display the game.class
CommentPane
The window used to display the game.class
SubBoardPane
The window used to display the game.class
VariationTreePane
The window used to display the game.class
WinratePane
The window used to display the game.Fields in featurecat.lizzie.gui declared as LizziePane Modifier and Type Field Description protected LizziePane
BasicLizziePaneUI.DockingListener. lizziePane
protected LizziePane
BasicLizziePaneUI. lizziePane
Methods in featurecat.lizzie.gui with parameters of type LizziePane Modifier and Type Method Description protected BasicLizziePaneUI.DragWindow
BasicLizziePaneUI. createDragWindow(LizziePane lizziePane)
protected javax.swing.RootPaneContainer
BasicLizziePaneUI. createFloatingWindow(LizziePane lizziePane)
Creates a window which contains the lizziePane after it has been dragged out from its containerjava.awt.image.BufferedImage
LizzieMain. getBasicInfoContainer(LizziePane pane)
java.awt.image.BufferedImage
LizzieMain. getVariationContainer(LizziePane pane)
java.awt.image.BufferedImage
LizzieMain. getWinrateContainer(LizziePane pane)
Constructors in featurecat.lizzie.gui with parameters of type LizziePane Constructor Description DockingListener(LizziePane t)
-
Uses of LizziePane in featurecat.lizzie.util
Methods in featurecat.lizzie.util with parameters of type LizziePane Modifier and Type Method Description static org.json.JSONArray
WindowPosition. getPersistedPanePos(LizziePane pane, org.json.JSONObject ui)
static org.json.JSONArray
WindowPosition. getWindowPos(LizziePane pane)
static void
WindowPosition. restorePane(org.json.JSONObject ui, LizziePane pane)
-