I m reading the Java code of libreoffice and there s one thing I don t really understand. The method updateUI() calls 2 time the method updateUI and they pass as a parameter a Vector variable, BUT this method doesn t accept any parameter. Anybody can explain me what this parameter does ? if updateUI() is called this way:
UnoDataAware.updateUI();
it complains and says:
non-static method cannot be referenced from a static context