com.partnersoft.maps.app
Class MapWindowLogic

java.lang.Object
  extended by com.partnersoft.maps.app.MapWindowLogic

public class MapWindowLogic
extends java.lang.Object

This class controls the applications' main window. It is the gatekeeper to undoable window functions and the window state, and allows you to programmatically move and resize the window and its main subpanels.

Author:
Paul Reavis Copyright 2005 Partner Software, Inc.

Constructor Summary
MapWindowLogic(MapApp app)
           
 
Method Summary
protected  void initialize()
           
 void setExtents(int x, int y, int width, int height)
           
 void setPosition(int x, int y)
           
 void setSize(int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapWindowLogic

public MapWindowLogic(MapApp app)
Method Detail

initialize

protected void initialize()

setSize

public void setSize(int width,
                    int height)

setPosition

public void setPosition(int x,
                        int y)

setExtents

public void setExtents(int x,
                       int y,
                       int width,
                       int height)