niagara-ax/decompiled/com/tridium/ui/theme/ToolPaneTheme.java
2026-03-17 13:31:18 -07:00

14 lines
355 B
Java

package com.tridium.ui.theme;
import javax.baja.gx.BBrush;
import javax.baja.gx.BFont;
import javax.baja.ui.style.IStylable;
public interface ToolPaneTheme extends PaneTheme {
BBrush getBackground(IStylable iStylable, boolean z);
BBrush getForeground(IStylable iStylable, boolean z);
BFont getHeaderFont(IStylable iStylable, boolean z);
}