|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.jidesoft.editor.folding.FoldingSpanEvent
public class FoldingSpanEvent
A event to represent a change in the folding model.
| Field Summary | |
|---|---|
static int |
FOLDING_SPAN_ADDED
A folding span is added. |
static int |
FOLDING_SPAN_COLLAPSED
A folding span is collapsed. |
static int |
FOLDING_SPAN_END_ADJUSTING
This event is used to signal the folding model is done adjusting. |
static int |
FOLDING_SPAN_EXPANDED
A folding span is expanded. |
static int |
FOLDING_SPAN_REMOVED
A folding span is removed. |
static int |
FOLDING_SPAN_START_ADJUSTING
This event is used to signal the folding model starts to adjust. |
static int |
FOLDING_SPAN_UPDATED
A folding span is updated. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FoldingSpanEvent(Object source,
FoldingSpan foldingSpan,
int type,
boolean adjusting)
|
|
| Method Summary | |
|---|---|
FoldingSpan |
getFoldingSpan()
|
int |
getType()
|
static String |
getTypeName(int type)
|
boolean |
isAdjusting()
|
String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int FOLDING_SPAN_ADDED
public static final int FOLDING_SPAN_REMOVED
public static final int FOLDING_SPAN_UPDATED
public static final int FOLDING_SPAN_EXPANDED
public static final int FOLDING_SPAN_COLLAPSED
public static final int FOLDING_SPAN_START_ADJUSTING
public static final int FOLDING_SPAN_END_ADJUSTING
| Constructor Detail |
|---|
public FoldingSpanEvent(Object source,
FoldingSpan foldingSpan,
int type,
boolean adjusting)
| Method Detail |
|---|
public FoldingSpan getFoldingSpan()
public boolean isAdjusting()
public int getType()
public static String getTypeName(int type)
public String toString()
toString in class EventObject
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||