Class TimelineEngine.FullObjectID

java.lang.Object
org.pushingpixels.radiance.animation.api.TimelineEngine.FullObjectID
Enclosing class:
TimelineEngine

static class TimelineEngine.FullObjectID extends Object
Identifies a main object and an optional secondary ID.
  • Field Details

    • mainObj

      public Object mainObj
      Main object for the timeline.
    • subID

      public Comparable subID
      ID to distinguish between different sub-components of mainObj. For example, the tabbed pane uses this field to make tab-specific animations.
  • Constructor Details

    • FullObjectID

      public FullObjectID(Object mainObj, Comparable subID)
      Creates a new object ID.
      Parameters:
      mainObj - The main object.
      subID - ID to distinguish between different sub-components of mainObj. Can be null.
  • Method Details