Sorry for another post about Cewolf, but I'm having one last problem.
My charts are displaying great, and now I want to have access to the data I passed to them,when they are clicked on.
I can get access to the instance of my PageViewCountData class (modified from the tutorial) which was clicked on, but i have NO idea how to use it!
I'm trying to retrieve the DefaultCategoryDataset which is made in produceDataset, but to no avail. Basically, I need to have access to the list created in this class, in whatever format that will make it usable. But at the moment I cant get access to anything in my parent class
I may be showing my lack of general
Java Knowledge here, but I'm pretty stuck, and this is pretty important.
Below is code snippets for my PageViewCountData'