- IdentServer - Class in jerklib.util
-
- IdentServer(String) - Constructor for class jerklib.util.IdentServer
-
- ImgTxtButton - Class in com.qweex.utils
-
A custom view to select a number via a field with + and - buttons
- ImgTxtButton(Context) - Constructor for class com.qweex.utils.ImgTxtButton
-
- ImgTxtButton(Context, AttributeSet) - Constructor for class com.qweex.utils.ImgTxtButton
-
- ImgTxtButton(Context, AttributeSet, int) - Constructor for class com.qweex.utils.ImgTxtButton
-
- InetAddressUtils - Class in jerklib.util
-
Utility functions related to IP Addresses.
- initDefaultParsers() - Method in class jerklib.parsers.DefaultInternalEventParser
-
- INITIALIZE_FAILURE - Static variable in class com.qweex.callisto.donate.Donate
-
- INITIALIZE_SUCCESS - Static variable in class com.qweex.callisto.donate.Donate
-
- initiate() - Method in class com.qweex.callisto.irc.IRCChat
-
called to first initiate the IRC chat.
- insertEpisode(String, String, String, String, String, String, long, String, long) - Method in class com.qweex.callisto.DatabaseConnector
-
[DATABASE_TABLE] Inserts a new episode into the database.
- insertEvent(String, String, String, String, int) - Method in class com.qweex.callisto.DatabaseConnector
-
[DATABASE_CALENDAR] Inserts a new event.
- InternalEventParser - Interface in jerklib.parsers
-
- InviteEvent - Class in jerklib.events
-
Event fired when an Invite message is recieved from server
- InviteEvent(String, String, Session) - Constructor for class jerklib.events.InviteEvent
-
- InviteParser - Class in jerklib.parsers
-
- InviteParser() - Constructor for class jerklib.parsers.InviteParser
-
- IRCChat - Class in com.qweex.callisto.irc
-
The IRC portion of the app to connect to the JB chatroom.
- IRCChat() - Constructor for class com.qweex.callisto.irc.IRCChat
-
- IRCEvent - Class in jerklib.events
-
The base class for all JerkLib events.
- IRCEvent(String, Session, IRCEvent.Type) - Constructor for class jerklib.events.IRCEvent
-
- IRCEvent.Type - Enum in jerklib.events
-
Type enum is used to determine type.
- IRCEventListener - Interface in jerklib.listeners
-
IRCEventListener - Listener to receive IRCEvents
- IS_VIDEO - Static variable in class com.qweex.callisto.podcast.AllShows
-
A boolean value as to if the user has selected video instead of audio.
- is_widget - Static variable in class com.qweex.callisto.Callisto
-
- isAnOperator() - Method in class jerklib.events.WhoisEvent
-
not impled
- isAway() - Method in class jerklib.events.AwayEvent
-
Whether or not subject of event is away.
- isAway() - Method in class jerklib.events.WhoEvent
-
Get whether or not the user is away.
- isAway() - Method in class jerklib.Session
-
Is this Session marked away?
- isCanceled() - Method in interface jerklib.tasks.Task
-
- isCanceled() - Method in class jerklib.tasks.TaskImpl
-
- isChannelToken(String) - Method in class jerklib.Session
-
Test if a String starts with a known channel prefix
- isConnected() - Method in class jerklib.Session
-
Is this Session currently connected to an IRC server?
- isIdle() - Method in class jerklib.events.WhoisEvent
-
returns true if person is idle , else false
- isInQueue(long) - Method in class com.qweex.callisto.DatabaseConnector
-
[DATABASE_QUEUE] Tests if an item is in the the queue
- isLoggedIn() - Method in class jerklib.Session
-
Returns true if the Session has an active Connection and
has successfully logged on to the Connection.
- isPaused - Variable in class com.qweex.callisto.Callisto.PlayerInfo
-
- isPrivate() - Method in class jerklib.events.MessageEvent
-
indicates if this message is private
- isRejoinOnKick() - Method in class jerklib.Session
-
Should this Session rejoin channels it is Kicked from?
Default is true.
- isYou() - Method in class jerklib.events.AwayEvent
-
Whether or not it was user of lib that caused this event