Method Summary |
|
String | getDisplayText() Returns text describing the refactoring formatted for display (using HTML tags). |
Lookup | getLookup() Returns Lookup associated with this element.
Lookup items might be used by TreeElementFactories to build refactoring
preview trees.
See Also: org.netbeans.modules.refactoring.spi.ui.TreeElement See Also: org.netbeans.modules.refactoring.spi.ui.TreeElementFactory See Also: org.netbeans.modules.refactoring.spi.ui.TreeElementFactoryImplementation Lookup. |
FileObject | getParentFile() |
PositionBounds | getPosition() Returns position bounds of the text to be affected by this refactoring element. |
int | getStatus() Returns the status of this refactoring element (whether it is a normal element,
or a warning. |
String | getText() Returns text describing the refactoring element. |
boolean | isEnabled() Indicates whether this refactoring element is enabled. |
void | openInEditor() |
void | performChange() Performs the change represented by this refactoring element. |
void | setEnabled(boolean enabled) Enables/disables this element. |
void | setStatus(int status) |
void | showPreview() |
void | undoChange() |