public class JTabbedPaneValidator extends Object
The previous approach to generate tab info is not ok since it is done at generation time and we could want to add extra components in some existing. Will replace TabInfoWithValidator...
Created by tchemit on 01/10/2018.
| Modifier and Type | Class and Description |
|---|---|
static class |
JTabbedPaneValidator.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Icon |
ERROR_ICON |
| Modifier and Type | Method and Description |
|---|---|
static JTabbedPaneValidator.Builder |
builder(JAXXValidator ui,
String tabbedPaneId) |
void |
computeTabValidState(SwingValidatorMessageTableModel errorTableModel) |
void |
install(SwingValidatorMessageTableModel errorTableModel) |
void |
uninstall(SwingValidatorMessageTableModel errorTableModel) |
public static final Icon ERROR_ICON
public static JTabbedPaneValidator.Builder builder(JAXXValidator ui, String tabbedPaneId)
public void install(SwingValidatorMessageTableModel errorTableModel)
public void uninstall(SwingValidatorMessageTableModel errorTableModel)
public void computeTabValidState(SwingValidatorMessageTableModel errorTableModel)
Copyright © 2008–2019 Ultreia.io. All rights reserved.