Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] fillActionBars

In

org.eclipse.jdt.ui.actions.RefactorActionGroup

the following method exists


public void fillActionBars(IActionBars actionBars)


in which several calls of this type are made

actionBars.setGlobalActionHandler(JdtActionConstants.SELF_ENCAPSULATE_FIELD,
fSelfEncapsulateField);

What is the use of these statements. When I comment them out,
there is no apparent difference in behaviour. Are these redundant
or am I missing something?

Sven Van Sighem

<<attachment: winmail.dat>>


Back to the top