public interface MenuPieceListener
MenuPiece and gets informed when the content of the
piece changes.| Modifier and Type | Method and Description |
|---|---|
void |
insert(MenuPiece piece,
int index,
Component... items)
Called if some items have been added to
piece. |
void |
remove(MenuPiece piece,
int index,
int length)
Called if some items have been removed from
piece |
Copyright © 2018. All rights reserved.