# Push Members Down Dialog

`Refactor | Push Members Down`

Use this dialog to [push selected
members down to immediate subclass](pull-members-up.html).

| Item | Description |
| --- | --- |
| Members to be pushed down | In this area, select the members you want to move. |
| Keep abstract | Select this checkbox to preserve moved method as abstract. |
| JavaDoc for abstracts |     In this area, select the action to be applied on the JavaDoc.        * To leave it where it is, select the As is option.    * To copy it to the destination superclass (subclass) or interface (subinterface), select the Copy option.    * To move it to the destination subclass or subinterface, select the Move option.    |

## See also

