| |
|
| java.lang.Object org.netbeans.modules.gsfret.editor.fold.GsfFoldManager
GsfFoldManager | public class GsfFoldManager implements FoldManager(Code) | | This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
Copied from both JavaFoldManager and JavaElementFoldManager
author: Jan Lahoda author: Tor Norbye |
Inner Class :final protected static class FoldTemplate | |
Inner Class :final static class JavaElementFoldTask extends ScanningCancellableTask | |
Inner Class :final protected static class FoldInfo implements Comparable | |
CODE_BLOCK_FOLD_TEMPLATE | final public static FoldTemplate CODE_BLOCK_FOLD_TEMPLATE(Code) | | |
CODE_BLOCK_FOLD_TYPE | final public static FoldType CODE_BLOCK_FOLD_TYPE(Code) | | |
IMPORTS_FOLD_TEMPLATE | final public static FoldTemplate IMPORTS_FOLD_TEMPLATE(Code) | | |
IMPORTS_FOLD_TYPE | final public static FoldType IMPORTS_FOLD_TYPE(Code) | | |
INITIAL_COMMENT_FOLD_TEMPLATE | final public static FoldTemplate INITIAL_COMMENT_FOLD_TEMPLATE(Code) | | |
INITIAL_COMMENT_FOLD_TYPE | final public static FoldType INITIAL_COMMENT_FOLD_TYPE(Code) | | |
JAVADOC_FOLD_TEMPLATE | final public static FoldTemplate JAVADOC_FOLD_TEMPLATE(Code) | | |
JAVADOC_FOLD_TYPE | final public static FoldType JAVADOC_FOLD_TYPE(Code) | | |
GsfFoldManager | public GsfFoldManager()(Code) | | Creates a new instance of GsfFoldManager
|
changedUpdate | public void changedUpdate(DocumentEvent evt, FoldHierarchyTransaction transaction)(Code) | | |
expandNotify | public void expandNotify(Fold expandedFold)(Code) | | |
init | public void init(FoldOperation operation)(Code) | | |
initFolds | public synchronized void initFolds(FoldHierarchyTransaction transaction)(Code) | | |
insertUpdate | public void insertUpdate(DocumentEvent evt, FoldHierarchyTransaction transaction)(Code) | | |
release | public synchronized void release()(Code) | | |
removeDamagedNotify | public void removeDamagedNotify(Fold damagedFold)(Code) | | |
removeEmptyNotify | public void removeEmptyNotify(Fold emptyFold)(Code) | | |
removeUpdate | public void removeUpdate(DocumentEvent evt, FoldHierarchyTransaction transaction)(Code) | | |
settingsChange | public void settingsChange(SettingsChangeEvent evt)(Code) | | |
|
|
|