|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPopupMenuAction
Interface used for the poppup menu action classes. This
classes must also have a constructor like
If the popup item is inside the layers panel the constructor will be like
PopupMenuClass(IGisViewer gisviewer, IGisLayer layer)
FormAttribute| Method Summary | |
|---|---|
void |
setParameter(java.lang.String name,
java.lang.Object value)
Set a parameter value for this action. |
void |
setParameters(java.util.Hashtable<java.lang.String,java.lang.Object> params)
Set a group of parameters stored in a hashtable in [name, value] pairs. |
void |
setParentItem(PopupMenuItem popupItem)
Set action parent item |
void |
setResourceBundle(java.util.ResourceBundle res)
|
| Methods inherited from interface java.awt.event.ActionListener |
|---|
actionPerformed |
| Method Detail |
|---|
void setParameter(java.lang.String name,
java.lang.Object value)
FormAttribute
element
name - Parameter namevalue - Parameter valuevoid setParameters(java.util.Hashtable<java.lang.String,java.lang.Object> params)
params - Hashtable containing the popup menu action configuration parametersvoid setParentItem(PopupMenuItem popupItem)
popupItem - Parent itemvoid setResourceBundle(java.util.ResourceBundle res)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||