com.partnersoft.v3x.apps.MapBrowser
Class MapAppTabbedCard

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.MapAppTabbedCard
All Implemented Interfaces:
MapAppCard

public class MapAppTabbedCard
extends java.lang.Object
implements MapAppCard

A MapAppCard that has subcards. Don't abuse this too much.


Constructor Summary
MapAppTabbedCard()
           
MapAppTabbedCard(MapAppCard aCard, MapAppCard bCard)
           
 
Method Summary
 void addCard(MapAppCard card)
           
 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 newApp)
          Called to hook up any listeners etc.
 void setName(java.lang.String newName)
          Set name for card.
 void setVisible(boolean tizit)
          Fired when card is hidden or viewed.
 java.util.Iterator sources()
          Viewable data source for this card.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapAppTabbedCard

public MapAppTabbedCard()

MapAppTabbedCard

public MapAppTabbedCard(MapAppCard aCard,
                        MapAppCard bCard)
Method Detail

sources

public java.util.Iterator sources()
Viewable data source for this card.

Specified by:
sources in interface MapAppCard

getGUI

public java.awt.Component getGUI()
GUI panel for the card.

Specified by:
getGUI in interface MapAppCard

getName

public java.lang.String getName()
Name for the card (used as label and key).

Specified by:
getName in interface MapAppCard

setName

public void setName(java.lang.String newName)
Set name for card.


addCard

public void addCard(MapAppCard card)

setVisible

public void setVisible(boolean tizit)
Fired when card is hidden or viewed.

Specified by:
setVisible in interface MapAppCard

setMapApp

public void setMapApp(MapApp newApp)
Called to hook up any listeners etc. to the MapViewPanel. Does not need to add the data source.

Specified by:
setMapApp in interface MapAppCard

isAScrollbarReallyNecessary

public boolean isAScrollbarReallyNecessary()
Specified by:
isAScrollbarReallyNecessary in interface MapAppCard