Uses of Interface
net.curre.prefcount.gui.theme.skin.PrefSkin

Packages that use PrefSkin
net.curre.prefcount.event Package net.curre.prefcount.event Description 
net.curre.prefcount.gui Package net.curre.prefcount.gui Description 
net.curre.prefcount.gui.theme.skin Package net.curre.prefcount.gui.theme.skin Description 
net.curre.prefcount.service Package net.curre.prefcount.service Description 
 

Uses of PrefSkin in net.curre.prefcount.event
 

Constructors in net.curre.prefcount.event with parameters of type PrefSkin
LafMenuItemListener(PrefSkin skin)
          Constructor that sets the skin this listener is for.
 

Uses of PrefSkin in net.curre.prefcount.gui
 

Methods in net.curre.prefcount.gui with parameters of type PrefSkin
protected  void ScoreBoardPanel.drawScoreBoard(java.awt.Graphics2D g2, int newWidth, int newHeight, int offsetX, int offsetY, java.lang.Integer playersNumber, PrefSkin skin)
          Paints the score board.
 

Uses of PrefSkin in net.curre.prefcount.gui.theme.skin
 

Classes in net.curre.prefcount.gui.theme.skin that implement PrefSkin
 class AquaSkin
          An object of this class represents the Substance default skin (Awua).
 class BusinessSkin
          An object of this class represents the prefcount Business skin - the Substance's org.jvnet.substance.skin.BusinessSkin.
 class CremeSkin
          An object of this class represents the prefcount Creme skin - the Substance's org.jvnet.substance.skin.CremeSkin.
 class DefaultSkin
          An object of this class represents the prefcount default skin - the system default skin.
 class FieldOfWheatSkin
          An object of this class represents the prefcount FieldOfWheatSkin skin - the Substance's org.jvnet.substance.skin.FieldOfWheatSkin.
 class FindingNemoSkin
          An object of this class represents the prefcount FindingNemoSkin skin - the Substance's org.jvnet.substance.skin.FindingNemoSkin.
 class GreenMagicSkin
          An object of this class represents the prefcount GreenMagicSkin skin - the Substance's org.jvnet.substance.skin.GreenMagicSkin.
 class MangoSkin
          An object of this class represents the prefcount MangoSkin skin - the Substance's org.jvnet.substance.skin.MangoSkin.
 class ModerateSkin
          An object of this class represents the prefcount ModerateSkin skin - the Substance's org.jvnet.substance.skin.ModerateSkin.
 class NebulaSkin
          An object of this class represents the prefcount NebulaSkin skin - the Substance's org.jvnet.substance.skin.NebulaSkin.
 class OfficeBlue2007Skin
          An object of this class represents the prefcount OfficeBlue2007Skin skin - the Substance's org.jvnet.substance.skin.OfficeBlue2007Skin.
 class PrintSkin
          An object of this class represents the prefcount skin used for printing the score board.
 

Uses of PrefSkin in net.curre.prefcount.service
 

Fields in net.curre.prefcount.service declared as PrefSkin
static PrefSkin[] LafThemeService.AVAILABLE_SKINS
          Array of available themes/skins.
 

Methods in net.curre.prefcount.service that return PrefSkin
static PrefSkin LafThemeService.findSkinById(java.lang.String skinId)
          Returns the skin given its ID (resource key).
 PrefSkin LafThemeService.getCurrentSkin()
          Returns reference to the current skin.
 PrefSkin LafThemeService.getPendingSkin()
          Returns reference to the pending skin - the skin that was chosen but was activated yet.
 

Methods in net.curre.prefcount.service with parameters of type PrefSkin
static void SettingsService.updateSkin(PrefSkin skin)
          Updates the skin on the current settings object.
 



Copyright © 2008. All Rights Reserved.