package com.tridium.ui.theme; import javax.baja.gx.BBrush; import javax.baja.gx.BFont; import javax.baja.ui.style.IStylable; import javax.baja.ui.text.BTextEditor; public interface TextEditorTheme extends WidgetTheme { BBrush getDisabledTextBrush(); BBrush getDisabledTextBrush(IStylable iStylable); BFont getFont(); BBrush getTextBackground(BTextEditor bTextEditor); }