public class WarningsTab<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends Tab
Tab that displays map validator results.| Constructor and Description |
|---|
WarningsTab(@NotNull java.lang.String ident,
@NotNull ErrorListView<G,A,R> errorListView,
@NotNull Location location,
boolean alternativeLocation,
int index,
boolean defaultOpen)
Creates a new instance.
|
addTabListener, getButton, getComponent, getLocation, getMoveToMenu, getPopupMenu, getSeverity, getSize, isAlternativeLocation, isOpen, removeTabListener, setAlternativeLocation, setLocation, setOpen, setSeverity, setSize, setSplitModeActionpublic WarningsTab(@NotNull
@NotNull java.lang.String ident,
@NotNull
@NotNull ErrorListView<G,A,R> errorListView,
@NotNull
@NotNull Location location,
boolean alternativeLocation,
int index,
boolean defaultOpen)
ident - the tab's identification stringerrorListView - the error list view to displaylocation - the tab's locationalternativeLocation - whether the tab is shown in the alternative
locationindex - the tab's index for orderingdefaultOpen - the tab's default opened status