org.netbeans.api.editor.fold
public final class FoldType extends Object
Fold
is identified by its fold type.
As the equals()
method is declared final
(delegating to super
) the fold types
can directly be compared by using ==
operator.
Fold providers should export all the fold types that they provide in their APIs so that the clients can use these fold types in operations with the fold hierarchy.
public FoldType(String description)
description
- textual description of the fold type.
Two fold types with the same description are not equal.Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.