MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getGUI

Method getGUI

src/main/java/gate/gui/docview/DocumentView.java:38–38  ·  view source on GitHub ↗

Returns the actual UI component this view represents. @return a Component value.

()

Source from the content-addressed store, hash-verified

36 * @return a {@link Component} value.
37 */
38 public Component getGUI();
39
40 /**
41 * Returns the type of this view.

Callers 11

initGUIMethod · 0.65
NewCorefActionMethod · 0.65
actionPerformedMethod · 0.65
initGUIMethod · 0.65
setTopViewMethod · 0.65
setCentralViewMethod · 0.65
setBottomViewMethod · 0.65
setRightViewMethod · 0.65
getTextComponentMethod · 0.65
getTextComponentMethod · 0.65
actionPerformedMethod · 0.65

Implementers 1

AbstractDocumentViewsrc/main/java/gate/gui/docview/Abstrac

Calls

no outgoing calls

Tested by

no test coverage detected