edu.rice.cs.drjava.ui
Class ExecuteExternalDialog.FrameState

java.lang.Object
  extended by edu.rice.cs.drjava.ui.ExecuteExternalDialog.FrameState
Enclosing class:
ExecuteExternalDialog

public static class ExecuteExternalDialog.FrameState
extends Object

Class to save the frame state, i.e. location.


Constructor Summary
ExecuteExternalDialog.FrameState(ExecuteExternalDialog comp)
           
ExecuteExternalDialog.FrameState(Point l)
           
ExecuteExternalDialog.FrameState(String s)
           
 
Method Summary
 Point getLocation()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteExternalDialog.FrameState

public ExecuteExternalDialog.FrameState(Point l)

ExecuteExternalDialog.FrameState

public ExecuteExternalDialog.FrameState(String s)

ExecuteExternalDialog.FrameState

public ExecuteExternalDialog.FrameState(ExecuteExternalDialog comp)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getLocation

public Point getLocation()