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()
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)