Package ch.bailu.gtk.gtk
Schnittstelle TreeViewDropPosition
public interface TreeViewDropPosition
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
dropped row is inserted afterstatic final int
dropped row is inserted beforestatic final int
dropped row becomes a child or is inserted afterstatic final int
dropped row becomes a child or is inserted before
-
Felddetails
-
BEFORE
static final int BEFOREdropped row is inserted before- Siehe auch:
-
AFTER
static final int AFTERdropped row is inserted after- Siehe auch:
-
INTO_OR_BEFORE
static final int INTO_OR_BEFOREdropped row becomes a child or is inserted before- Siehe auch:
-
INTO_OR_AFTER
static final int INTO_OR_AFTERdropped row becomes a child or is inserted after- Siehe auch:
-