-
- All Known Subinterfaces:
- SynthUI
- All Known Implementing Classes:
- SynthButtonUI, SynthCheckBoxMenuItemUI, SynthCheckBoxUI, SynthColorChooserUI, SynthComboBoxUI, SynthDesktopIconUI, SynthDesktopPaneUI, SynthEditorPaneUI, SynthFormattedTextFieldUI, SynthInternalFrameUI, SynthLabelUI, SynthListUI, SynthMenuBarUI, SynthMenuItemUI, SynthMenuUI, SynthOptionPaneUI, SynthPanelUI, SynthPasswordFieldUI, SynthPopupMenuUI, SynthProgressBarUI, SynthRadioButtonMenuItemUI, SynthRadioButtonUI, SynthRootPaneUI, SynthScrollBarUI, SynthScrollPaneUI, SynthSeparatorUI, SynthSliderUI, SynthSpinnerUI, SynthSplitPaneUI, SynthTabbedPaneUI, SynthTableHeaderUI, SynthTableUI, SynthTextAreaUI, SynthTextFieldUI, SynthTextPaneUI, SynthToggleButtonUI, SynthToolBarUI, SynthToolTipUI, SynthTreeUI, SynthViewportUI
public interface SynthConstants
Constants used by Synth. Not all Components support all states. A Component will at least be in one of the primary states. That is, the return value fromSynthContext.getComponentState()
will at least be one ofENABLED
,MOUSE_OVER
,PRESSED
orDISABLED
, and may also containFOCUSED
,SELECTED
orDEFAULT
.- Since:
- 1.5
-
-
Field Summary
Fields Modifier and Type Field and Description static int
DEFAULT
Indicates the region is the default.static int
DISABLED
Primary state indicating the region is not enabled.static int
ENABLED
Primary state indicating the component is enabled.static int
FOCUSED
Indicates the region has focus.static int
MOUSE_OVER
Primary state indicating the mouse is over the region.static int
PRESSED
Primary state indicating the region is in a pressed state.static int
SELECTED
Indicates the region is selected.
-
-
-
Field Detail
-
ENABLED
static final int ENABLED
Primary state indicating the component is enabled.- See Also:
- Constant Field Values
-
MOUSE_OVER
static final int MOUSE_OVER
Primary state indicating the mouse is over the region.- See Also:
- Constant Field Values
-
PRESSED
static final int PRESSED
Primary state indicating the region is in a pressed state. Pressed does not necessarily mean the user has pressed the mouse button.- See Also:
- Constant Field Values
-
DISABLED
static final int DISABLED
Primary state indicating the region is not enabled.- See Also:
- Constant Field Values
-
FOCUSED
static final int FOCUSED
Indicates the region has focus.- See Also:
- Constant Field Values
-
SELECTED
static final int SELECTED
Indicates the region is selected.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Indicates the region is the default. This is typically used for buttons to indicate this button is somehow special.- See Also:
- Constant Field Values
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/swing/plaf/synth/SynthConstants.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.