Class Inspector

    • Constructor Detail

      • Inspector

        public Inspector()
        Inspector constructor comment.
      • Inspector

        public Inspector​(Frame owner,
                         Object dsId)
        Inspector constructor comment.
        Parameters:
        owner - java.awt.Frame
        dsId - dsId
    • Method Detail

      • getInspectedObject

        public Inspectable getInspectedObject()
        Insert the method's description here. Creation date: (8.1.2001 21:43:40)
        Specified by:
        getInspectedObject in interface InspectorInterface
        Returns:
        com.cosylab.vdct.inspector.Inspectable
      • inspectableObjectAdded

        public void inspectableObjectAdded​(Inspectable object)
        Insert the method's description here. Creation date: (17.4.2001 17:36:09)
        Specified by:
        inspectableObjectAdded in interface InspectableObjectsListener
        Parameters:
        object - com.cosylab.vdct.inspector.Inspectable
      • inspectObject

        public void inspectObject​(Inspectable object)
        Insert the method's description here. Creation date: (8.1.2001 17:50:20)
        Specified by:
        inspectObject in interface InspectorInterface
        Parameters:
        object - com.cosylab.vdct.inspector.Inspectable
      • inspectObject

        public void inspectObject​(Inspectable object,
                                  boolean raise)
        Insert the method's description here. Creation date: (8.1.2001 17:50:20)
        Parameters:
        object - com.cosylab.vdct.inspector.Inspectable
        raise - raise
      • isFrozen

        public boolean isFrozen()
        Insert the method's description here. Creation date: (8.1.2001 21:49:13)
        Specified by:
        isFrozen in interface InspectorInterface
        Returns:
        boolean
      • main

        public static void main​(String[] args)
        main entrypoint - starts the part when it is run as an application
        Parameters:
        args - java.lang.String[]
      • reinitialize

        public void reinitialize()
        Insert the method's description here. Creation date: (8.1.2001 17:50:20)
        Specified by:
        reinitialize in interface InspectorInterface
      • updateObject

        public void updateObject()
        Insert the method's description here. Creation date: (8.1.2001 17:50:20)
        Specified by:
        updateObject in interface InspectorInterface
      • setHelp

        public void setHelp​(String help)
        Insert the method's description here. Creation date: (26.1.2001 15:18:44)
        Specified by:
        setHelp in interface InspectorInterface
        Parameters:
        help - java.lang.String
      • setVisible

        public void setVisible​(boolean state)
        Insert the method's description here. Creation date: (26.1.2001 16:24:25)
        Specified by:
        setVisible in interface InspectorInterface
        Overrides:
        setVisible in class Dialog
        Parameters:
        state - boolean
      • updateComment

        public void updateComment()
        Insert the method's description here. Creation date: (5.5.2001 15:13:41)
        Specified by:
        updateComment in interface InspectorInterface
      • updateProperty

        public void updateProperty​(InspectableProperty property)
        Insert the method's description here. Creation date: (5.5.2001 15:13:41)
        Specified by:
        updateProperty in interface InspectorInterface
        Parameters:
        property - com.cosylab.vdct.inspector.InspectableProperty
      • windowActivated

        public void windowActivated​(WindowEvent e)
        Invoked when the window is set to be the user's active window, which means the window (or one of its subcomponents) will receive keyboard events.
        Specified by:
        windowActivated in interface WindowListener
        Parameters:
        e - e
      • windowClosed

        public void windowClosed​(WindowEvent e)
        Invoked when a window has been closed as the result of calling dispose on the window.
        Specified by:
        windowClosed in interface WindowListener
        Parameters:
        e - e
      • windowClosing

        public void windowClosing​(WindowEvent e)
        Invoked when the user attempts to close the window from the window's system menu. If the program does not explicitly hide or dispose the window while processing this event, the window close operation will be cancelled.
        Specified by:
        windowClosing in interface WindowListener
        Parameters:
        e - e
      • windowDeactivated

        public void windowDeactivated​(WindowEvent e)
        Invoked when a window is no longer the user's active window, which means that keyboard events will no longer be delivered to the window or its subcomponents.
        Specified by:
        windowDeactivated in interface WindowListener
        Parameters:
        e - e
      • windowDeiconified

        public void windowDeiconified​(WindowEvent e)
        Invoked when a window is changed from a minimized to a normal state.
        Specified by:
        windowDeiconified in interface WindowListener
        Parameters:
        e - e
      • setMode

        public void setMode​(int mode)
        Sets the mode.
        Parameters:
        mode - The mode to set