Package com.iizigo.vs
Interface IVirtualSpacePanel
-
- All Known Implementing Classes:
ActionsPanel
,TablePanel
,ValuePanel
public interface IVirtualSpacePanel
Assigns a new panel component for editing.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEditedProperty(GProp<?> comp)
Selection changed for panel.void
saveSettings()
Saves the settings.
-
-
-
Method Detail
-
saveSettings
void saveSettings()
Saves the settings.
-
onEditedProperty
void onEditedProperty(GProp<?> comp)
Selection changed for panel.
-
-