Klasse FWTabViewEvent

java.lang.Object
net.simplace.ui.tabview.FWTabViewEvent

public class FWTabViewEvent extends Object
Autor:
Andreas Enders
  • Felddetails

    • INITIALIZATION_COMPLETED

      public static final int INITIALIZATION_COMPLETED
      send when the initialization of the panel is completed and can safely be used
      Siehe auch:
  • Konstruktordetails

    • FWTabViewEvent

      public FWTabViewEvent(Object aSource, int aEventType)
      Parameter:
      aSource -
  • Methodendetails

    • isType

      public boolean isType(int aType)
      Parameter:
      aType -
      Gibt zurück:
      true if the type of this object is the same type as the passed one
    • getType

      public int getType()
      Gibt zurück:
      type of event
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object