Package com.ibm.jdg2e.jdt.extras

Class Summary
AbstractChangeMemberModifierAction 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 using AST rewriting, unlike its sibling implementations that modify the source buffer directly.
MakeIMemberProtectedAction Action to add protected modifier to IMember.
MakeIMemberPublicAction Action to add public modifier to IMember.
SmartPackageExplorerExpandAction Package Explorer action, converse of the standard "Collapse All".
ToggleIMemberFinalAction Action to add/remove final modifier to/from IMember.