| Package | Description |
|---|---|
| com.jidesoft.plaf.aqua |
The package contains ComponentUI implementation for Aqua style.
|
| com.jidesoft.plaf.basic |
The package contains basic ComponentUI implementation for most of the JIDE components.
|
| com.jidesoft.plaf.eclipse |
The package contains ComponentUI implementation for Eclipse and Eclipse3x style.
|
| com.jidesoft.plaf.metal |
The package contains ComponentUI implementation for Metal style.
|
| com.jidesoft.plaf.metro | |
| com.jidesoft.plaf.office2003 |
The package contains ComponentUI implementation for Office2003 style.
|
| com.jidesoft.plaf.office2007 |
The package contains ComponentUI implementation for Office2007 style.
|
| com.jidesoft.plaf.office2010 | |
| com.jidesoft.plaf.vsnet |
The package contains ComponentUI implementation for VSNET style.
|
| com.jidesoft.plaf.xerto |
The package contains ComponentUI implementation for Xerto style.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AquaPainter
Painter for Aqua style L&F.
|
| Modifier and Type | Method and Description |
|---|---|
static ThemePainter |
AquaPainter.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicPainter
Painter for JIDE styles.
|
| Modifier and Type | Field and Description |
|---|---|
protected ThemePainter |
BasicJideSplitButtonUI._painter |
protected ThemePainter |
BasicJideButtonUI._painter |
protected ThemePainter |
BasicGripperUI._painter |
protected ThemePainter |
BasicHeaderBoxUI._painter |
| Modifier and Type | Method and Description |
|---|---|
static ThemePainter |
BasicPainter.getInstance() |
ThemePainter |
BasicJideOptionPaneUI.getPainter() |
ThemePainter |
BasicJideTabbedPaneUI.getPainter() |
ThemePainter |
BasicJideButtonUI.getPainter() |
ThemePainter |
BasicGripperUI.getPainter() |
| Modifier and Type | Class and Description |
|---|---|
class |
EclipsePainter
Painter for Eclipse L&F.
|
| Modifier and Type | Field and Description |
|---|---|
protected ThemePainter |
EclipseMenuItemUI._painter |
protected ThemePainter |
EclipseJideSplitButtonUI._painter |
| Modifier and Type | Method and Description |
|---|---|
static ThemePainter |
EclipsePainter.getInstance() |
ThemePainter |
EclipseMenuItemUI.getPainter() |
| Modifier and Type | Class and Description |
|---|---|
class |
MetalPainter
Painter for Metal L&F.
|
| Modifier and Type | Field and Description |
|---|---|
protected ThemePainter |
MetalJideSplitButtonUI._painter |
protected ThemePainter |
MetalMenuItemUI._painter |
| Modifier and Type | Method and Description |
|---|---|
static ThemePainter |
MetalPainter.getInstance() |
ThemePainter |
MetalMenuItemUI.getPainter() |
| Modifier and Type | Class and Description |
|---|---|
class |
MetroPainter
Painter for Metro L&F.
|
| Modifier and Type | Method and Description |
|---|---|
protected ThemePainter |
MetroPainter.createDefaultPainter() |
ThemePainter |
MetroPainter.getDefaultPainter() |
static ThemePainter |
MetroPainter.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
Office2003Painter
Painter for Office2003 L&F.
|
| Modifier and Type | Method and Description |
|---|---|
static ThemePainter |
Office2003Painter.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
Office2007Painter
Painter for Office2007 L&F.
|
| Modifier and Type | Method and Description |
|---|---|
protected ThemePainter |
Office2007Painter.createDefaultPainter()
Creates a default painter that paints something that could not be painted by Office2007Painter.'
By default, it returns an Office2003Painter.
|
ThemePainter |
Office2007Painter.getDefaultPainter() |
static ThemePainter |
Office2007Painter.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
Office2010Painter
Painter for Office2007 L&F.
|
| Modifier and Type | Method and Description |
|---|---|
protected ThemePainter |
Office2010Painter.createDefaultPainter() |
ThemePainter |
Office2010Painter.getDefaultPainter() |
static ThemePainter |
Office2010Painter.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected ThemePainter |
VsnetMenuItemUI.getPainter() |
ThemePainter |
VsnetPopupMenuSeparatorUI.getPainter() |
| Modifier and Type | Class and Description |
|---|---|
class |
XertoPainter
Painter for Xerto L&F.
|
| Modifier and Type | Method and Description |
|---|---|
static ThemePainter |
XertoPainter.getInstance() |