Package | Description |
---|---|
icy.network |
Contains network tools and related objects (download / upload operation, IRC...)
|
Modifier and Type | Method and Description |
---|---|
static void |
IRCUtil.applyAttribute(IRCUtil.IRCAttributeSet set,
IRCUtil.IRCAttribute attr)
Apply the specified IRC attribute on specified IRC attributes set.
|
static javax.swing.text.SimpleAttributeSet |
IRCUtil.createAttributeSet(javax.swing.text.SimpleAttributeSet defaultAttributes,
IRCUtil.IRCAttributeSet ircAttributes)
Return a new AttributeSet from the given default set and IRC attributes.
|