Documentation of 'jv.object.PsUpdateIf' Java class
PsUpdateIf ("JavaView Reference Manual")
"JavaView? v5.03.003"
jv.object

Interface PsUpdateIf

    • Method Detail

      • getName

        java.lang.String getName()
        Get name of instance.
      • getFather

        PsUpdateIf getFather()
        Get parent and do nothing else.

        Historical note: previous to Java 1.1 this method was called getParent() in JavaView, but in Java 1.1 a method with same name was introduced in java.awt.Component which prevented us to continue to this method in any of our subclasses of AWT components. In order to be consistent, the JavaView method getParent() was replaced with getFather() everywhere. Since that time JavaView uses the pair setParent/getFather, and lives quite well with that.

        See Also:
        setParent(PsUpdateIf), update(Object)
      • setParent

        void setParent(PsUpdateIf parent)
        Set parent and do nothing else. Method is implemented by PsObject and PsPanel, and should be called if overwritten.
        Parameters:
        parent - will receive events which this does not handle
        See Also:
        getFather(), update(Object)
      • update

        boolean update(java.lang.Object event)
        Event handling method in the update mechanism. Events not handled will be passed to m_parent or super in this sequence.
        Parameters:
        event - carries a lot of information
        Returns:
        true if event has been handled, otherwise false
        See Also:
        PsObject, getFather(), setParent(PsUpdateIf)
"JavaView? v5.03.003"

"

The software JavaView? is copyright protected. All Rights Reserved.
"

You see the box below because you did not login.