com.partnersoft.maps.app
Class AbstractMapAppSkin

java.lang.Object
  extended by com.partnersoft.maps.app.AbstractMapAppSkin
All Implemented Interfaces:
MapAppSkin
Direct Known Subclasses:
DesktopSkin, DispatchSkin, HeadlessSkin, TruckSkin

public abstract class AbstractMapAppSkin
extends java.lang.Object
implements MapAppSkin


Constructor Summary
AbstractMapAppSkin()
           
 
Method Summary
 java.awt.Color getBackgroundColor()
           
 java.awt.Color getForegroundColor()
           
 void setColorsOn(java.awt.Component component)
           
 void setup(MapApp app)
          Creates the gui.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.partnersoft.maps.app.MapAppSkin
addCustomControlPanel, getWindow, openWindows, showDataTab, showFindTab, showMap, teardown
 

Constructor Detail

AbstractMapAppSkin

public AbstractMapAppSkin()
Method Detail

setup

public void setup(MapApp app)
Description copied from interface: MapAppSkin
Creates the gui.

Specified by:
setup in interface MapAppSkin

getForegroundColor

public java.awt.Color getForegroundColor()
Specified by:
getForegroundColor in interface MapAppSkin

getBackgroundColor

public java.awt.Color getBackgroundColor()
Specified by:
getBackgroundColor in interface MapAppSkin

setColorsOn

public void setColorsOn(java.awt.Component component)
Specified by:
setColorsOn in interface MapAppSkin