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

13 lines
313 B
Java

package com.tridium.ui.theme;
import javax.baja.gx.BBrush;
import javax.baja.ui.style.IStylable;
public interface PropertySheetTreeTheme extends TreeTheme {
BBrush getDividerColor(IStylable iStylable);
BBrush getHeaderBackground(IStylable iStylable);
BBrush getHeaderColor(IStylable iStylable);
}