Class ActorLocationsPanel

    • Field Detail

      • m_ParentComponent

        protected Component m_ParentComponent
        the parent component.
      • m_Locations

        protected List<String> m_Locations
        the locations.
      • m_ButtonCopy

        protected BaseButton m_ButtonCopy
        the button for copying the location.
      • m_ButtonJumpTo

        protected BaseButton m_ButtonJumpTo
        the button for jumping to the location.
    • Constructor Detail

      • ActorLocationsPanel

        public ActorLocationsPanel​(Component parentComponent,
                                   List<String> locations)
        Initializes the panel.
        Parameters:
        parentComponent - the parent component to use, can be null
        locations - the list of locations
    • Method Detail

      • initGUI

        protected void initGUI()
        For initializing the GUI.
        Overrides:
        initGUI in class BasePanel
      • finishInit

        protected void finishInit()
        finishes the initialization.
        Overrides:
        finishInit in class BasePanel