public interface ExpandableToolbarItemStrategyListener
ExpandableToolbarItemStrategy
.Modifier and Type | Method and Description |
---|---|
void |
enablementChanged(bibliothek.gui.Dockable item,
ExpandedState state,
boolean enabled)
Called if the result of
ExpandableToolbarItemStrategy.isEnabled(Dockable, ExpandedState)
changed for item and state . |
void |
expanded(bibliothek.gui.Dockable item)
Called if
item was expanded. |
void |
shrunk(bibliothek.gui.Dockable item)
Called if
item was made small. |
void |
stretched(bibliothek.gui.Dockable item)
Called if
item was stretched. |
void expanded(bibliothek.gui.Dockable item)
item
was expanded.item
- the item whose state changedvoid stretched(bibliothek.gui.Dockable item)
item
was stretched.item
- the item whose state changedvoid shrunk(bibliothek.gui.Dockable item)
item
was made small.item
- the item show state changedvoid enablementChanged(bibliothek.gui.Dockable item, ExpandedState state, boolean enabled)
ExpandableToolbarItemStrategy.isEnabled(Dockable, ExpandedState)
changed for item
and state
.item
- the item whose enablement changedstate
- the state whose enablement changedenabled
- whether item
can be in mode state