similar to the createLayout method but this one will allow you
to have access to the ArrayLayout so you can further customise the
layout after it is initially created.
argments store where each argument is inserted and the
user token that is used to replace the parameter
Object[] {String name, String lowerName, Boolean isMandatory
, int[text insertion point, token from, token to]}
ERR_ -
Static variable in class com.objexcel.irc.IRCMessage
- Returned to a client which is attempting to send a
PRIVMSG/NOTICE using the user@host destination format
and for a user@host which has several occurrences.
":You may not reregister"
- Returned by the server to any link which tries to
change part of the registered details (such as
password or user details from second USER message).
" :Cannot send to channel"
- Sent to a user who is either (a) not on a channel
which is mode +n or (b) not a chanop (or mode +v) on
a channel which has mode +m set and is trying to send
a PRIVMSG message to that channel.
" :You're not channel operator"
- Any command requiring 'chanop' privileges (such as
MODE messages) must return this error if the client
making the attempt is not a chanop on the specified
channel.
" :Nickname collision KILL"
- Returned by a server to a client when it detects a
nickname collision (registered of a NICK that
already exists by another server).
" :No administrative info available"
- Returned by a server in response to an ADMIN message
when there is an error in finding the appropriate
information.
":No O-lines for your host"
- If a client sends an OPER message and the server has
not been configured to allow connections from the
client's host as an operator, this error must be
returned.
":No origin specified"
- PING or PONG message missing the originator parameter
which is required since these commands must work
without valid prefixes.
":Your host isn't among the privileged"
- Returned to a client which attempts to register with
a server which does not been setup to allow
connections from the host the attempted connection
is tried.
":Permission Denied- You're not an IRC operator"
- Any command requiring operator privileges to operate
must return this error to indicate the attempt was
unsuccessful.
" :You're not on that channel"
- Returned by the server whenever a client tries to
perform a channel effecting command for which the
client isn't a member.
":You have not registered"
- Returned by the server to indicate that the client
must be registered before the server will allow it
to be parsed in detail.
":Password incorrect"
- Returned to indicate a failed attempt at registering
a connection for which a password was required and
was either not given or incorrect.
" :You have joined too many \
channels"
- Sent to a user when they have joined the maximum
number of allowed channels and they try to join
another channel.
":Unknown MODE flag"
- Returned by the server to indicate that a MODE
message was sent with a nickname parameter and that
the a mode flag sent was not recognized.
":You are banned from this server"
- Returned after an attempt to connect and register
yourself with a server which has been setup to
explicitly deny connections to you.
not part of the TreeModel interface but it is a more efficient way of
getting the children that repeating calls to getChild(index)
BTW: values are sorted directories first files.
ObjexcelAbstractAction extends AbstractAction by adding
accelerator property,
mnemonic property for buttons
tooltips
common rules can be used
enable/disable
ObjexcelAbstractAction allows one action to have many gui elements associated with it.
a method to tell the addin app to do whatever is necessary
to remove itself: close any addin windows created by it
, remove any ircmessagelisteners, remove any addin input listeners
added, etc.