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

Method viewsBuilt

src/main/java/gate/gui/Handle.java:52–52  ·  view source on GitHub ↗

Returns true if the views have already been built for this handle. @return a boolean value.

()

Source from the content-addressed store, hash-verified

50 * @return a <tt>boolean</tt> value.
51 */
52 public boolean viewsBuilt();
53
54 /**
55 * Called when this handle is not required any more.

Callers 7

processMouseEventMethod · 0.95
runMethod · 0.95
selectMethod · 0.65
valueChangedMethod · 0.65
stateChangedMethod · 0.65
actionPerformedMethod · 0.65
actionPerformedMethod · 0.65

Implementers 1

NameBearerHandlesrc/main/java/gate/gui/NameBearerHandl

Calls

no outgoing calls

Tested by

no test coverage detected