Page 1 of 1

Javadoc

Posted: Sun Sep 03, 2017 5:52 am
by dmccue128
Please post Javadoc for classes in new phidget22 api.

I'd like to create a map from my device identifiers to channels but I cannot determine what (if any) common super class of DigitalInput, DigitalOutput, VoltageInput.
So I am compelled to create three maps, one for each type and then a fourth map to index my device IDs to correct individual channel map.
The online documentation shows a slew of methods but no documentation of the classes to which they belong.

Re: Javadoc

Posted: Wed Sep 06, 2017 1:34 pm
by Patrick
All channel classes extend com.phidget22.Phidget. This is specified in the API documentation once you choose your language from the dropdown.

-Patrick

Re: Javadoc

Posted: Thu Sep 07, 2017 5:46 am
by dmccue128
OK, thank you. I was seeking the Javadoc to help understand the relationship between classes (and the hierarchy) but your explanation is clear and this documentation provides all the information. I am just not familiar with navigating it.
Interfaces like VoltageInputVoltageChangeListener are not listed on the API menu, but are documented through links embedded in the documentation of other methods e.g., the Event documentation for addVoltageChangeListener.

Re: Javadoc

Posted: Fri Jan 19, 2018 3:05 pm
by CharlesMc
Can I get the JavaDoc? I want to integrate it in my IDE.

Re: Javadoc

Posted: Tue Apr 14, 2020 6:39 am
by dschultz
CharlesMc wrote:Can I get the JavaDoc? I want to integrate it in my IDE.
I would like this too, thanks.