Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module base_panel :: Class InputTabMixin
[hide private]
[frames] | no frames]

Class InputTabMixin

object --+
         |
        InputTabMixin
Known Subclasses:

A mixin for panels that use the Input tab. This mixin removes the input selector and keeps the selected structures table up to date.

Instance Methods [hide private]
 
setPanelOptions(self)
Remove the input selector
 
setup(self)
Store a reference to the input tab
 
projectUpdated(self)
Update the table whenever the project updates
 
show(self)
Update the table whenever the panel is shown

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

projectUpdated(self)

 

Update the table whenever the project updates

Decorators:
  • @af2.maestro_callback.project_update