A B C D E F G H I J K L M N O P Q R S T U V W Y 

G

GenericErrorEvent - Class in jerklib.events
 
GenericErrorEvent(String, Session, Exception) - Constructor for class jerklib.events.GenericErrorEvent
 
getAction() - Method in class jerklib.ModeAdjustment
Indicates if the mode is being applied or removed
getActualHostName() - Method in class jerklib.events.ConnectionCompleteEvent
Gets the actual hostname
getActualNick() - Method in class jerklib.Profile
Get the nick currently being used.
getAlphaSliderText() - Method in class net.margaritov.preference.colorpicker.ColorPickerView
Get the current value of the text that will be shown in the alpha slider.
getArgument() - Method in class jerklib.ModeAdjustment
This will return the argument for this mode if any.
getAwayMessage() - Method in class jerklib.events.AwayEvent
Returns the away message or an empty String if it was user of lib who caused the event to fire.
getBorderColor() - Method in class net.margaritov.preference.colorpicker.ColorPickerPanelView
Get the color of the border surrounding the panel.
getBorderColor() - Method in class net.margaritov.preference.colorpicker.ColorPickerView
Get the color of the border surrounding all panels.
getCaseMapping() - Method in class jerklib.ServerInformation
Get the case mapping used by this server.
Will be one of the following: ascii, rfc1459, or strict-rfc1459
getChannel() - Method in class jerklib.events.CtcpEvent
 
getChannel() - Method in class jerklib.events.JoinCompleteEvent
getChannel() returns Channel object for event
getChannel() - Method in class jerklib.events.JoinEvent
returns the Channel object joined
getChannel() - Method in class jerklib.events.KickEvent
Gets the channel object someone was kicked from
getChannel() - Method in class jerklib.events.MessageEvent
returns IRCChannel object the PrivMsg occured in
getChannel() - Method in class jerklib.events.ModeEvent
If mode event adjusted a Channel mode then the Channel effected will be returned
getChannel() - Method in class jerklib.events.NickListEvent
Gets the channel the nick list came from
getChannel() - Method in class jerklib.events.NoticeEvent
If this is a Channel notice this will return the Channel
getChannel() - Method in class jerklib.events.PartEvent
returns IRCChannel object for channel parted
getChannel() - Method in class jerklib.events.TopicEvent
 
getChannel() - Method in class jerklib.events.WhoEvent
Retrieve the channel (for when you WHO a channel)
getChannel(String) - Method in class jerklib.Session
Gets a Channel by name
getChannel() - Method in class jerklib.WriteRequest
Get Channel associated with the request.
getChannelJoinLimitForPrefix(String) - Method in class jerklib.ServerInformation
Used to indicate the maximum amount of channels that a client may join of a given prefix.
getChannelList() - Method in class jerklib.events.QuitEvent
returns a list of Channel objects the nick who quit was in
getChannelModes() - Method in class jerklib.Channel
Returns a list of modes that apply to the channel but dont apply to users in the channel.
getChannelName() - Method in class jerklib.events.ChannelListEvent
Gets the channel name
getChannelName() - Method in class jerklib.events.InviteEvent
Gets the channel to which we were invited to
getChannelName() - Method in class jerklib.events.JoinEvent
returns the name of the channel joined to cause this event
getChannelName() - Method in class jerklib.events.PartEvent
returns the name of the channel parted
getChannelNames() - Method in class jerklib.events.WhoisEvent
A list of channel names the user is joined to
getChannelPrefixes() - Method in class jerklib.ServerInformation
Get the channel prefixes
getChannels() - Method in class jerklib.Session
Get a List of Channels Session is currently in
getColor() - Method in class net.margaritov.preference.colorpicker.ColorPickerDialog
 
getColor() - Method in class net.margaritov.preference.colorpicker.ColorPickerPanelView
Get the color currently show by this view.
getColor() - Method in class net.margaritov.preference.colorpicker.ColorPickerView
Get the current color this view is showing.
getColorsList() - Static method in class jerklib.util.Colors
Returns the list of all available colors.
getComment() - Method in class jerklib.events.ServerVersionEvent
Gets the server version comment
getConnectedHostName() - Method in class jerklib.Session
Returns host name this Session is connected to.
getCtcpString() - Method in class jerklib.events.CtcpEvent
Returns the CTCP query
getdebugLevel() - Method in class jerklib.events.ServerVersionEvent
Not impled
getDefaultEventHandler() - Method in class jerklib.ConnectionManager
Gets the InternalEventHandler to use for this Session.
getDefaultInternalEventParser() - Method in class jerklib.ConnectionManager
Get the InternalEventParser used for this Session.
getDefaultParser() - Method in class jerklib.parsers.DefaultInternalEventParser
 
getDefaultProfile() - Method in class jerklib.ConnectionManager
gets the default profile used for new connections
getDownloadAt(Context, String, int) - Static method in class com.qweex.callisto.podcast.DownloadList
 
getDownloadCount(Context, String) - Static method in class com.qweex.callisto.podcast.DownloadList
 
getDrawable() - Method in class com.qweex.utils.ImgTxtButton
 
getDrawingOffset() - Method in class net.margaritov.preference.colorpicker.ColorPickerView
Get the drawing offset of the color picker view.
getErrorMsg() - Method in class jerklib.events.NumericErrorEvent
 
getErrorType() - Method in class jerklib.events.ErrorEvent
Get the error type
getEventHandler(IRCEvent.Type) - Method in class jerklib.DefaultInternalEventHandler
Returns the event handler registerd to the Type given.
getEventType() - Method in class jerklib.events.AwayEvent
Return the event type that was fired
getException() - Method in class jerklib.events.ConnectionLostEvent
 
getException() - Method in class jerklib.events.GenericErrorEvent
 
getException() - Method in class jerklib.events.UnresolvedHostnameErrorEvent
Gets the wrapped UnresolvedAddressException
getExtension(String) - Static method in class com.qweex.callisto.podcast.EpisodeDesc
Finds the file extension of a path.
getFirstNick() - Method in class jerklib.Profile
Rreturn the first nick
getHopCount() - Method in class jerklib.events.WhoEvent
Returns the number of hops between you and the user.
getHost() - Method in class jerklib.events.WhoisEvent
the hostname of the whoised user
getHostName() - Method in class jerklib.events.EventToken
Gets hostname from message
getHostName() - Method in class jerklib.events.MotdEvent
returns name of host this event originated from
getHostName() - Method in class jerklib.events.ServerVersionEvent
Gets the host name
getHostName() - Method in class jerklib.events.TopicEvent
 
getHostName() - Method in class jerklib.events.UnresolvedHostnameErrorEvent
Gets the unresolvable hostname
getHostName() - Method in class jerklib.events.WhoEvent
Get the hostname of the user
getHostName() - Method in class jerklib.events.WhowasEvent
get hostname of whoised user
getHostName() - Method in class jerklib.RequestedConnection
Get hostname
getInternalEventHandler() - Method in class jerklib.Session
Returns the internal event handler this Session is using
getInternalEventParser() - Method in class jerklib.Session
Gets the InternalEventParser this Session uses for event parsing
getInUseNick() - Method in class jerklib.events.NickInUseEvent
returns nick that is in use
getIrcdString() - Method in class jerklib.ServerInformation
Get the IRCD String (this will usually be the name of the ircd.
getIRCEventListeners() - Method in class jerklib.Session
Get a collection of all IRCEventListeners attached to Session
getItemViewType(int) - Method in class com.qweex.callisto.podcast.HeaderAdapter
 
getLength(long) - Method in class com.qweex.callisto.DatabaseConnector
 
getMaxAwayLength() - Method in class jerklib.ServerInformation
Get the maximum away message length
getMaxChannelNameLength() - Method in class jerklib.ServerInformation
Get the max channel Name Lengt
getMaxHostLength() - Method in class jerklib.ServerInformation
Get the maximum Hostname length
getMaxKeyLength() - Method in class jerklib.ServerInformation
Get the max channel key length
getMaxKickLength() - Method in class jerklib.ServerInformation
Get max kick message length
getMaxModesPerCommnad() - Method in class jerklib.ServerInformation
Get the maximum number of modes per command
getMaxNickLength() - Method in class jerklib.ServerInformation
Get the max nick length.
getMaxSilenceListSize() - Method in class jerklib.ServerInformation
Get the maximum silence list length
getMaxTopicLength() - Method in class jerklib.ServerInformation
Get the max topic length
getMaxUserLength() - Method in class jerklib.ServerInformation
Get the max username length
getMessage() - Method in class jerklib.events.CtcpEvent
 
getMessage() - Method in class jerklib.events.KickEvent
Gets the kick message
getMessage() - Method in class jerklib.events.MessageEvent
getMessage() returns the message part of the event
getMessage() - Method in class jerklib.WriteRequest
Get message part of request
getMode() - Method in class jerklib.ModeAdjustment
Get the mode for this adjustment
getModeAdjustments() - Method in class jerklib.events.ModeEvent
Gets the list of mode adjustments generated
getModes(ServerInformation.ModeType) - Method in class jerklib.ServerInformation
Get all modes of the given ServerInformation.ModeType.
getModeType() - Method in class jerklib.events.ModeEvent
Indicates if this is a user mode or channel mode event
getMotdLine() - Method in class jerklib.events.MotdEvent
Gets a line of the MOTD
getName() - Method in class jerklib.Channel
Gets the Channel name.
getName() - Method in class jerklib.Profile
return the name
getName() - Method in interface jerklib.tasks.Task
Gets the name of a task
getName() - Method in class jerklib.tasks.TaskImpl
 
getNewNick() - Method in class jerklib.events.NickChangeEvent
getNewNick() returns the new nick of the user
getNick() - Method in class jerklib.events.AwayEvent
Get the nick who fired the event.
getNick() - Method in class jerklib.events.EventToken
Get nick from message
getNick() - Method in class jerklib.events.PartEvent
returns the nick of who parted
getNick() - Method in class jerklib.events.WhoEvent
Get the nick of the user
getNick() - Method in class jerklib.events.WhoisEvent
Gets the nick the whois event is about
getNick() - Method in class jerklib.events.WhowasEvent
get nick who was event is about
getNick() - Method in class jerklib.Session
Nick used for Session
getNick() - Method in class jerklib.WriteRequest
Get the nick used for this request
getNickColor(String) - Method in class com.qweex.callisto.irc.IRCChat
Gets the nick color from the list, adding it if necessary.
getNickPrefixes() - Method in class jerklib.ServerInformation
Get the nickPrefixes.
getNickPrefixMap() - Method in class jerklib.ServerInformation
Get The nickprefixes supported
getNicks() - Method in class jerklib.Channel
Gets a list of nicks for Channel.
getNicks() - Method in class jerklib.events.NickListEvent
Gets the nick list for the Channel
getNicksForMode(ModeAdjustment.Action, char) - Method in class jerklib.Channel
Gets a list of users in channel with a given mode set.
getNoticeMessage() - Method in class jerklib.events.NoticeEvent
returns notice message
getNumberOfUser() - Method in class jerklib.events.ChannelListEvent
Gets the number of users in the channel
getOldHostName() - Method in class jerklib.events.ConnectionCompleteEvent
Get the hostname used for the requested connection
getOldNick() - Method in class jerklib.events.NickChangeEvent
Returns the previous nick of the user before the change
getOneEpisode(long) - Method in class com.qweex.callisto.DatabaseConnector
[DATABASE_TABLE] Gets one specific episode from the database.
getOneEvent(long) - Method in class com.qweex.callisto.DatabaseConnector
Gets one event.
getOpacity() - Method in class net.margaritov.preference.colorpicker.AlphaPatternDrawable
 
getParser(String) - Method in class jerklib.parsers.DefaultInternalEventParser
 
getPartMessage() - Method in class jerklib.events.PartEvent
returns part message if there is one
getPort() - Method in class jerklib.RequestedConnection
Get port
getProfile() - Method in class jerklib.RequestedConnection
Get profile
getQueue() - Method in class com.qweex.callisto.DatabaseConnector
[DATABASE_QUEUE] Gets the entirety of the queue.
getQuitMessage() - Method in class jerklib.events.QuitEvent
getQuitMessage get the quit message
getRandomColor() - Method in class com.qweex.callisto.irc.IRCChat
Generates a random color.
getRawEventData() - Method in class jerklib.events.EventToken
Returns raw event data
getRawEventData() - Method in class jerklib.events.IRCEvent
Returns the raw IRC data that makes up this event
getRealName() - Method in class jerklib.events.WhoEvent
Get the real name of the user.
getRealName() - Method in class jerklib.events.WhoisEvent
gets real name of whoised user
getRealName() - Method in class jerklib.events.WhowasEvent
get users realname
getRealName() - Method in class jerklib.Profile
get the rewal name
getRequestedConnection() - Method in class jerklib.Session
Get RequestedConnection for Session
getResponse - Static variable in class com.qweex.callisto.donate.Donate
 
getRetries() - Method in class jerklib.ConnectionManager
 
getRetries() - Method in class jerklib.Session
 
getSecondNick() - Method in class jerklib.Profile
Get the second nick
getServerInformation() - Method in class jerklib.events.ServerInformationEvent
Gets the server information object
getServerInformation() - Method in class jerklib.Session
Get ServerInformation for Session
getServerName() - Method in class jerklib.events.WhoEvent
Get the server the user is on.
getServerName() - Method in class jerklib.ServerInformation
Get the server name
getSession() - Method in class jerklib.Channel
Return the Session this Channel belongs to
getSession(String) - Method in class jerklib.ConnectionManager
gets a session by name
getSession() - Method in class jerklib.events.IRCEvent
Gets session for connection
getSession() - Method in class jerklib.WriteRequest
Return the Session
getSessions() - Method in class jerklib.ConnectionManager
get a list of Sessions
getSetBy() - Method in class jerklib.events.TopicEvent
Gets who set the topic
getSetWhen() - Method in class jerklib.events.TopicEvent
Gets when topic was set
getShouldUseAltNicks() - Method in class jerklib.Session
Returns if Session should try alternate nicks on connection if a nick in use event is received.
getShow(String, boolean) - Method in class com.qweex.callisto.DatabaseConnector
[DATABASE_TABLE] Gets episodes of a specific show
getSliderTrackerColor() - Method in class net.margaritov.preference.colorpicker.ColorPickerView
 
getState() - Method in class jerklib.Session
Get the State of the Session
getStatusPrefixes() - Method in class jerklib.ServerInformation
The status prefixes supported
getSupportedChannelModes() - Method in class jerklib.ServerInformation
Retrieve all supported channel modes.
getTaskListeners() - Method in class jerklib.tasks.TaskImpl
get a list of TaskCompletionListeners
getText() - Method in class com.qweex.callisto.podcast.DownloadList.DownloadHeader
 
getText() - Method in class com.qweex.utils.ImgTxtButton
 
getThirdNick() - Method in class jerklib.Profile
Get the third nick
getTimeRequested() - Method in class jerklib.RequestedConnection
Get the time this RequestedConnection was created.
getTopic() - Method in class jerklib.Channel
Gets the topic for the channel or an empty string is the topic is not set.
getTopic() - Method in class jerklib.events.ChannelListEvent
Gets the topic of the channel
getTopic() - Method in class jerklib.events.TopicEvent
Gets the topic
getTopicSetter() - Method in class jerklib.Channel
Gets the nick of who set the topic or an empty string if the topic is not set.
getTopicSetTime() - Method in class jerklib.Channel
Returns the Date the topic was set or null if the topic is unset.
getType() - Method in class jerklib.events.IRCEvent
Used to find out the exact type of event the IRCEvent object is.
getType() - Method in class jerklib.WriteRequest
Type of request
getTypeForMode(String) - Method in class jerklib.ServerInformation
Get the ServerInformation.ModeType for the given mode.
getUser() - Method in class jerklib.events.WhoisEvent
gets username of whoised user
getUserModes() - Method in class jerklib.Session
returns a List of UserModes for this Session
getUserName() - Method in class jerklib.events.EventToken
Get username from message
getUserName() - Method in class jerklib.events.WhoEvent
Get the username of the user
getUserName() - Method in class jerklib.events.WhowasEvent
get username
getUsersModes(String) - Method in class jerklib.Channel
Get a list of user's channel modes Returns an empty list if the nick does not exist.
getValue() - Method in class com.qweex.utils.NumberPicker
Gets the current value of the NumberPicker.
getValue() - Method in class net.margaritov.preference.colorpicker.ColorPickerPreference
 
getVersion() - Method in class jerklib.events.ServerVersionEvent
Gets the version string the server sent
getView(int, View, ViewGroup) - Method in class com.qweex.callisto.podcast.AllShows.AllShowsHeader
 
getView(int, View, ViewGroup) - Method in class com.qweex.callisto.podcast.AllShows.AllShowsRow
 
getView(int, View, ViewGroup) - Method in class com.qweex.callisto.podcast.DownloadList.DownloadHeader
 
getView(int, View, ViewGroup) - Method in class com.qweex.callisto.podcast.DownloadList.DownloadRow
 
getView(int, View, ViewGroup) - Method in class com.qweex.callisto.podcast.HeaderAdapter
 
getView(int, View, ViewGroup) - Method in interface com.qweex.callisto.podcast.HeaderAdapter.Item
 
getView(int, View, ViewGroup) - Method in class com.qweex.callisto.podcast.Queue.NowPlayingAdapter
 
getView(int, View, ViewGroup) - Method in class com.qweex.callisto.podcast.ShowList.ShowListCursorAdapter
 
getViewType() - Method in class com.qweex.callisto.podcast.AllShows.AllShowsHeader
 
getViewType() - Method in class com.qweex.callisto.podcast.AllShows.AllShowsRow
 
getViewType() - Method in class com.qweex.callisto.podcast.DownloadList.DownloadHeader
 
getViewType() - Method in class com.qweex.callisto.podcast.DownloadList.DownloadRow
 
getViewType() - Method in interface com.qweex.callisto.podcast.HeaderAdapter.Item
 
getViewTypeCount() - Method in class com.qweex.callisto.podcast.HeaderAdapter
 
getWho() - Method in class jerklib.events.KickEvent
Gets the nick of who was kicked
getWriteListeners() - Method in class jerklib.ConnectionManager
gets an unmodifiable list of WriteListeners
GiveChrisSomeHardEarnedMoney - Variable in class com.qweex.callisto.donate.Donate
 
GiveChrisSomeHardEarnedMoney - Variable in class com.qweex.callisto.Donate
 
GREEN - Static variable in class jerklib.util.Colors
Green colored text.
A B C D E F G H I J K L M N O P Q R S T U V W Y