public static final class PrefsProto.LilithPreferences extends com.google.protobuf.GeneratedMessageV3 implements PrefsProto.LilithPreferencesOrBuilder
de.huxhorn.lilith.prefs.LilithPreferences| Modifier and Type | Class and Description |
|---|---|
static class |
PrefsProto.LilithPreferences.Builder
Protobuf type
de.huxhorn.lilith.prefs.LilithPreferences |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
getAskingBeforeQuit()
optional bool asking_before_quit = 7; |
boolean |
getAutoClosing()
optional bool auto_closing = 8; |
boolean |
getAutoFocusingWindow()
optional bool auto_focusing_window = 9; |
boolean |
getAutoOpening()
optional bool auto_opening = 10; |
java.lang.String |
getBlacklistName()
optional string blacklist_name = 4; |
com.google.protobuf.ByteString |
getBlacklistNameBytes()
optional string blacklist_name = 4; |
boolean |
getCheckingForSnapshot()
optional bool checking_for_snapshot = 30; |
boolean |
getCheckingForUpdate()
optional bool checking_for_update = 11; |
boolean |
getCleaningLogsOnExit()
optional bool cleaning_logs_on_exit = 12; |
boolean |
getColoringWholeRow()
optional bool coloring_whole_row = 13; |
java.lang.String |
getDefaultConditionName()
optional string default_condition_name = 29; |
com.google.protobuf.ByteString |
getDefaultConditionNameBytes()
optional string default_condition_name = 29; |
static PrefsProto.LilithPreferences |
getDefaultInstance() |
PrefsProto.LilithPreferences |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PrefsProto.DirectoryContent |
getDetailsView()
optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2; |
PrefsProto.DirectoryContentOrBuilder |
getDetailsViewOrBuilder()
optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2; |
boolean |
getGlobalLoggingEnabled()
optional bool global_logging_enabled = 14; |
PrefsProto.DirectoryContent |
getGroovyClipboardFormatters()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31; |
PrefsProto.DirectoryContentOrBuilder |
getGroovyClipboardFormattersOrBuilder()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31; |
PrefsProto.DirectoryContent |
getGroovyConditions()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1; |
PrefsProto.DirectoryContentOrBuilder |
getGroovyConditionsOrBuilder()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1; |
boolean |
getHidingOnClose()
optional bool hiding_on_close = 34; |
java.lang.String |
getLookAndFeel()
optional string look_and_feel = 6; |
com.google.protobuf.ByteString |
getLookAndFeelBytes()
optional string look_and_feel = 6; |
boolean |
getMaximizingInternalFrames()
optional bool maximizing_internal_frames = 17; |
boolean |
getMute()
optional bool mute = 18; |
com.google.protobuf.Parser<PrefsProto.LilithPreferences> |
getParserForType() |
PrefsProto.DirectoryContent |
getRootFiles()
optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3; |
PrefsProto.DirectoryContentOrBuilder |
getRootFilesOrBuilder()
optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3; |
boolean |
getScrollingSmoothly()
optional bool scrolling_smoothly = 38; |
boolean |
getScrollingToBottom()
optional bool scrolling_to_bottom = 19; |
int |
getSerializedSize() |
boolean |
getShowingFullCallStack()
optional bool showing_full_call_stack = 20; |
boolean |
getShowingFullRecentPath()
optional bool showing_full_recent_path = 33; |
boolean |
getShowingPrimaryIdentifier()
optional bool showing_primary_identifier = 36; |
boolean |
getShowingSecondaryIdentifier()
optional bool showing_secondary_identifier = 37; |
boolean |
getShowingStacktrace()
optional bool showing_stacktrace = 23; |
boolean |
getShowingStatusBar()
optional bool showing_status_bar = 22; |
boolean |
getShowingTipOfTheDay()
optional bool showing_tip_of_the_day = 24; |
boolean |
getShowingToolbar()
optional bool showing_toolbar = 25; |
PrefsProto.SourceFiltering |
getSourceFiltering()
optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28; |
boolean |
getSplashScreenDisabled()
optional bool splash_screen_disabled = 26; |
boolean |
getTrayActive()
optional bool tray_active = 32; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
getUsingInternalFrames()
optional bool using_internal_frames = 27; |
boolean |
getUsingWrappedExceptionStyle()
optional bool using_wrapped_exception_style = 35; |
java.lang.String |
getWhitelistName()
optional string whitelist_name = 5; |
com.google.protobuf.ByteString |
getWhitelistNameBytes()
optional string whitelist_name = 5; |
boolean |
hasAskingBeforeQuit()
optional bool asking_before_quit = 7; |
boolean |
hasAutoClosing()
optional bool auto_closing = 8; |
boolean |
hasAutoFocusingWindow()
optional bool auto_focusing_window = 9; |
boolean |
hasAutoOpening()
optional bool auto_opening = 10; |
boolean |
hasBlacklistName()
optional string blacklist_name = 4; |
boolean |
hasCheckingForSnapshot()
optional bool checking_for_snapshot = 30; |
boolean |
hasCheckingForUpdate()
optional bool checking_for_update = 11; |
boolean |
hasCleaningLogsOnExit()
optional bool cleaning_logs_on_exit = 12; |
boolean |
hasColoringWholeRow()
optional bool coloring_whole_row = 13; |
boolean |
hasDefaultConditionName()
optional string default_condition_name = 29; |
boolean |
hasDetailsView()
optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2; |
boolean |
hasGlobalLoggingEnabled()
optional bool global_logging_enabled = 14; |
boolean |
hasGroovyClipboardFormatters()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31; |
boolean |
hasGroovyConditions()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1; |
int |
hashCode() |
boolean |
hasHidingOnClose()
optional bool hiding_on_close = 34; |
boolean |
hasLookAndFeel()
optional string look_and_feel = 6; |
boolean |
hasMaximizingInternalFrames()
optional bool maximizing_internal_frames = 17; |
boolean |
hasMute()
optional bool mute = 18; |
boolean |
hasRootFiles()
optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3; |
boolean |
hasScrollingSmoothly()
optional bool scrolling_smoothly = 38; |
boolean |
hasScrollingToBottom()
optional bool scrolling_to_bottom = 19; |
boolean |
hasShowingFullCallStack()
optional bool showing_full_call_stack = 20; |
boolean |
hasShowingFullRecentPath()
optional bool showing_full_recent_path = 33; |
boolean |
hasShowingPrimaryIdentifier()
optional bool showing_primary_identifier = 36; |
boolean |
hasShowingSecondaryIdentifier()
optional bool showing_secondary_identifier = 37; |
boolean |
hasShowingStacktrace()
optional bool showing_stacktrace = 23; |
boolean |
hasShowingStatusBar()
optional bool showing_status_bar = 22; |
boolean |
hasShowingTipOfTheDay()
optional bool showing_tip_of_the_day = 24; |
boolean |
hasShowingToolbar()
optional bool showing_toolbar = 25; |
boolean |
hasSourceFiltering()
optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28; |
boolean |
hasSplashScreenDisabled()
optional bool splash_screen_disabled = 26; |
boolean |
hasTrayActive()
optional bool tray_active = 32; |
boolean |
hasUsingInternalFrames()
optional bool using_internal_frames = 27; |
boolean |
hasUsingWrappedExceptionStyle()
optional bool using_wrapped_exception_style = 35; |
boolean |
hasWhitelistName()
optional string whitelist_name = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PrefsProto.LilithPreferences.Builder |
newBuilder() |
static PrefsProto.LilithPreferences.Builder |
newBuilder(PrefsProto.LilithPreferences prototype) |
PrefsProto.LilithPreferences.Builder |
newBuilderForType() |
protected PrefsProto.LilithPreferences.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PrefsProto.LilithPreferences |
parseDelimitedFrom(java.io.InputStream input) |
static PrefsProto.LilithPreferences |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrefsProto.LilithPreferences |
parseFrom(byte[] data) |
static PrefsProto.LilithPreferences |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrefsProto.LilithPreferences |
parseFrom(java.nio.ByteBuffer data) |
static PrefsProto.LilithPreferences |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrefsProto.LilithPreferences |
parseFrom(com.google.protobuf.ByteString data) |
static PrefsProto.LilithPreferences |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrefsProto.LilithPreferences |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PrefsProto.LilithPreferences |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrefsProto.LilithPreferences |
parseFrom(java.io.InputStream input) |
static PrefsProto.LilithPreferences |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PrefsProto.LilithPreferences> |
parser() |
PrefsProto.LilithPreferences.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int GROOVY_CONDITIONS_FIELD_NUMBER
public static final int DETAILS_VIEW_FIELD_NUMBER
public static final int ROOT_FILES_FIELD_NUMBER
public static final int BLACKLIST_NAME_FIELD_NUMBER
public static final int WHITELIST_NAME_FIELD_NUMBER
public static final int LOOK_AND_FEEL_FIELD_NUMBER
public static final int ASKING_BEFORE_QUIT_FIELD_NUMBER
public static final int AUTO_CLOSING_FIELD_NUMBER
public static final int AUTO_FOCUSING_WINDOW_FIELD_NUMBER
public static final int AUTO_OPENING_FIELD_NUMBER
public static final int CHECKING_FOR_UPDATE_FIELD_NUMBER
public static final int CLEANING_LOGS_ON_EXIT_FIELD_NUMBER
public static final int COLORING_WHOLE_ROW_FIELD_NUMBER
public static final int GLOBAL_LOGGING_ENABLED_FIELD_NUMBER
public static final int MAXIMIZING_INTERNAL_FRAMES_FIELD_NUMBER
public static final int MUTE_FIELD_NUMBER
public static final int SCROLLING_TO_BOTTOM_FIELD_NUMBER
public static final int SHOWING_FULL_CALL_STACK_FIELD_NUMBER
public static final int SHOWING_STATUS_BAR_FIELD_NUMBER
public static final int SHOWING_STACKTRACE_FIELD_NUMBER
public static final int SHOWING_TIP_OF_THE_DAY_FIELD_NUMBER
public static final int SHOWING_TOOLBAR_FIELD_NUMBER
public static final int SPLASH_SCREEN_DISABLED_FIELD_NUMBER
public static final int USING_INTERNAL_FRAMES_FIELD_NUMBER
public static final int SOURCE_FILTERING_FIELD_NUMBER
public static final int DEFAULT_CONDITION_NAME_FIELD_NUMBER
public static final int CHECKING_FOR_SNAPSHOT_FIELD_NUMBER
public static final int GROOVY_CLIPBOARD_FORMATTERS_FIELD_NUMBER
public static final int TRAY_ACTIVE_FIELD_NUMBER
public static final int SHOWING_FULL_RECENT_PATH_FIELD_NUMBER
public static final int HIDING_ON_CLOSE_FIELD_NUMBER
public static final int USING_WRAPPED_EXCEPTION_STYLE_FIELD_NUMBER
public static final int SHOWING_PRIMARY_IDENTIFIER_FIELD_NUMBER
public static final int SHOWING_SECONDARY_IDENTIFIER_FIELD_NUMBER
public static final int SCROLLING_SMOOTHLY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<PrefsProto.LilithPreferences> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasGroovyConditions()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;hasGroovyConditions in interface PrefsProto.LilithPreferencesOrBuilderpublic PrefsProto.DirectoryContent getGroovyConditions()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;getGroovyConditions in interface PrefsProto.LilithPreferencesOrBuilderpublic PrefsProto.DirectoryContentOrBuilder getGroovyConditionsOrBuilder()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;getGroovyConditionsOrBuilder in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasDetailsView()
optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;hasDetailsView in interface PrefsProto.LilithPreferencesOrBuilderpublic PrefsProto.DirectoryContent getDetailsView()
optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;getDetailsView in interface PrefsProto.LilithPreferencesOrBuilderpublic PrefsProto.DirectoryContentOrBuilder getDetailsViewOrBuilder()
optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;getDetailsViewOrBuilder in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasRootFiles()
optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;hasRootFiles in interface PrefsProto.LilithPreferencesOrBuilderpublic PrefsProto.DirectoryContent getRootFiles()
optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;getRootFiles in interface PrefsProto.LilithPreferencesOrBuilderpublic PrefsProto.DirectoryContentOrBuilder getRootFilesOrBuilder()
optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;getRootFilesOrBuilder in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasBlacklistName()
optional string blacklist_name = 4;hasBlacklistName in interface PrefsProto.LilithPreferencesOrBuilderpublic java.lang.String getBlacklistName()
optional string blacklist_name = 4;getBlacklistName in interface PrefsProto.LilithPreferencesOrBuilderpublic com.google.protobuf.ByteString getBlacklistNameBytes()
optional string blacklist_name = 4;getBlacklistNameBytes in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasWhitelistName()
optional string whitelist_name = 5;hasWhitelistName in interface PrefsProto.LilithPreferencesOrBuilderpublic java.lang.String getWhitelistName()
optional string whitelist_name = 5;getWhitelistName in interface PrefsProto.LilithPreferencesOrBuilderpublic com.google.protobuf.ByteString getWhitelistNameBytes()
optional string whitelist_name = 5;getWhitelistNameBytes in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasLookAndFeel()
optional string look_and_feel = 6;hasLookAndFeel in interface PrefsProto.LilithPreferencesOrBuilderpublic java.lang.String getLookAndFeel()
optional string look_and_feel = 6;getLookAndFeel in interface PrefsProto.LilithPreferencesOrBuilderpublic com.google.protobuf.ByteString getLookAndFeelBytes()
optional string look_and_feel = 6;getLookAndFeelBytes in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasAskingBeforeQuit()
optional bool asking_before_quit = 7;hasAskingBeforeQuit in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getAskingBeforeQuit()
optional bool asking_before_quit = 7;getAskingBeforeQuit in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasAutoClosing()
optional bool auto_closing = 8;hasAutoClosing in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getAutoClosing()
optional bool auto_closing = 8;getAutoClosing in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasAutoFocusingWindow()
optional bool auto_focusing_window = 9;hasAutoFocusingWindow in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getAutoFocusingWindow()
optional bool auto_focusing_window = 9;getAutoFocusingWindow in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasAutoOpening()
optional bool auto_opening = 10;hasAutoOpening in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getAutoOpening()
optional bool auto_opening = 10;getAutoOpening in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasCheckingForUpdate()
optional bool checking_for_update = 11;hasCheckingForUpdate in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getCheckingForUpdate()
optional bool checking_for_update = 11;getCheckingForUpdate in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasCleaningLogsOnExit()
optional bool cleaning_logs_on_exit = 12;hasCleaningLogsOnExit in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getCleaningLogsOnExit()
optional bool cleaning_logs_on_exit = 12;getCleaningLogsOnExit in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasColoringWholeRow()
optional bool coloring_whole_row = 13;hasColoringWholeRow in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getColoringWholeRow()
optional bool coloring_whole_row = 13;getColoringWholeRow in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasGlobalLoggingEnabled()
optional bool global_logging_enabled = 14;hasGlobalLoggingEnabled in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getGlobalLoggingEnabled()
optional bool global_logging_enabled = 14;getGlobalLoggingEnabled in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasMaximizingInternalFrames()
optional bool maximizing_internal_frames = 17;hasMaximizingInternalFrames in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getMaximizingInternalFrames()
optional bool maximizing_internal_frames = 17;getMaximizingInternalFrames in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasMute()
optional bool mute = 18;hasMute in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getMute()
optional bool mute = 18;getMute in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasScrollingToBottom()
optional bool scrolling_to_bottom = 19;hasScrollingToBottom in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getScrollingToBottom()
optional bool scrolling_to_bottom = 19;getScrollingToBottom in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasShowingFullCallStack()
optional bool showing_full_call_stack = 20;hasShowingFullCallStack in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getShowingFullCallStack()
optional bool showing_full_call_stack = 20;getShowingFullCallStack in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasShowingStatusBar()
optional bool showing_status_bar = 22;hasShowingStatusBar in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getShowingStatusBar()
optional bool showing_status_bar = 22;getShowingStatusBar in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasShowingStacktrace()
optional bool showing_stacktrace = 23;hasShowingStacktrace in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getShowingStacktrace()
optional bool showing_stacktrace = 23;getShowingStacktrace in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasShowingTipOfTheDay()
optional bool showing_tip_of_the_day = 24;hasShowingTipOfTheDay in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getShowingTipOfTheDay()
optional bool showing_tip_of_the_day = 24;getShowingTipOfTheDay in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasShowingToolbar()
optional bool showing_toolbar = 25;hasShowingToolbar in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getShowingToolbar()
optional bool showing_toolbar = 25;getShowingToolbar in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasSplashScreenDisabled()
optional bool splash_screen_disabled = 26;hasSplashScreenDisabled in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getSplashScreenDisabled()
optional bool splash_screen_disabled = 26;getSplashScreenDisabled in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasUsingInternalFrames()
optional bool using_internal_frames = 27;hasUsingInternalFrames in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getUsingInternalFrames()
optional bool using_internal_frames = 27;getUsingInternalFrames in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasSourceFiltering()
optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;hasSourceFiltering in interface PrefsProto.LilithPreferencesOrBuilderpublic PrefsProto.SourceFiltering getSourceFiltering()
optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;getSourceFiltering in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasDefaultConditionName()
optional string default_condition_name = 29;hasDefaultConditionName in interface PrefsProto.LilithPreferencesOrBuilderpublic java.lang.String getDefaultConditionName()
optional string default_condition_name = 29;getDefaultConditionName in interface PrefsProto.LilithPreferencesOrBuilderpublic com.google.protobuf.ByteString getDefaultConditionNameBytes()
optional string default_condition_name = 29;getDefaultConditionNameBytes in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasCheckingForSnapshot()
optional bool checking_for_snapshot = 30;hasCheckingForSnapshot in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getCheckingForSnapshot()
optional bool checking_for_snapshot = 30;getCheckingForSnapshot in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasGroovyClipboardFormatters()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;hasGroovyClipboardFormatters in interface PrefsProto.LilithPreferencesOrBuilderpublic PrefsProto.DirectoryContent getGroovyClipboardFormatters()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;getGroovyClipboardFormatters in interface PrefsProto.LilithPreferencesOrBuilderpublic PrefsProto.DirectoryContentOrBuilder getGroovyClipboardFormattersOrBuilder()
optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;getGroovyClipboardFormattersOrBuilder in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasTrayActive()
optional bool tray_active = 32;hasTrayActive in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getTrayActive()
optional bool tray_active = 32;getTrayActive in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasShowingFullRecentPath()
optional bool showing_full_recent_path = 33;hasShowingFullRecentPath in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getShowingFullRecentPath()
optional bool showing_full_recent_path = 33;getShowingFullRecentPath in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasHidingOnClose()
optional bool hiding_on_close = 34;hasHidingOnClose in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getHidingOnClose()
optional bool hiding_on_close = 34;getHidingOnClose in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasUsingWrappedExceptionStyle()
optional bool using_wrapped_exception_style = 35;hasUsingWrappedExceptionStyle in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getUsingWrappedExceptionStyle()
optional bool using_wrapped_exception_style = 35;getUsingWrappedExceptionStyle in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasShowingPrimaryIdentifier()
optional bool showing_primary_identifier = 36;hasShowingPrimaryIdentifier in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getShowingPrimaryIdentifier()
optional bool showing_primary_identifier = 36;getShowingPrimaryIdentifier in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasShowingSecondaryIdentifier()
optional bool showing_secondary_identifier = 37;hasShowingSecondaryIdentifier in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getShowingSecondaryIdentifier()
optional bool showing_secondary_identifier = 37;getShowingSecondaryIdentifier in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean hasScrollingSmoothly()
optional bool scrolling_smoothly = 38;hasScrollingSmoothly in interface PrefsProto.LilithPreferencesOrBuilderpublic boolean getScrollingSmoothly()
optional bool scrolling_smoothly = 38;getScrollingSmoothly in interface PrefsProto.LilithPreferencesOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PrefsProto.LilithPreferences parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProto.LilithPreferences parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProto.LilithPreferences parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProto.LilithPreferences parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProto.LilithPreferences parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProto.LilithPreferences parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProto.LilithPreferences parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PrefsProto.LilithPreferences parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PrefsProto.LilithPreferences parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PrefsProto.LilithPreferences parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PrefsProto.LilithPreferences parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PrefsProto.LilithPreferences parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic PrefsProto.LilithPreferences.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PrefsProto.LilithPreferences.Builder newBuilder()
public static PrefsProto.LilithPreferences.Builder newBuilder(PrefsProto.LilithPreferences prototype)
public PrefsProto.LilithPreferences.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PrefsProto.LilithPreferences.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PrefsProto.LilithPreferences getDefaultInstance()
public static com.google.protobuf.Parser<PrefsProto.LilithPreferences> parser()
public com.google.protobuf.Parser<PrefsProto.LilithPreferences> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PrefsProto.LilithPreferences getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder