Package com.illumon.iris.gui.workspace
Interface IViewControl
public interface IViewControl
-
Method Summary
Modifier and Type Method Description default boolean
shouldAddRenameListener()
Should we automatically add a tab listener for the rename action?
-
Method Details
-
shouldAddRenameListener
default boolean shouldAddRenameListener()Should we automatically add a tab listener for the rename action?- Returns:
- true if a rename action listener should be added
-