All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.lessvoid.nifty.controls.tabs.TabGroupMember Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package de.lessvoid.nifty.controls.tabs;

import de.lessvoid.nifty.controls.TabGroup;

import javax.annotation.Nullable;

/**
 * This interface can be implemented in tab controls in case those controls need to be informed once they are added to a
 * tab group. This interface is not meant to be used in a final application. Its only used to nifty-control
 * development.
 *
 * @author Martin Karing <[email protected]>
 */
public interface TabGroupMember {
  /**
   * Set the tab group that is the parent of the tab.
   *
   * @param tabGroup the parent tab group
   */
  void setParentTabGroup(@Nullable TabGroup tabGroup);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy