| Package | Description |
|---|---|
| net.thevpc.echo | |
| net.thevpc.echo.api | |
| net.thevpc.echo.api.components | |
| net.thevpc.echo.iconset | |
| net.thevpc.echo.impl | |
| net.thevpc.echo.impl.components | |
| net.thevpc.echo.spi.peers |
| Modifier and Type | Class and Description |
|---|---|
class |
Color |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<AppColor> |
TextArea.highlightSelectionDuplicatesColor() |
net.thevpc.common.props.WritableValue<AppColor> |
RichHtmlEditor.highlightSelectionDuplicatesColor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Color.format(AppColor c) |
void |
TextArea.highlight(int from,
int to,
AppColor c,
Object userObjectKey) |
void |
RichHtmlEditor.highlight(int from,
int to,
AppColor c,
Object userObjectKey) |
void |
RichHtmlEditor.runTextBackgroundColor(AppColor color) |
void |
RichHtmlEditor.runTextForegroundColor(AppColor color) |
| Constructor and Description |
|---|
Image(double width,
double height,
AppColor color,
Application app) |
| Modifier and Type | Method and Description |
|---|---|
AppColorPeer |
ApplicationToolkit.createColorPeer(AppColor color) |
AppImagePeer |
ApplicationToolkit.createImagePeer(double width,
double height,
AppColor color) |
IconTransform |
ApplicationToolkit.createReplaceColorTransform(AppColor from,
AppColor to) |
| Modifier and Type | Method and Description |
|---|---|
AppColor |
AppTreeItemContext.getBackgroundColor() |
AppColor |
AppChoiceItemContext.getBackgroundColor() |
AppColor |
AppTreeItemContext.getColor() |
AppColor |
AppChoiceItemContext.getColor() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<AppColor> |
AppComponent.backgroundColor() |
net.thevpc.common.props.WritableValue<AppColor> |
AppComponent.foregroundColor() |
net.thevpc.common.props.WritableValue<AppColor> |
AppRichHtmlEditor.highlightSelectionDuplicatesColor() |
net.thevpc.common.props.WritableValue<AppColor> |
AppTextArea.highlightSelectionDuplicatesColor() |
net.thevpc.common.props.WritableValue<AppColor> |
AppColorControl.value() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppTreeItemContext.setBackgroundColor(AppColor color) |
void |
AppChoiceItemContext.setBackgroundColor(AppColor color) |
void |
AppTreeItemContext.setBackgroundNonSelectionColor(AppColor c) |
void |
AppTreeItemContext.setBackgroundSelectionColor(AppColor backgroundSelectionColor) |
void |
AppTreeItemContext.setTextColor(AppColor color) |
void |
AppChoiceItemContext.setTextColor(AppColor color) |
void |
AppTreeItemContext.setTextNonSelectionColor(AppColor textNonSelectionColor) |
void |
AppTreeItemContext.setTextSelectionColor(AppColor textSelectionColor) |
| Modifier and Type | Method and Description |
|---|---|
IconSetBuilder |
IconSetBuilder.replaceColor(AppColor from,
AppColor to) |
| Modifier and Type | Method and Description |
|---|---|
IconSetBuilder |
DefaultIconSetSupplier.replaceColor(AppColor from,
AppColor to) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<AppColor> |
ComponentBase.backgroundColor() |
net.thevpc.common.props.WritableValue<AppColor> |
ComponentBase.foregroundColor() |
net.thevpc.common.props.WritableValue<AppColor> |
ColorBase.value() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppTextAreaPeer.highlight(int from,
int to,
AppColor c,
Object userObjectKey) |
void |
AppRichHtmlEditorPeer.highlight(int from,
int to,
AppColor c,
Object userObjectKey) |
void |
AppRichHtmlEditorPeer.runTextBackgroundColor(AppColor color) |
void |
AppRichHtmlEditorPeer.runTextForegroundColor(AppColor color) |
Copyright © 2021 vpc open source initiative. All rights reserved.