Uses of Interface
com.charliemouse.cambozola.ViewerAttributeInterface
-
Packages that use ViewerAttributeInterface Package Description 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 Modifier and Type Class Description classViewerMethods in com.charliemouse.cambozola with parameters of type ViewerAttributeInterface Modifier and Type Method Description voidAccessory. actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)booleanAccessory. 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 Modifier and Type Method Description voidChangeStreamAccessory. actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)voidHomeAccessory. actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)voidInfoAccessory. actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)voidPanAccessory. actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)voidWWWHelpAccessory. actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)voidZoomInAccessory. actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)voidZoomOutAccessory. actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)booleanChangeStreamAccessory. isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)booleanHomeAccessory. isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)booleanPanAccessory. isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)booleanWWWHelpAccessory. isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)booleanZoomInAccessory. isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)booleanZoomOutAccessory. isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi) -
Uses of ViewerAttributeInterface in com.charliemouse.cambozola.profiles
Fields in com.charliemouse.cambozola.profiles declared as ViewerAttributeInterface Modifier and Type Field Description ViewerAttributeInterfaceProfile_NonInteractive. m_viewerAttribsMethods in com.charliemouse.cambozola.profiles that return ViewerAttributeInterface Modifier and Type Method Description ViewerAttributeInterfaceProfile_NonInteractive. getViewerAttributes()Methods in com.charliemouse.cambozola.profiles with parameters of type ViewerAttributeInterface Modifier and Type Method Description voidProfile_NonInteractive. setViewerAttributes(ViewerAttributeInterface v)Constructors in com.charliemouse.cambozola.profiles with parameters of type ViewerAttributeInterface Constructor Description Profile_Axis_M1031(ViewerAttributeInterface vai)Profile_LocalPTZ(ViewerAttributeInterface vai)Profile_NonInteractive(ViewerAttributeInterface vai)Profile_Panasonic_BLC30(ViewerAttributeInterface vai)
-