MCPcopy Create free account
hub / github.com/SoarGroup/Soar / getView

Method getView

Java/Debugger/src/edu/umich/soar/debugger/MainFrame.java:738–745  ·  view source on GitHub ↗

Look up the view based on its name

(String viewName)

Source from the content-addressed store, hash-verified

736
737 /** Look up the view based on its name * */
738 public AbstractView getView(String viewName)
739 {
740 if (viewName == null)
741 return null;
742
743 AbstractView view = m_NameMap.getView(viewName);
744 return view;
745 }
746
747 public void registerViewName(String name, AbstractView view)
748 {

Callers 10

executeCommandMethod · 0.95
executeClearViewMethod · 0.95
executeCopyPasteMethod · 0.95
executeLogMethod · 0.95
executeAddViewMethod · 0.95
executeAddTabMethod · 0.95
executeReplaceViewMethod · 0.95
executeMoveTabsMethod · 0.95
executeRemoveViewMethod · 0.95
executeRenameViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected