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 classBasicInfoPaneThe window used to display the game.classBoardPaneThe window used to display the game.classCommentPaneThe window used to display the game.classSubBoardPaneThe window used to display the game.classVariationTreePaneThe window used to display the game.classWinratePaneThe window used to display the game.Fields in featurecat.lizzie.gui declared as LizziePane Modifier and Type Field Description protected LizziePaneBasicLizziePaneUI.DockingListener. lizziePaneprotected LizziePaneBasicLizziePaneUI. lizziePaneMethods in featurecat.lizzie.gui with parameters of type LizziePane Modifier and Type Method Description protected BasicLizziePaneUI.DragWindowBasicLizziePaneUI. createDragWindow(LizziePane lizziePane)protected javax.swing.RootPaneContainerBasicLizziePaneUI. createFloatingWindow(LizziePane lizziePane)Creates a window which contains the lizziePane after it has been dragged out from its containerjava.awt.image.BufferedImageLizzieMain. getBasicInfoContainer(LizziePane pane)java.awt.image.BufferedImageLizzieMain. getVariationContainer(LizziePane pane)java.awt.image.BufferedImageLizzieMain. 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.JSONArrayWindowPosition. getPersistedPanePos(LizziePane pane, org.json.JSONObject ui)static org.json.JSONArrayWindowPosition. getWindowPos(LizziePane pane)static voidWindowPosition. restorePane(org.json.JSONObject ui, LizziePane pane)
-