Uses of Interface
games.stendhal.client.gui.styled.Style
Packages that use Style
-
Uses of Style in games.stendhal.client.gui.styled
Methods in games.stendhal.client.gui.styled that return StyleModifier and TypeMethodDescriptionstatic StyleStyleUtil.getStyle()Get the currentStyle, ornullif it has not been set in the UIManager.Constructors in games.stendhal.client.gui.styled with parameters of type StyleModifierConstructorDescriptionStyledButtonUI(Style style) Create a new StyledButtonUI.StyledCheckBoxUI(Style style) Create a new StyledCheckBoxUI.StyledComboBoxUI(Style style) Create a new SytledComboBoxUI.StyledLabelUI(Style style) Create a new StyledLabelUI.StyledLookAndFeel(Style style) StyledMenuItemUI(Style style) Create a new StyledMenuItemUI.StyledOptionPaneUI(Style style) StyledPanelUI(Style style) Create a new pixmap style.StyledPasswordFieldUI(Style style) Create a new StyledPasswordFieldUI.StyledPopupMenuUI(Style style) Create a new StyledPopupMenuUI.StyledProgressBarUI(Style style) Create a new StyledProgressBarUI.StyledScrollBarUI(Style style) StyledScrollPaneUI(Style style) Create a new pixmap style.StyledSeparatorUI(Style style) Create a new StyledSeparatorUI.StyledSliderUI(Style style, JSlider slider) StyledSpinnerUI(Style style) Create a new pixmap style.StyledSplitPaneUI(Style style) Create a new StyledSplitPaneUI.StyledTableUI(Style style) Create a new StyledTableUI based on a pixmap style.StyledTextFieldUI(Style style) Create a new StyledTextFieldUI.StyledToolTipUI(Style style) Create a new StyledToolTipUI. -
Uses of Style in games.stendhal.client.gui.styled.styles
Methods in games.stendhal.client.gui.styled.styles that return StyleModifier and TypeMethodDescriptionstatic StyleStyleFactory.createStyle(String styleId) Create the appropriate style for a style identifier.