Interface ComponentDesignDelegate.DeepSelectToolbar
- Enclosing interface:
- ComponentDesignDelegate
public static interface ComponentDesignDelegate.DeepSelectToolbar
DesignDelegates may contribute buttons to the workspace's toolbar when the the component type is the current
deep selection. These buttons will be addeed and removed in response to changes in deep selection container type
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when selection (not deep selection) has changed.void
setEnabled
(boolean isEnabled) If isEnabled is true, the default logic for whether to enable/disable buttons is run.
-
Method Details
-
getToolbarButtons
- Returns:
- a set of JideToolbar compatible buttons that will be presented when the delegate's component type is the deep selection.
-
setEnabled
void setEnabled(boolean isEnabled) If isEnabled is true, the default logic for whether to enable/disable buttons is run. If false, it forces all buttons to be disabled. -
onSelectionChange
Called when selection (not deep selection) has changed.
-