|
Gridarta Editor
|
A Tab that displays map validator results. More...
Inheritance diagram for net.sf.gridarta.gui.mainwindow.WarningsTab< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.gui.mainwindow.WarningsTab< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| WarningsTab (@NotNull final String ident, @NotNull final ErrorListView< G, A, R > errorListView, @NotNull final Location location, final boolean alternativeLocation, final int index, final boolean defaultOpen) | |
| Creates a new instance. More... | |
Public Member Functions inherited from net.sf.gridarta.gui.utils.tabbedpanel.Tab | |
| void | addTabListener (@NotNull final TabListener listener) |
| Adds a TabListener to be notified. More... | |
| AbstractButton | getButton () |
| Returns the AbstractButton for showing or hiding the component. More... | |
| Component | getComponent () |
| Returns the Component that is shown when this tab is active. More... | |
| Location | getLocation () |
| Returns the tab's location. More... | |
| JMenu | getMoveToMenu () |
| Returns the "Move To" menu within the button's context menu. More... | |
| JPopupMenu | getPopupMenu () |
| Returns the button's context menu. More... | |
| Severity | getSeverity () |
| Returns the tab's Severity. More... | |
| int | getSize () |
| Returns the tab's size. More... | |
| boolean | isAlternativeLocation () |
| Returns whether the button is shown in the alternative location. More... | |
| boolean | isOpen () |
| Returns the tab's open status. More... | |
| void | removeTabListener (@NotNull final TabListener listener) |
| Removes a TabListener to be notified. More... | |
| void | setAlternativeLocation (final boolean alternativeLocation) |
| Sets whether the button is shown in the alternative location. More... | |
| void | setLocation (@NotNull final Location location) |
| Sets the tab's location. More... | |
| void | setOpen (final boolean open) |
| Sets the tab's open status. More... | |
| void | setSize (final int size) |
| Sets the tab's size. More... | |
| void | setSplitModeAction (@Nullable final ToggleAction splitModeAction) |
| Sets the ToggleAction to update if the "split mode" state changes. More... | |
| Tab (@NotNull final String ident, @NotNull final JComponent component, @NotNull final Location defaultLocation, final boolean alternativeLocation, final int index, final boolean defaultOpen) | |
| Creates a new instance. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from net.sf.gridarta.gui.utils.tabbedpanel.Tab | |
| void | setSeverity (@NotNull final Severity severity) |
| Sets the tab's Severity. More... | |
A Tab that displays map validator results.
Definition at line 36 of file WarningsTab.java.
| net.sf.gridarta.gui.mainwindow.WarningsTab< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.WarningsTab | ( | @NotNull final String | ident, |
| @NotNull final ErrorListView< G, A, R > | errorListView, | ||
| @NotNull final Location | location, | ||
| final boolean | alternativeLocation, | ||
| final int | index, | ||
| final boolean | defaultOpen | ||
| ) |
Creates a new instance.
| ident | the tab's identification string |
| errorListView | the error list view to display |
| location | the tab's location |
| alternativeLocation | whether the tab is shown in the alternative location |
| index | the tab's index for ordering |
| defaultOpen | the tab's default opened status |
Definition at line 48 of file WarningsTab.java.
References net.sf.gridarta.gui.utils.Severity.DEFAULT, net.sf.gridarta.gui.utils.Severity.ERROR, and net.sf.gridarta.gui.utils.tabbedpanel.Tab.setSeverity().
Here is the call graph for this function: