Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoarGroup/Soar
/ getView
Method
getView
Java/Debugger/src/edu/umich/soar/debugger/manager/Pane.java:245–248 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
243
}
244
245
public
AbstractView getView(
int
index)
246
{
247
return
m_Views.get(index);
248
}
249
250
public
JavaElementXML convertToXML(String tagName, boolean storeContent)
251
{
Callers
8
convertToXML
Method · 0.95
setTextFont
Method · 0.95
getPrimeView
Method · 0.95
getNumberViews
Method · 0.95
getAllViews
Method · 0.95
getFocusView
Method · 0.95
showProperties
Method · 0.45
getLinkedView
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected