Class ZIndexData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class ZIndexData
    extends java.lang.Object
    implements ActionData
    Represents an action caused by a component whose z-index is modified by the client.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getZIndex()
      Returns the z-index of the component after moved.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getZIndex

        public final int getZIndex()
        Returns the z-index of the component after moved.