Track ToolWindow state

Answered

I have Swing component with a class ToolWindow which extends SimpleToolWindowPanel class. Is there are any way to have the same interface as SearchableConfigurable which is used for settings, but for custom toolwindow, what I need is to check if state changed within the toolwindow and with another method update it (e.g. when field is empty Save button to be disabled and so on so for) 

Thx 

0
1 comment

Hi,

I don't see an easy way to do this. I suggest creating your own solution refreshing buttons when a user changes input values.

0

Please sign in to leave a comment.