| Package | Description |
|---|---|
| com.github.wshackle.crcl4java.vaadin.webapp |
| Modifier and Type | Method and Description |
|---|---|
static CommonInfo |
CommonInfo.Default(String[] remotePrograms) |
static CommonInfo |
CommonInfo.withNewProgram(CommonInfo orig,
String[] remotePrograms,
String currentFileName,
crcl.base.CRCLProgramType currentProgram) |
static CommonInfo |
CommonInfo.withProgramIndex(CommonInfo orig,
int programIndex) |
static CommonInfo |
CommonInfo.withRemotePrograms(CommonInfo orig,
String[] remotePrograms) |
static CommonInfo |
CommonInfo.withTransformInfo(CommonInfo orig,
TransformInfo transformInfo) |
static CommonInfo |
CommonInfo.withTransformInfoA1(CommonInfo orig,
crcl.base.PointType a1) |
static CommonInfo |
CommonInfo.withTransformInfoA2(CommonInfo orig,
crcl.base.PointType a2) |
static CommonInfo |
CommonInfo.withTransformInfoB1(CommonInfo orig,
crcl.base.PointType b1) |
static CommonInfo |
CommonInfo.withTransformInfoB2(CommonInfo orig,
crcl.base.PointType b2) |
| Modifier and Type | Method and Description |
|---|---|
void |
CrclClientUI.accept(CommonInfo t) |
static void |
CrclClientUI.setCommonInfo(CommonInfo newCommonInfo) |
static void |
CrclClientUI.updateImages(CommonInfo newCommonInfo,
CommonInfo oldCommonInfo) |
static CommonInfo |
CommonInfo.withNewProgram(CommonInfo orig,
String[] remotePrograms,
String currentFileName,
crcl.base.CRCLProgramType currentProgram) |
static CommonInfo |
CommonInfo.withProgramIndex(CommonInfo orig,
int programIndex) |
static CommonInfo |
CommonInfo.withRemotePrograms(CommonInfo orig,
String[] remotePrograms) |
static CommonInfo |
CommonInfo.withTransformInfo(CommonInfo orig,
TransformInfo transformInfo) |
static CommonInfo |
CommonInfo.withTransformInfoA1(CommonInfo orig,
crcl.base.PointType a1) |
static CommonInfo |
CommonInfo.withTransformInfoA2(CommonInfo orig,
crcl.base.PointType a2) |
static CommonInfo |
CommonInfo.withTransformInfoB1(CommonInfo orig,
crcl.base.PointType b1) |
static CommonInfo |
CommonInfo.withTransformInfoB2(CommonInfo orig,
crcl.base.PointType b2) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CrclClientUI.addProgramInfoListener(Consumer<CommonInfo> l) |
static void |
CrclClientUI.removeProgramInfoListener(Consumer<CommonInfo> l) |
Copyright © 2016. All rights reserved.