Uses of Interface
com.charliemouse.cambozola.ViewerAttributeInterface

Packages that use ViewerAttributeInterface
com.charliemouse.cambozola   
com.charliemouse.cambozola.accessories   
com.charliemouse.cambozola.profiles   
 

Uses of ViewerAttributeInterface in com.charliemouse.cambozola
 

Classes in com.charliemouse.cambozola that implement ViewerAttributeInterface
 class Viewer
           
 

Methods in com.charliemouse.cambozola with parameters of type ViewerAttributeInterface
 void Accessory.actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)
           
 boolean Accessory.isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
          This is only checked at creation time
 

Uses of ViewerAttributeInterface in com.charliemouse.cambozola.accessories
 

Methods in com.charliemouse.cambozola.accessories with parameters of type ViewerAttributeInterface
 void ChangeStreamAccessory.actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)
           
 void HomeAccessory.actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)
           
 void PanAccessory.actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)
           
 void ZoomOutAccessory.actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)
           
 void InfoAccessory.actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)
           
 void WWWHelpAccessory.actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)
           
 void ZoomInAccessory.actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)
           
 boolean ChangeStreamAccessory.isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
           
 boolean HomeAccessory.isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
           
 boolean PanAccessory.isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
           
 boolean ZoomOutAccessory.isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
           
 boolean WWWHelpAccessory.isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
           
 boolean ZoomInAccessory.isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
           
 

Uses of ViewerAttributeInterface in com.charliemouse.cambozola.profiles
 

Fields in com.charliemouse.cambozola.profiles declared as ViewerAttributeInterface
 ViewerAttributeInterface Profile_NonInteractive.m_viewerAttribs
           
 

Methods in com.charliemouse.cambozola.profiles that return ViewerAttributeInterface
 ViewerAttributeInterface Profile_NonInteractive.getViewerAttributes()
           
 

Methods in com.charliemouse.cambozola.profiles with parameters of type ViewerAttributeInterface
 void Profile_NonInteractive.setViewerAttributes(ViewerAttributeInterface v)
           
 

Constructors in com.charliemouse.cambozola.profiles with parameters of type ViewerAttributeInterface
Profile_Axis_M1031(ViewerAttributeInterface vai)
           
Profile_LocalPTZ(ViewerAttributeInterface vai)
           
Profile_NonInteractive(ViewerAttributeInterface vai)
           
Profile_Panasonic_BLC30(ViewerAttributeInterface vai)