|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MapAppCard
A GUI panel designed to be used in a MapApp. Includes methods which allow posting of card-specific map content, activation and deactivation based on visibility, etc.
| Method Summary | |
|---|---|
java.awt.Component |
getGUI()
GUI panel for the card. |
java.lang.String |
getName()
Name for the card (used as label and key). |
boolean |
isAScrollbarReallyNecessary()
|
void |
setMapApp(MapApp app)
Called to hook up any listeners etc. |
void |
setVisible(boolean tizit)
Fired when card is hidden or viewed. |
java.util.Iterator |
sources()
Iteration of MapDataSources for this card. |
| Method Detail |
|---|
java.util.Iterator sources()
java.awt.Component getGUI()
java.lang.String getName()
boolean isAScrollbarReallyNecessary()
void setVisible(boolean tizit)
void setMapApp(MapApp app)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||