daoc.editor.model
Class BoundsStore

java.lang.Object
  extended bydaoc.editor.model.BoundsStore
All Implemented Interfaces:
java.io.Serializable

public class BoundsStore
extends java.lang.Object
implements java.io.Serializable

Used to store dialog bounds for the edit dialog based on class name.

See Also:
Serialized Form

Constructor Summary
BoundsStore()
           
 
Method Summary
 java.awt.Dimension getSize(java.lang.String key)
           
 void putBounds(java.lang.String key, java.awt.Dimension size)
           
 void save()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundsStore

public BoundsStore()
Method Detail

getSize

public java.awt.Dimension getSize(java.lang.String key)

putBounds

public void putBounds(java.lang.String key,
                      java.awt.Dimension size)

save

public void save()