package com.tridium.ui.theme; import javax.baja.gx.BInsets; import javax.baja.gx.Graphics; import javax.baja.ui.BWidget; public interface TextFieldTheme extends TextEditorTheme { BInsets getInsets(); void paintBorder(Graphics graphics, BWidget bWidget, double d, double d2); }