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
 void bringToFront()
           
 void deiconify()
           
 void demaximize()
           
 void iconify()
           
protected  void initialize()
           
 void maximize()
           
 void sendToBack()
           
 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()

iconify

public void iconify()

deiconify

public void deiconify()

maximize

public void maximize()

demaximize

public void demaximize()

bringToFront

public void bringToFront()

sendToBack

public void sendToBack()

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)