nl.tudelft.goal.ut2004.visualizer.util
Class WindowPersistenceHelper

Package class diagram package WindowPersistenceHelper
java.lang.Object
  extended by nl.tudelft.goal.ut2004.visualizer.util.WindowPersistenceHelper

public class WindowPersistenceHelper
extends Object

Helper to persist windows. Will store the last known size and position of a given window. When used the first time the settings of the window will be used as defaults.


Constructor Summary
WindowPersistenceHelper(Window component)
           
 
Method Summary
 void load()
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowPersistenceHelper

public WindowPersistenceHelper(Window component)
Method Detail

load

public void load()

save

public void save()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.