Uses of Class
ca.corbett.forms.fields.LabelField
Packages that use LabelField
Package
Description
Contains UI classes for the app-extensions code, most notably the ExtensionManagerDialog.
ca.corbett.forms.fields
-
Uses of LabelField in ca.corbett.extensions.ui
Fields in ca.corbett.extensions.ui declared as LabelFieldModifier and TypeFieldDescriptionprotected LabelFieldExtensionDetailsPanel.configPropsFieldprotected LabelFieldExtensionDetailsPanel.extensionTypeFieldprotected LabelFieldExtensionDetailsPanel.jarLocationFieldprotected LabelFieldExtensionDetailsPanel.jarNameFieldprotected LabelFieldExtensionDetailsPanel.nameField -
Uses of LabelField in ca.corbett.extras.demo.panels
Methods in ca.corbett.extras.demo.panels that return LabelFieldModifier and TypeMethodDescriptionprotected LabelFieldPanelBuilder.buildHighlightedHeaderLabel(String text, int pointSize) Can be invoked internally to create a header label whose color is highlighted according to the current look and feel.protected LabelFieldPanelBuilder.createSnippetLabel(SnippetAction action) Shorthand for creating a snippet label with a bottom margin of 16.protected LabelFieldPanelBuilder.createSnippetLabel(SnippetAction action, int bottomMargin) Can be invoked by demo panels as a shortcut to create a code snippet label. -
Uses of LabelField in ca.corbett.forms.fields
Methods in ca.corbett.forms.fields that return LabelFieldModifier and TypeMethodDescriptionstatic LabelFieldLabelField.createBoldHeaderLabel(String text) A static convenience factory method to create a bold header label with sensible defaults for a section header label.static LabelFieldLabelField.createBoldHeaderLabel(String text, int fontSize) A static convenience factory method to create a bold header label with the given font size and with default margins.static LabelFieldLabelField.createBoldHeaderLabel(String text, int fontSize, int extraTopMargin, int extraBottomMargin) A static convenience factory method to create a bold header label with the given font size and margins.static LabelFieldLabelField.createHeaderLabel(String text, Font font, int topMargin, int bottomMargin) A static convenience factory method to create a header label with the specified font and margin properties.static LabelFieldLabelField.createPlainHeaderLabel(String text) A static convenience factory method to create a "plain" header label with sensible defaults for a form label.static LabelFieldLabelField.createPlainHeaderLabel(String text, int fontSize) A static convenience factory method to create a "plain" header label with the given font size and with top and bottom margin values read from our current margin properties.static LabelFieldLabelField.createPlainHeaderLabel(String text, int extraTopMargin, int extraBottomMargin) A static convenience factory method to create a "plain" header label with default font and with the given extra top and bottom margins.static LabelFieldLabelField.createPlainHeaderLabel(String text, int fontSize, int extraTopMargin, int extraBottomMargin) A static convenience factory method to create a "plain" header label with the given font size and extra margins for top and bottom.Sets the colour for the label text.Sets the font to use for the label text.LabelField.setHyperlink(Action action) Converts the field label (if present) or the header label (if isHeaderLabel()) into a hyperlink, by adding a custom mouse cursor and mouse listener with the given ActionListener attached to the single click event.Sets the label text.