|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JvPanelContainer
A JvPanelContainer defines the interface for an object on a
Panel that contains multiple items (e.g. a table or a tree). Items may be
added, deleted, or edited.
| Method Summary | |
|---|---|
void |
addItem()
Add an new item to the container. |
void |
copyItem()
Copy the currently selected item to the clipboard. |
void |
deleteItem()
Delete the currently selected item from the container. |
void |
editItem()
Edit the currently selected item of the container. |
JComponent |
getComponent()
|
boolean |
isAddItemEnabled()
|
boolean |
isCopyItemEnabled()
|
boolean |
isDeleteItemEnabled()
|
boolean |
isEditItemEnabled()
|
boolean |
isPasteItemEnabled()
|
void |
pasteItem()
Paste the item in the clipboard. |
| Methods inherited from interface org.jurvis.beans.JvJavaBean |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
JComponent getComponent()
boolean isAddItemEnabled()
boolean isDeleteItemEnabled()
boolean isEditItemEnabled()
boolean isCopyItemEnabled()
boolean isPasteItemEnabled()
void addItem()
void deleteItem()
void editItem()
void copyItem()
void pasteItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||