com.partnersoft.maps.app
Class MapWindowLogic
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapWindowLogic
public MapWindowLogic(MapApp app)
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)