Class Summary | |
ChangeIMemberFlagAction | Abstract superclass for actions wishing to delete/add IMember modifiers. |
HelloScannerAction | Simple example of IScanner usage. |
JavaBrowsingAction | Simple view action targeted towards the views of the Java Browsing perspective (Projects, Packages, Types, Members). |
MakeIMemberDefaultAction | Action to remove all visibility modifiers from IMember . |
MakeIMemberPrivateAction | Action to add private modifier to IMember . |
MakeIMemberProtectedAction | Action to add protected modifier to IMember . |
MakeIMemberPublicAction | Action to add public modifier to IMember . |
ToggleIMemberFinalAction | Action to add/remove final modifier to/from IMember . |