Package com.iizigo
Interface IThemeListener
- All Known Implementing Classes:
BadgePropEditor,BaseEditor,BaseReferencePropEditor,BoolPropEditor,BoxShadowPropEditor,ClassReferencePropEditor,ColorPropEditor,ConnectionProfilePropEditor,ContentProviderPropEditor,DateTimePropEditor,DropShadowPropEditor,DurationPropEditor,EncodingPropEditor,FillPropEditor,FontFamilyPropEditor,FontPropEditor,GradientPropEditor,ImageReferencePropEditor,IntChoicePropEditor,IntPropEditor,IzFilter,KStringPropEditor,LocalizedStringPropEditor,LongPropEditor,MethodReferencePropEditor,NullValueAllowedPropEditor,NumberPropEditor,PanelAnimationPropEditor,PasswordPropEditor,PatternPropEditor,PKCS12IdentityPropEditor,PropertyEditor,ReferencePropEditor,SessionConfigPropEditor,SizePropEditor,StringMapPropEditor,StringPropEditor,StrokePropEditor,StylesReferencesPropEditor,StylesStatesPropEditor,TextShadowPropEditor,ThemesPropEditor,TooltipPropEditor,TransformPropEditor,UIDateTimeTypePropEditor,UnitPropEditor,UnitsPropEditor,ValuePropEditor,ValueTypePropEditor,VAPIDKeyPropEditor,VSActionActorParticipantEditor,VSParticipantEditor,VSReferencePropEditor,VSRelativeReferencePropEditor,VSTableColumnReferencePropEditor,WrapStringPropEditor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface used when the theme has been changed and that some form of re-colorization is needed, typically for colors in
ApplicationUI, but also images.- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidonThemeChanged(ApplicationUI appUI) Called once the new theme has stabilized after a period of time.
Method Details
onThemeChanged
Called once the new theme has stabilized after a period of time.- Parameters:
appUI- The new ApplicationUI instance.