Class DeviceManagerUI


  • public class DeviceManagerUI
    extends java.lang.Object
    • Constructor Detail

      • DeviceManagerUI

        public DeviceManagerUI​(Core core)
    • Method Detail

      • uiAttachedAndCoreRunning

        private void uiAttachedAndCoreRunning​(Core core)
      • setupUIwithDeviceManager

        private void setupUIwithDeviceManager()
      • setupConfigUI

        public void setupConfigUI()
      • createTranscodingSection

        public void createTranscodingSection()
      • setupMenuListeners

        protected void setupMenuListeners()
      • export

        private void export​(Device device)
      • setupListeners

        protected void setupListeners()
      • rebuildSideBarIfExists

        protected void rebuildSideBarIfExists()
      • rebuildSideBar

        protected void rebuildSideBar()
      • getHeaderToolTip

        private java.lang.String getHeaderToolTip()
      • buildSideBar

        protected MdiEntry buildSideBar​(boolean rebuild)
      • registerDiskOps

        public static void registerDiskOps​(MultipleDocumentInterface mdi,
                                           java.lang.String parent,
                                           boolean closeable)
      • buildCategories

        private void buildCategories​(boolean full)
      • createOverallMenu

        private void createOverallMenu​(MenuManager menu_manager,
                                       java.lang.String parentID)
      • addNewDevice

        protected void addNewDevice()
        Since:
        4.1.0.5
      • setOXCState

        private void setOXCState​(java.lang.String new_action)
      • checkOXCState

        private void checkOXCState()
      • setupTranscodeMenus

        private void setupTranscodeMenus()
      • search

        protected void search()
      • addOrChangeDevice

        protected void addOrChangeDevice​(Device device)
      • getDeviceImageIDs

        protected static java.lang.String[] getDeviceImageIDs​(Device device)
      • showDevice

        protected void showDevice​(Device device)
      • handleDrop

        public static boolean handleDrop​(TranscodeTarget target,
                                         java.lang.Object payload)
      • handleDropSupport

        private static boolean handleDropSupport​(TranscodeTarget target,
                                                 java.lang.Object payload,
                                                 boolean allow_retry)
      • handleDrop

        protected static void handleDrop​(TranscodeTarget target,
                                         TranscodeProfile profile,
                                         java.lang.Object payload,
                                         int transcode_requirement)
      • addAllDevices

        protected void addAllDevices()
      • removeAllDevices

        protected void removeAllDevices()
      • removeDevice

        protected void removeDevice​(Device device)
      • addDeviceCategory

        protected DeviceManagerUI.categoryView addDeviceCategory​(int device_type,
                                                                 java.lang.String category_title,
                                                                 java.lang.String category_image_id)
      • addDefaultDropListener

        protected void addDefaultDropListener​(MdiEntry mainSbEntry)
      • showProperties

        protected void showProperties​(Device device)
      • nextSidebarID

        protected int nextSidebarID()
      • dispose

        public void dispose()