|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.washington.cs.supple.render.AbstractRenderedView
edu.washington.cs.supple.wlib.awt.AwtView
Awt rendered view implementation.
| Constructor Summary | |
AwtView(AwtRenderer renderer,
AwtView parent,
UiObject object)
Constructor. |
|
| Method Summary | |
protected void |
availableScreenSizeChanged(java.awt.Dimension newSize)
|
protected java.awt.MenuBar |
buildMenuBar()
Create the standard Supple menubar |
boolean |
dismiss()
Dismisses the view |
protected void |
ensureContainer()
This method makes sure the UI has a container to go into, it also make sure available size is current |
protected void |
render()
Create the UI |
void |
solutionAvailable(Solution solution)
This method is called when the search comes up with an improvement to the interface -- allows the listener to use the partial results |
| Methods inherited from class edu.washington.cs.supple.render.AbstractRenderedView |
closed, getParentView, getRenderer, getUiObject, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AwtView(AwtRenderer renderer,
AwtView parent,
UiObject object)
parent - object - | Method Detail |
public boolean dismiss()
RenderedView
dismiss in interface RenderedViewdismiss in class AbstractRenderedViewprotected void render()
render in class AbstractRenderedViewprotected void ensureContainer()
public void solutionAvailable(Solution solution)
SolverListener
solutionAvailable in interface SolverListenerprotected java.awt.MenuBar buildMenuBar()
protected void availableScreenSizeChanged(java.awt.Dimension newSize)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||