Package | Description |
---|---|
fr.cnes.genius.constraints | |
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
fr.cnes.genius.lowLevel |
Package containing the low level widgets.
|
fr.cnes.genius.main |
Package containing the core elements of the GENIUS library.
|
Modifier and Type | Method and Description |
---|---|
void |
GBasicConstraintInterface.apply(GConstraint constraint)
Apply the basic constraint value to the constraint passed in the argument.
|
Modifier and Type | Method and Description |
---|---|
GConstraint |
GPopupList.getConstraint()
Return the current component constraint.
|
GConstraint |
GConstantSelector.getConstraint()
Return the current component constraint.
|
GConstraint |
GObjectSelector.getConstraint()
Return the current component constraint.
|
GConstraint |
GEntryVectorAbstract.getLabelConstraint()
Get the constraint of the label.
|
Modifier and Type | Method and Description |
---|---|
void |
GPopupList.setConstraint(GConstraint constraint)
Set the constraint for the component.
|
void |
GConstantSelector.setConstraint(GConstraint constraint)
Set the constraint for the component.
|
void |
GConsole.setConstraint(GConstraint constraint)
Set the constraint for the component.
|
void |
GObjectSelector.setConstraint(GConstraint constraint)
Set the constraint for the component.
|
void |
GConsole.setInnerDescendantConstraint(GConstraint constraint,
Integer... positionList)
Set the constraint of the inner subcomponent.
|
void |
GEntryVectorAbstract.setLabelConstraint(GConstraint constraint)
Set the constraint of the label.
|
Modifier and Type | Method and Description |
---|---|
GConstraint |
GPanel.getClassConstraint(Class<?> className)
Get the class constraint for the widgets of a certain class included into
this panel.
|
GConstraint |
GPanel.getInnerDescendantClassConstraint(Class<?> ownerClass,
Integer... positionArray)
Get the class constraint applying to all the subcomponents in a given
position of the widgets of a certain class included into this panel.
|
Modifier and Type | Method and Description |
---|---|
void |
GPanel.setClassConstraint(GConstraint constraint,
Class<?> className)
Set the class constraint for the widgets of a certain class included into
this panel.
|
void |
GPanel.setConstraint(GConstraint constraint)
Set the constraint for the component.
|
void |
GPanel.setInnerDescendantClassConstraint(GConstraint constraint,
Class<?> ownerClass,
Integer... positionArray)
Set the class constraint for all the given subcomponents of the widgets
of a certain class included into this panel.
|
Modifier and Type | Method and Description |
---|---|
GConstraint |
GComponent.getConstraint()
Return the current component constraint.
|
GConstraint |
GComponent.getInnerDescendantConstraint(Integer... positionList)
Get the constraint of the inner subcomponent.
|
Modifier and Type | Method and Description |
---|---|
void |
GComponent.setConstraint(GConstraint constraint)
Set the constraint for the component.
|
void |
GComponent.setInnerDescendantConstraint(GConstraint constraint,
Integer... positionList)
Set the constraint of the inner subcomponent.
|
Copyright © 2024. All rights reserved.