Package | Description |
---|---|
com.eteks.sweethome3d.swing |
Implements views created by Sweet Home 3D controllers
with Swing components.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanComponent.setToolTipEditedProperties(PlanController.EditableProperty[] toolTipEditedProperties,
java.lang.Object[] toolTipPropertyValues,
float x,
float y)
Set tool tip edition.
|
void |
MultipleLevelsPlanPanel.setToolTipEditedProperties(PlanController.EditableProperty[] toolTipEditedProperties,
java.lang.Object[] toolTipPropertyValues,
float x,
float y)
Sets properties edited in tool tip.
|
void |
PlanComponent.setToolTipEditedPropertyValue(PlanController.EditableProperty toolTipEditedProperty,
java.lang.Object toolTipPropertyValue)
Sets the value of a property edited in tool tip.
|
void |
MultipleLevelsPlanPanel.setToolTipEditedPropertyValue(PlanController.EditableProperty toolTipEditedProperty,
java.lang.Object toolTipPropertyValue)
Sets the value of a property edited in tool tip.
|
Modifier and Type | Method and Description |
---|---|
static PlanController.EditableProperty |
PlanController.EditableProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanController.EditableProperty[] |
PlanController.EditableProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanView.setToolTipEditedProperties(PlanController.EditableProperty[] toolTipEditedProperties,
java.lang.Object[] toolTipPropertyValues,
float x,
float y)
Sets properties edited in tool tip.
|
void |
PlanView.setToolTipEditedPropertyValue(PlanController.EditableProperty toolTipEditedProperty,
java.lang.Object toolTipPropertyValue)
Sets the value of a property edited in tool tip.
|
void |
PlanController.updateEditableProperty(PlanController.EditableProperty editableProperty,
java.lang.Object value)
Updates an editable property with the entered
value . |
void |
PlanController.ControllerState.updateEditableProperty(PlanController.EditableProperty editableField,
java.lang.Object value) |
void |
PlanController.ControllerStateDecorator.updateEditableProperty(PlanController.EditableProperty editableField,
java.lang.Object value) |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License