vooga.devEnvironment.datapanel
Interface Tab
- All Known Implementing Classes:
- ChangeTexturesTab, CollidablesTab, KeyMapperTab, NonCollidablePhysicalItemsTab, PhysicalItemsTab, RenderablesTab
public interface Tab
The interface which all tabs should implement (in addition to extending
JComponent). This interface allows a tab to specify its name, and requires it
to follow the same user-specified update delay as the rest of the tabs.
- Author:
- Jacob Schmidt
getTabName
java.lang.String getTabName()
- Returns:
- The name of the tab.
setUpdateDelay
void setUpdateDelay(int ms)