5 lines
96 B
Java
5 lines
96 B
Java
package com.tridium.ui.theme;
|
|
|
|
public interface TextEditorPaneTheme extends ScrollPaneTheme {
|
|
}
|