|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ListViewMode>
org.ka2ddo.yaac.ax25.ListViewMode
public enum ListViewMode
Enums specifying the view modes for the StationListViewer model.
Enum Constant Summary | |
---|---|
ALL
View both stations and objects. |
|
OBJECT_ONLY
View only objects (non-transmitting entities announced by a station). |
|
STATION_ONLY
View only stations (entities originating messages on their own). |
Method Summary | |
---|---|
boolean |
isIncludeObjects()
|
boolean |
isIncludeStations()
|
java.lang.String |
toString()
|
static ListViewMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ListViewMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ListViewMode ALL
public static final ListViewMode STATION_ONLY
public static final ListViewMode OBJECT_ONLY
Method Detail |
---|
public static ListViewMode[] values()
for (ListViewMode c : ListViewMode.values()) System.out.println(c);
public static ListViewMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic boolean isIncludeObjects()
public boolean isIncludeStations()
public java.lang.String toString()
toString
in class java.lang.Enum<ListViewMode>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |