|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViTextView.FOLDOP | |
---|---|
com.raelity.jvi | This is the main package of the jVi editor; it contains the primary editing engine. |
com.raelity.jvi.swing |
Uses of ViTextView.FOLDOP in com.raelity.jvi |
---|
Methods in com.raelity.jvi that return ViTextView.FOLDOP | |
---|---|
static ViTextView.FOLDOP |
ViTextView.FOLDOP.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ViTextView.FOLDOP[] |
ViTextView.FOLDOP.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.raelity.jvi with parameters of type ViTextView.FOLDOP | |
---|---|
void |
ViTextView.foldOperation(ViTextView.FOLDOP op)
Perform the fold operation. |
void |
ViTextView.foldOperation(ViTextView.FOLDOP op,
int offset)
Perform the fold operation. |
Uses of ViTextView.FOLDOP in com.raelity.jvi.swing |
---|
Methods in com.raelity.jvi.swing with parameters of type ViTextView.FOLDOP | |
---|---|
void |
TextView.foldOperation(ViTextView.FOLDOP op)
|
void |
TextView.foldOperation(ViTextView.FOLDOP op,
int offset)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |