Searched refs:Nullable (Results 1 – 4 of 4) sorted by relevance
38 import type { Color, FontStyle, Nullable } from 'CommonEnums';1069 setBackgroundColor(color: Nullable< Color | number | string>): void;1096 setIconColor(color: Nullable< Color | number | string>): void;1478 getAtomicServiceBar(): Nullable<AtomicServiceBar>;
22 import org.jetbrains.annotations.Nullable;89 protected ShowChangeLogsDialog(@Nullable Project project, boolean canBeParent) { in ShowChangeLogsDialog()103 private void onCancel(@Nullable ActionEvent event) { in onCancel()
33 import org.jetbrains.annotations.Nullable;149 …protected UpdateCheckWizardDialog(@Nullable Project project, boolean canBeParent, @Nullable Runnab… in UpdateCheckWizardDialog()539 private void onCancel(@Nullable ActionEvent event) { in onCancel()
8845 declare type Nullable<T> = T | undefined; alias8850 export type { Color, FontStyle, Nullable };