|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.part.Page
org.eclipse.palamedes.ui.views.gamestate.GameStatePage
org.eclipse.palamedes.ui.pages.gamestate.GSPage
public class GSPage
Constructor Summary | |
---|---|
GSPage()
|
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
The GameStatePage implementation of this
IGameStatePage method creates a tree viewer. |
protected java.lang.String |
createDisplay(IGameState state)
Displays the game state in the browser. |
java.lang.String |
createDisplayFromXML(IGameState state)
|
Methods inherited from class org.eclipse.palamedes.ui.views.gamestate.GameStatePage |
---|
getControl, init, refresh, selectionChanged, setFocus |
Methods inherited from class org.eclipse.ui.part.Page |
---|
dispose, getSite, makeContributions, setActionBars |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.part.IPage |
---|
dispose, setActionBars |
Constructor Detail |
---|
public GSPage()
Method Detail |
---|
protected java.lang.String createDisplay(IGameState state)
createDisplay
in class GameStatePage
public java.lang.String createDisplayFromXML(IGameState state)
public void createControl(org.eclipse.swt.widgets.Composite parent)
GameStatePage
GameStatePage
implementation of this
IGameStatePage
method creates a tree viewer. Subclasses
must extend this method configure the tree viewer with a proper content
provider, label provider, and input element.
createControl
in interface org.eclipse.ui.part.IPage
createControl
in class GameStatePage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |